From: John Audia Date: Sat, 16 Mar 2024 05:51:15 +0000 (-0400) Subject: kernel: config: add symbol introduced with 6.1.82 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=1366378dfe18e1c7bd25980d0f4276f47b55b0ec;p=openwrt%2Fstaging%2Fstintel.git kernel: config: add symbol introduced with 6.1.82 Add CONFIG_MITIGATION_RFDS=y to the default config[1] 1. https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/diff/arch/x86/Kconfig?id=v6.1.82&id2=v6.1.81 Signed-off-by: John Audia --- diff --git a/target/linux/x86/config-6.1 b/target/linux/x86/config-6.1 index 6580969faf..ab693448ad 100644 --- a/target/linux/x86/config-6.1 +++ b/target/linux/x86/config-6.1 @@ -235,6 +235,7 @@ CONFIG_MICROCODE_AMD=y CONFIG_MICROCODE_INTEL=y CONFIG_MICROCODE_LATE_LOADING=y CONFIG_MIGRATION=y +CONFIG_MITIGATION_RFDS=y # CONFIG_MK6 is not set # CONFIG_MK7 is not set # CONFIG_MK8 is not set