The branch main has been updated by emaste:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=3296fda0c309c873ae37a0a4e25ded3ae04b421c

commit 3296fda0c309c873ae37a0a4e25ded3ae04b421c
Author:     Ed Maste <[email protected]>
AuthorDate: 2025-09-02 16:42:11 +0000
Commit:     Ed Maste <[email protected]>
CommitDate: 2025-09-02 19:30:33 +0000

    arm64: enable bloating kernel with ext errors strings
    
    Chase commit 8e8d3068dcbe ("amd64 GENERIC: enable bloating kernel with
    ext errors strings") from amd64.  In general we would like to keep
    GENERIC kernel options in sync between the Tier-1 architectures.
    
    PR:             289236
    Reviewed by:    andrew
    Sponsored by:   The FreeBSD Foundation
    Differential Revision: https://reviews.freebsd.org/D52342
---
 sys/arm64/conf/std.arm64 | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sys/arm64/conf/std.arm64 b/sys/arm64/conf/std.arm64
index c83e98c17a33..8c8e3f4ada12 100644
--- a/sys/arm64/conf/std.arm64
+++ b/sys/arm64/conf/std.arm64
@@ -7,6 +7,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        BLOAT_KERNEL_WITH_EXTERR
 options        VIMAGE                  # Subsystem virtualization, e.g. VNET
 options        INET                    # InterNETworking
 options        INET6                   # IPv6 communications protocols

Reply via email to