From nobody Fri May 1 19:47:14 2026 X-Original-To: freebsd-current@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 4g6hQH4mWdz6c92w for ; Fri, 01 May 2026 19:47:19 +0000 (UTC) (envelope-from junchoon@dec.sakura.ne.jp) Received: from www121.sakura.ne.jp (www121.sakura.ne.jp [153.125.133.21]) (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 4g6hQH0cbzz3YM7 for ; Fri, 01 May 2026 19:47:18 +0000 (UTC) (envelope-from junchoon@dec.sakura.ne.jp) Authentication-Results: mx1.freebsd.org; none Received: from delta.joker.local (124-18-6-240.area1c.commufa.jp [124.18.6.240]) (authenticated bits=0) by www121.sakura.ne.jp (8.18.1/8.17.1/[SAKURA-WEB]/20201212) with ESMTPA id 641JlEnl004137; Sat, 2 May 2026 04:47:15 +0900 (JST) (envelope-from junchoon@dec.sakura.ne.jp) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=dec.sakura.ne.jp; s=s2405; t=1777664835; bh=LE1N3RNQdIdBF2t7rRRnqUdM4yRRW6hxHEdHmcpWTLU=; h=Date:From:To:Cc:Subject:In-Reply-To:References; b=rkFCwVNQbvOR5P9aaxq5BXvcg/Q5S0FPipECGDrCzrHKjDYGEXRddcH15QhtCLlfe kAo1fY8fnG0/MNTcrG4XTnN6ceLduYmse38UifOf5/skHt9IOed9wl2ENiWksQ0QUy aimAkaULf+fqLX0CUeQvy7IieegA2jE6dCQ+T6vE= Date: Sat, 2 May 2026 04:47:14 +0900 From: Tomoaki AOKI To: Kevin Oberman Cc: FreeBSD Current Subject: Re: Where is 1600018? Message-Id: <20260502044714.cc0e33189da12164e262ba62@dec.sakura.ne.jp> In-Reply-To: References: Organization: Junchoon corps X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.33; amd64-portbld-freebsd15.0) List-Id: Discussions about the use of FreeBSD-current List-Archive: https://lists.freebsd.org/archives/freebsd-current List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-current@FreeBSD.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:7684, ipnet:153.125.128.0/18, country:JP] X-Rspamd-Queue-Id: 4g6hQH0cbzz3YM7 X-Spamd-Bar: ---- X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated On Fri, 1 May 2026 11:04:57 -0700 Kevin Oberman wrote: > With the late security notices I decided to update my CURRENT system. > Updated /ust/src with 'git pull' and rebuilt everything. The kernel version > still shows as 1600017. > FreeBSD ptavv 16.0-CURRENT FreeBSD 16.0-CURRENT #99 > main-n285595-0ed292531e04: Fri May 1 07:28:07 PDT 2026 > root@ptavv:/usr/obj/usr/src/amd64.amd64/sys/GENERIC > amd64 1600017 > > Why am I not getting 1600018? Do I need to turn off meta-mode and build > the kernel again? > > Any ideas appreciated? > -- > Kevin Oberman, Part time kid herder and retired Network Engineer > E-mail: rkoberman@gmail.com > PGP Fingerprint: D03FB98AFA78E3B78C1694B318AB39EF1B055683 Found the bump was done at commit 1569e2334ab5 https://github.com/freebsd/freebsd-src/commit/1569e2334ab5b2ee1e2b7893cb05c17a27d3eca8 while yours (0ed292531e04) looks prior to it https://github.com/freebsd/freebsd-src/commit/0ed292531e0457f271b838dd9dc99a86534d3a99 according to the commit history. https://github.com/freebsd/freebsd-src/commits/main/ Possibly the mirror your src tree is pulled from still didn't have anything newer than 0ed292531e04? Or you've forgotten to installkernel? Regards. -- Tomoaki AOKI