From owner-svn-src-head@freebsd.org Wed Sep 23 10:44:16 2020 Return-Path: Delivered-To: svn-src-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id A8B7D3F52BD; Wed, 23 Sep 2020 10:44:16 +0000 (UTC) (envelope-from bzeeb-lists@lists.zabbadoz.net) Received: from mx1.sbone.de (mx1.sbone.de [IPv6:2a01:4f8:13b:39f::9f:25]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mx1.sbone.de", Issuer "SBone.DE" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BxFD02JX0z4bX2; Wed, 23 Sep 2020 10:44:15 +0000 (UTC) (envelope-from bzeeb-lists@lists.zabbadoz.net) Received: from mail.sbone.de (mail.sbone.de [IPv6:fde9:577b:c1a9:31::2013:587]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mx1.sbone.de (Postfix) with ESMTPS id 5C10F8D4A157; Wed, 23 Sep 2020 10:44:08 +0000 (UTC) Received: from content-filter.sbone.de (content-filter.sbone.de [IPv6:fde9:577b:c1a9:31::2013:2742]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.sbone.de (Postfix) with ESMTPS id D1B26E7082A; Wed, 23 Sep 2020 10:44:07 +0000 (UTC) X-Virus-Scanned: amavisd-new at sbone.de Received: from mail.sbone.de ([IPv6:fde9:577b:c1a9:31::2013:587]) by content-filter.sbone.de (content-filter.sbone.de [fde9:577b:c1a9:31::2013:2742]) (amavisd-new, port 10024) with ESMTP id vdjJ6SQ0DZ8m; Wed, 23 Sep 2020 10:44:06 +0000 (UTC) Received: from [169.254.164.49] (unknown [IPv6:fde9:577b:c1a9:4902:a05e:d4ec:2ae8:2040]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by mail.sbone.de (Postfix) with ESMTPSA id DB107E707B2; Wed, 23 Sep 2020 10:44:06 +0000 (UTC) From: "Bjoern A. Zeeb" To: "Warner Losh" Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r366042 - in head/stand: i386/zfsboot libsa Date: Wed, 23 Sep 2020 10:44:06 +0000 X-Mailer: MailMate (2.0BETAr6151) Message-ID: <96B1694E-889E-4D04-8AB9-B689F6093FB8@lists.zabbadoz.net> In-Reply-To: <202009230104.08N14QIe053739@repo.freebsd.org> References: <202009230104.08N14QIe053739@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain X-Rspamd-Queue-Id: 4BxFD02JX0z4bX2 X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:24940, ipnet:2a01:4f8::/29, country:DE] X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Sep 2020 10:44:16 -0000 On 23 Sep 2020, at 1:04, Warner Losh wrote: > Ideally, we'd keep the cp /dev/null in the > build as a regression test, Well or at least write a test case so that at least CI catches it. /bz