The branch main has been updated by kib:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=970a71e1ef9a9792059c7c824a0106abb4fddcec

commit 970a71e1ef9a9792059c7c824a0106abb4fddcec
Author:     Konstantin Belousov <k...@freebsd.org>
AuthorDate: 2025-05-31 22:06:46 +0000
Commit:     Konstantin Belousov <k...@freebsd.org>
CommitDate: 2025-05-31 22:59:55 +0000

    Rename BLOW_KERNEL_WITH_EXTERR to BLOAT_KERNEL_WITH_EXTERR
    
    Guessed by:     alc
    Sponsored by:   The FreeBSD Foundation
    MFC after:      1 week
---
 sys/amd64/conf/GENERIC | 2 +-
 sys/conf/options       | 2 +-
 sys/sys/exterrvar.h    | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC
index e32483f457c9..385eb9667652 100644
--- a/sys/amd64/conf/GENERIC
+++ b/sys/amd64/conf/GENERIC
@@ -26,7 +26,7 @@ makeoptions   WITH_CTF=1              # Run ctfconvert(1) for 
DTrace support
 options        SCHED_ULE               # ULE scheduler
 options        NUMA                    # Non-Uniform Memory Architecture 
support
 options        PREEMPTION              # Enable kernel thread preemption
-options        BLOW_KERNEL_WITH_EXTERR
+options        BLOAT_KERNEL_WITH_EXTERR
 options        VIMAGE                  # Subsystem virtualization, e.g. VNET
 options        INET                    # InterNETworking
 options        INET6                   # IPv6 communications protocols
diff --git a/sys/conf/options b/sys/conf/options
index b5e8971dfa54..b218226b4126 100644
--- a/sys/conf/options
+++ b/sys/conf/options
@@ -53,7 +53,7 @@ DDB_CAPTURE_MAXBUFSIZE        opt_ddb.h
 DDB_CTF                opt_ddb.h
 DDB_NUMSYM     opt_ddb.h
 EARLY_PRINTF   opt_global.h
-BLOW_KERNEL_WITH_EXTERR        opt_global.h
+BLOAT_KERNEL_WITH_EXTERR       opt_global.h
 FULL_BUF_TRACKING      opt_global.h
 GDB
 KDB            opt_global.h
diff --git a/sys/sys/exterrvar.h b/sys/sys/exterrvar.h
index 6eb08d63aa48..5f55e377239a 100644
--- a/sys/sys/exterrvar.h
+++ b/sys/sys/exterrvar.h
@@ -41,7 +41,7 @@ struct uexterror {
 #error "Specify error category before including sys/exterrvar.h"
 #endif
 
-#ifdef BLOW_KERNEL_WITH_EXTERR
+#ifdef BLOAT_KERNEL_WITH_EXTERR
 #define        SET_ERROR_MSG(mmsg)     _Td->td_kexterr.msg = mmsg
 #else
 #define        SET_ERROR_MSG(mmsg)     _Td->td_kexterr.msg = NULL

Reply via email to