Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 2 Sep 2025 19:30:48 GMT
From:      Ed Maste <emaste@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 3296fda0c309 - main - arm64: enable bloating kernel with ext errors strings
Message-ID:  <202509021930.582JUmBW043921@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by emaste:

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

commit 3296fda0c309c873ae37a0a4e25ded3ae04b421c
Author:     Ed Maste <emaste@FreeBSD.org>
AuthorDate: 2025-09-02 16:42:11 +0000
Commit:     Ed Maste <emaste@FreeBSD.org>
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202509021930.582JUmBW043921>