From nobody Fri Oct 13 07:14:55 2023 X-Original-To: freebsd-stable@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 4S6Hnv05stz4wbv4 for ; Fri, 13 Oct 2023 07:14:59 +0000 (UTC) (envelope-from mm@FreeBSD.org) Received: from www541.your-server.de (www541.your-server.de [213.133.107.7]) (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 did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4S6Hnt0gNhz3fhW; Fri, 13 Oct 2023 07:14:58 +0000 (UTC) (envelope-from mm@FreeBSD.org) Authentication-Results: mx1.freebsd.org; dkim=none; spf=softfail (mx1.freebsd.org: 213.133.107.7 is neither permitted nor denied by domain of mm@FreeBSD.org) smtp.mailfrom=mm@FreeBSD.org; dmarc=none Received: from sslproxy06.your-server.de ([78.46.172.3]) by www541.your-server.de with esmtpsa (TLS1.3) tls TLS_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qrCNs-0008MH-T5; Fri, 13 Oct 2023 09:14:56 +0200 Received: from [188.167.171.2] (helo=[10.0.9.122]) by sslproxy06.your-server.de with esmtpsa (TLSv1.3:TLS_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1qrCNs-0008TA-4N; Fri, 13 Oct 2023 09:14:56 +0200 Message-ID: Date: Fri, 13 Oct 2023 09:14:55 +0200 List-Id: Production branch of FreeBSD source code List-Archive: https://lists.freebsd.org/archives/freebsd-stable List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-stable@freebsd.org X-BeenThere: freebsd-stable@freebsd.org MIME-Version: 1.0 User-Agent: Mozilla Thunderbird From: Martin Matuska Subject: Re: git: d2025992ab68 - releng/14.0 - release: update releng/14.0 from BETA to RC To: Glen Barber , FreeBSD-STABLE Mailing List References: <9C561955-AE05-4441-923A-6AE03FC3F6A8.ref@yahoo.com> Content-Language: en-US In-Reply-To: <9C561955-AE05-4441-923A-6AE03FC3F6A8.ref@yahoo.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Authenticated-Sender: martin@matuska.de X-Virus-Scanned: Clear (ClamAV 0.103.10/27059/Thu Oct 12 09:41:08 2023) X-Spamd-Bar: --- X-Spamd-Result: default: False [-3.08 / 15.00]; NEURAL_HAM_LONG(-1.00)[-1.000]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; NEURAL_HAM_SHORT(-0.99)[-0.988]; MIME_GOOD(-0.10)[text/plain]; XM_UA_NO_VERSION(0.01)[]; RCPT_COUNT_TWO(0.00)[2]; TO_DN_ALL(0.00)[]; MLMMJ_DEST(0.00)[freebsd-stable@freebsd.org]; R_DKIM_NA(0.00)[]; FROM_EQ_ENVFROM(0.00)[]; ASN(0.00)[asn:24940, ipnet:213.133.96.0/19, country:DE]; MIME_TRACE(0.00)[0:+]; ARC_NA(0.00)[]; MID_RHS_MATCH_FROM(0.00)[]; R_SPF_SOFTFAIL(0.00)[~all:c]; FREEFALL_USER(0.00)[mm]; RCVD_VIA_SMTP_AUTH(0.00)[]; RCVD_COUNT_TWO(0.00)[2]; FROM_HAS_DN(0.00)[]; RCVD_TLS_ALL(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; DMARC_NA(0.00)[freebsd.org]; HAS_X_AS(0.00)[] X-Rspamd-Queue-Id: 4S6Hnt0gNhz3fhW I am merging openzfs/master to main and zfs-2.2-release to stable/14 asap Glen Barber wrote on Date: Fri, 13 Oct 2023 00:00:10 UTC : > The branch releng/14.0 has been updated by gjb: > > URL: > https://cgit.FreeBSD.org/src/commit/?id=d2025992ab6852d2a9ace62006e3a3ffa067364b > > commit d2025992ab6852d2a9ace62006e3a3ffa067364b > Author: Glen Barber > AuthorDate: 2023-10-12 23:55:33 +0000 > Commit: Glen Barber > CommitDate: 2023-10-12 23:55:33 +0000 > > release: update releng/14.0 from BETA to RC I'll note that today's: https://github.com/openzfs/zfs/commit/2bba9fd479f5 is another openzfs data corruption fix, this time involving TRIMs vs. metaslab allocations. === Mark Millard marklmi at yahoo.com