[openwrt/openwrt] x86: generic: config-6.6: add/remove default syms

LEDE Commits lede-commits at lists.infradead.org
Tue Apr 23 13:38:09 PDT 2024


robimarko pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/80a063156f2d0e0ce58dc65c910caea4e02bf35e

commit 80a063156f2d0e0ce58dc65c910caea4e02bf35e
Author: John Audia <therealgraysky at proton.me>
AuthorDate: Wed Apr 17 15:05:00 2024 -0400

    x86: generic: config-6.6: add/remove default syms
    
    Add new default and remove deprecated symbols introduced by 6.6.28[1]
    
    1. https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/diff/arch/x86/Kconfig?id=v6.6.28&id2=v6.6.27
    
    Signed-off-by: John Audia <therealgraysky at proton.me>
---
 target/linux/x86/config-6.6 | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/target/linux/x86/config-6.6 b/target/linux/x86/config-6.6
index d9c2a0c4a2..7f00ffdb78 100644
--- a/target/linux/x86/config-6.6
+++ b/target/linux/x86/config-6.6
@@ -240,6 +240,7 @@ CONFIG_MICROCODE=y
 CONFIG_MICROCODE_LATE_LOADING=y
 CONFIG_MIGRATION=y
 CONFIG_MITIGATION_RFDS=y
+CONFIG_MITIGATION_SPECTRE_BHI=y
 # CONFIG_MK6 is not set
 # CONFIG_MK7 is not set
 # CONFIG_MK8 is not set
@@ -360,9 +361,6 @@ CONFIG_SG_POOL=y
 CONFIG_SOFTIRQ_ON_OWN_STACK=y
 CONFIG_SPARSEMEM_STATIC=y
 CONFIG_SPARSE_IRQ=y
-# CONFIG_SPECTRE_BHI_AUTO is not set
-# CONFIG_SPECTRE_BHI_OFF is not set
-CONFIG_SPECTRE_BHI_ON=y
 CONFIG_SPECULATION_MITIGATIONS=y
 CONFIG_SQUASHFS_DECOMP_MULTI_PERCPU=y
 # CONFIG_STATIC_CALL_SELFTEST is not set




More information about the lede-commits mailing list