From: John Audia Date: Fri, 27 Sep 2024 18:08:09 +0000 (-0400) Subject: x86: generic: config-6.6: refresh config X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=c38f04a092ca3d3a8dd1d4eb586b92a89726ad29;p=openwrt%2Fstaging%2Fansuel.git 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 Link: https://github.com/openwrt/openwrt/pull/16535 Signed-off-by: Hauke Mehrtens --- 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