Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 25 Jul 2026 00:57:54 +0000
From:      Siva Mahadevan <siva@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 4c150f34242e - stable/15 - powerpc64: enable extended error strings in GENERIC64* configs
Message-ID:  <6a640a12.31203.5774dd01@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch stable/15 has been updated by siva:

URL: https://cgit.FreeBSD.org/src/commit/?id=4c150f34242e3ab71aad6670203486424d20bb6f

commit 4c150f34242e3ab71aad6670203486424d20bb6f
Author:     Siva Mahadevan <siva@FreeBSD.org>
AuthorDate: 2026-07-22 01:58:58 +0000
Commit:     Siva Mahadevan <siva@FreeBSD.org>
CommitDate: 2026-07-25 00:56:49 +0000

    powerpc64: enable extended error strings in GENERIC64* configs
    
    These kernconfs were missed in the previous commit.
    
    PR:             289236
    Reviewed by:    kib
    Fixes:          f38cbefef8090f3363e5685c5a3b30ffbf1d3ad0
    MFC after:      3 days
    Sponsored by:   The FreeBSD Foundation
    
    (cherry picked from commit afa048d159f64e1c609475314e19fb030ffd595f)
---
 sys/powerpc/conf/GENERIC64   | 1 +
 sys/powerpc/conf/GENERIC64LE | 1 +
 2 files changed, 2 insertions(+)

diff --git a/sys/powerpc/conf/GENERIC64 b/sys/powerpc/conf/GENERIC64
index fbea6eb786c3..b314ee749b7e 100644
--- a/sys/powerpc/conf/GENERIC64
+++ b/sys/powerpc/conf/GENERIC64
@@ -37,6 +37,7 @@ options 	FDT			# Flattened Device Tree
 options 	SCHED_ULE		# ULE scheduler
 options 	NUMA			# Non-Uniform Memory Architecture support
 options 	PREEMPTION		# Enable kernel thread preemption
+options 	EXTERR_STRINGS		# Retain exterror(9) strings in the kernel
 options 	VIMAGE			# Subsystem virtualization, e.g. VNET
 options 	INET			# InterNETworking
 options 	INET6			# IPv6 communications protocols
diff --git a/sys/powerpc/conf/GENERIC64LE b/sys/powerpc/conf/GENERIC64LE
index d7a26d864220..526ba48f2bf8 100644
--- a/sys/powerpc/conf/GENERIC64LE
+++ b/sys/powerpc/conf/GENERIC64LE
@@ -36,6 +36,7 @@ options 	FDT			# Flattened Device Tree
 options 	SCHED_ULE		# ULE scheduler
 options 	NUMA			# Non-Uniform Memory Architecture support
 options 	PREEMPTION		# Enable kernel thread preemption
+options 	EXTERR_STRINGS		# Retain exterror(9) strings in the kernel
 options 	VIMAGE			# Subsystem virtualization, e.g. VNET
 options 	INET			# InterNETworking
 options 	INET6			# IPv6 communications protocols


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a640a12.31203.5774dd01>