From nobody Thu Jun 23 18:10:59 2022 X-Original-To: dev-commits-src-all@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 00B62875357; Thu, 23 Jun 2022 18:11:02 +0000 (UTC) (envelope-from ler@lerctr.org) Received: from thebighonker.lerctr.org (thebighonker.lerctr.org [IPv6:2602:fcdb:0:10:7ae3:b5ff:fe1b:23b4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "*.lerctr.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4LTSx11Qz3z3NCl; Thu, 23 Jun 2022 18:11:01 +0000 (UTC) (envelope-from ler@lerctr.org) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lerctr.org; s=ler2019; h=Content-Transfer-Encoding:Content-Type:Message-ID:References: In-Reply-To:Subject:Cc:To:From:Date:MIME-Version:Sender:Reply-To:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=1BPOsbic8cAMcMvbcOEpCXJPmPksbWvzDXd7ErXjAT8=; b=P+olcQP5qtYy34HmyjX3Fqel/y uQI0OcdnCVOPQUxyEsOIymfDRNttSSOcUlVMXaftx/G9qCYrXWGGRVCBjH2iHpewHkEf1NIZDnozy SDqAkCko4CDTxCA3tBpSuib5gYt+x0nm+2EltThOpiEfJTZhQntC2h4d1Mr0R9F1d2+DZ+3ysPSIs iEhSx9PrYSeRyathS52+kQHGG+6MY4Kb45xcplA3eHHiZssl2LvpnMCwcObFO84+NOyHBUgsteVZ+ ntk2v4HvV4kNEb7Hktwbrr0rxX3zuXKjWLqI8svULe2UZVIUOE2qEz1nFx6LMAyAvt2BWuk4ybvHx 9G4zaU+Q==; Received-SPF: pass (thebighonker.lerctr.org: domain of lerctr.org designates 2602:fcdb:0:10:7ae3:b5ff:fe1b:23b4 as permitted sender) client-ip=2602:fcdb:0:10:7ae3:b5ff:fe1b:23b4; envelope-from=ler@lerctr.org; helo=webmail.lerctr.org; Received: from thebighonker.lerctr.org ([2602:fcdb:0:10:7ae3:b5ff:fe1b:23b4]:23943 helo=webmail.lerctr.org) by thebighonker.lerctr.org with esmtpsa (TLS1.3) tls TLS_AES_256_GCM_SHA384 (Exim 4.95 (FreeBSD)) (envelope-from ) id 1o4RIC-000Iwh-3j; Thu, 23 Jun 2022 13:11:00 -0500 Received: from 2600:1700:210:b18f:3995:65f0:fab0:808c by webmail.lerctr.org with HTTP (HTTP/1.1 POST); Thu, 23 Jun 2022 13:10:59 -0500 List-Id: Commit messages for all branches of the src repository List-Archive: https://lists.freebsd.org/archives/dev-commits-src-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-src-all@freebsd.org X-BeenThere: dev-commits-src-all@freebsd.org MIME-Version: 1.0 Date: Thu, 23 Jun 2022 13:10:59 -0500 From: Larry Rosenman To: Toomas Soome Cc: Martin Matuska , src-committers@freebsd.org, dev-commits-src-all@freebsd.org, dev-commits-src-main@freebsd.org Subject: Re: git: 1f1e2261e341 - main - zfs: merge openzfs/zfs@deb121309 In-Reply-To: <24C76098-AF51-4A52-8FAB-619ADE555089@me.com> References: <24C76098-AF51-4A52-8FAB-619ADE555089@me.com> Message-ID: <44f5429842ad6f2812850df4bc189441@lerctr.org> X-Sender: ler@lerctr.org Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 4LTSx11Qz3z3NCl X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[] X-ThisMailContainsUnwantedMimeParts: N On 06/23/2022 1:02 pm, Toomas Soome wrote: >> On 23. Jun 2022, at 20:58, Larry Rosenman wrote: >> >> On 06/23/2022 10:50 am, Martin Matuska wrote: >>> The branch main has been updated by mm: >>> URL: >>> https://cgit.FreeBSD.org/src/commit/?id=1f1e2261e341e6ca6862f82261066ef1705f0a7a >>> commit 1f1e2261e341e6ca6862f82261066ef1705f0a7a >>> Merge: a320e9dd51e6 deb1213098e2 >>> Author: Martin Matuska >>> AuthorDate: 2022-06-23 15:47:42 +0000 >>> Commit: Martin Matuska >>> CommitDate: 2022-06-23 15:49:33 +0000 >>> zfs: merge openzfs/zfs@deb121309 >>> Notable upstream pull request merges: >>> #12918 Introduce BLAKE3 checksums as an OpenZFS feature >>> #13553 Reduce ZIO io_lock contention on sorted scrub >>> #13537 Improve sorted scan memory accounting >>> #13540 AVL: Remove obsolete branching optimizations >>> #13563 FreeBSD: Improve crypto_dispatch() handling >> >> Can we get this feature added to gptzfsboot/loader.efi/et al so we can >> boot from a pool >> with this feature turned on? >> >> zroot feature@blake3 disabled >> local >> > > I think so. > > Rgds, > Toomas > >> -- >> Larry Rosenman http://www.lerctr.org/~ler >> Phone: +1 214-642-9640 E-Mail: ler@lerctr.org >> US Mail: 5708 Sabbia Dr, Round Rock, TX 78665-2106 Can we also make it POLICY that if you are adding features to ZFS that that boot code (loader.efi/gptzfsboot/et al) MUST be updated in the same commit that adds the feature? -- Larry Rosenman http://www.lerctr.org/~ler Phone: +1 214-642-9640 E-Mail: ler@lerctr.org US Mail: 5708 Sabbia Dr, Round Rock, TX 78665-2106