From c38f04a092ca3d3a8dd1d4eb586b92a89726ad29 Mon Sep 17 00:00:00 2001 From: John Audia Date: Fri, 27 Sep 2024 14:08:09 -0400 Subject: [PATCH] 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 --- 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 -- 2.30.2