From nobody Sun Dec 3 14:46:53 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 4SjqQH0ZJvz52xg1 for ; Sun, 3 Dec 2023 14:47:19 +0000 (UTC) (envelope-from paul@gromit.dlib.vt.edu) Received: from gromit.dlib.vt.edu (gromit.dlib.ipv6.vt.edu [IPv6:2001:468:c80:a103:2:5000:5555:5555]) (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 4SjqQG3SDsz4YnL for ; Sun, 3 Dec 2023 14:47:18 +0000 (UTC) (envelope-from paul@gromit.dlib.vt.edu) Authentication-Results: mx1.freebsd.org; none Received: from smtpclient.apple (unknown [IPv6:2601:5cf:407e:55c1::5]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by gromit.dlib.vt.edu (Postfix) with ESMTPSA id 4F7AE2F969; Sun, 3 Dec 2023 09:47:04 -0500 (EST) Content-Type: text/plain; charset=utf-8 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 (Mac OS X Mail 16.0 \(3774.200.91.1.1\)) Subject: Re: FreeBSD Errata Notice FreeBSD-EN-23:16.openzfs From: Paul Mather In-Reply-To: Date: Sun, 3 Dec 2023 09:46:53 -0500 Cc: freebsd-stable@freebsd.org Content-Transfer-Encoding: quoted-printable Message-Id: <72154019-C07D-4E34-8100-923DE013797D@gromit.dlib.vt.edu> References: <20231201031737.DF0231B942@freefall.freebsd.org> To: "Mark E. Mallett" X-Mailer: Apple Mail (2.3774.200.91.1.1) X-Spamd-Bar: ---- X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:1312, ipnet:2001:468:c80::/48, country:US] X-Rspamd-Queue-Id: 4SjqQG3SDsz4YnL On 2 Dec 2023, at 7:11=E2=80=AFpm, Mark E. Mallett = wrote: > Might I also ask (or say): >=20 [[...]] > Third, it says the binary upgrade will result in 12.4-RELEASE-p8. = When > I do the freebsd-update, the result according to uname is > 12.4-RELEASE-p6. Thinking that perhaps I have to do it again, I am = told > No updates needed to update system to 12.4-RELEASE-p8 > and yet uname -a still says 12.4-RELEASE-p6. Somebody might ask if > I did a reboot, and yes. Sometimes a security advisory or errata notice affects only the userland = and doesn't cause the kernel version to be bumped. The "uname" output = you're seeing is only the kernel version. If you want to see both = kernel and userland versions you should use "freebsd-version". The "-k" = flag will show userland and "-u" the userland. I would imagine in your = case "freebsd-version -u" is 12.4-RELEASE-p8. Cheers, Paul.