Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 Dec 2025 18:16:44 +0000
From:      Ed Maste <emaste@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 525766f1ae38 - stable/14 - Revert "sys: Bump 32-bit kernel removal to 16.0"
Message-ID:  <6945968c.23b69.578e827@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch stable/14 has been updated by emaste:

URL: https://cgit.FreeBSD.org/src/commit/?id=525766f1ae38ad3f0648348d9bea2d2546a0fbf7

commit 525766f1ae38ad3f0648348d9bea2d2546a0fbf7
Author:     Ed Maste <emaste@FreeBSD.org>
AuthorDate: 2025-12-19 18:11:53 +0000
Commit:     Ed Maste <emaste@FreeBSD.org>
CommitDate: 2025-12-19 18:15:49 +0000

    Revert "sys: Bump 32-bit kernel removal to 16.0"
    
    32-bit powerpc and i386 kernels still exist in 14.x, so we don't want to
    imply that those may persist until 16.0.  The message only claims that
    the kernels "may be" removed in 15.0 anyhow.
    
    This reverts commit c19688407a2c797e74762aebd90c1f1cc70ab726.
    
    Reported by:    jhb
---
 sys/kern/init_main.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/kern/init_main.c b/sys/kern/init_main.c
index 65795eea183e..561d976edc6e 100644
--- a/sys/kern/init_main.c
+++ b/sys/kern/init_main.c
@@ -386,7 +386,7 @@ C_SYSINIT(diagwarn2, SI_SUB_LAST, SI_ORDER_FIFTH,
 
 #if __SIZEOF_LONG__ == 4
 static const char ilp32_warn[] =
-    "WARNING: 32-bit kernels are deprecated and may be removed in FreeBSD 16.0.\n";
+    "WARNING: 32-bit kernels are deprecated and may be removed in FreeBSD 15.0.\n";
 C_SYSINIT(ilp32warn, SI_SUB_COPYRIGHT, SI_ORDER_FIFTH,
     print_caddr_t, ilp32_warn);
 C_SYSINIT(ilp32warn2, SI_SUB_LAST, SI_ORDER_FIFTH,


help

Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6945968c.23b69.578e827>