[openwrt/openwrt] x86: generic: config-6.6: refresh config

LEDE Commits lede-commits at lists.infradead.org
Thu Oct 3 07:51:28 PDT 2024


hauke pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/c38f04a092ca3d3a8dd1d4eb586b92a89726ad29

commit c38f04a092ca3d3a8dd1d4eb586b92a89726ad29
Author: John Audia <therealgraysky at proton.me>
AuthorDate: Fri Sep 27 14:08:09 2024 -0400

    x86: generic: config-6.6: refresh config
    
    Add CONFIG_ARCH_CONFIGURES_CPU_MITIGATIONS=y which was introduced
    back in April of this year[1]
    
    1. https://github.com/torvalds/linux/commit/ce0abef6a1d540acef85068e0e82bdf1fbeeb0e9
    
    Signed-off-by: John Audia <therealgraysky at proton.me>
    Link: https://github.com/openwrt/openwrt/pull/16535
    Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
---
 target/linux/x86/config-6.6 | 1 +
 1 file changed, 1 insertion(+)

diff --git a/target/linux/x86/config-6.6 b/target/linux/x86/config-6.6
index d71e95f676..b8d38e60fa 100644
--- a/target/linux/x86/config-6.6
+++ b/target/linux/x86/config-6.6
@@ -9,6 +9,7 @@
 CONFIG_AMD_NB=y
 CONFIG_ARCH_32BIT_OFF_T=y
 CONFIG_ARCH_CLOCKSOURCE_INIT=y
+CONFIG_ARCH_CONFIGURES_CPU_MITIGATIONS=y
 CONFIG_ARCH_CORRECT_STACKTRACE_ON_KRETPROBE=y
 CONFIG_ARCH_HIBERNATION_POSSIBLE=y
 CONFIG_ARCH_MAY_HAVE_PC_FDC=y




More information about the lede-commits mailing list