From 1366378dfe18e1c7bd25980d0f4276f47b55b0ec Mon Sep 17 00:00:00 2001 From: John Audia Date: Sat, 16 Mar 2024 01:51:15 -0400 Subject: [PATCH] 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 --- target/linux/x86/config-6.1 | 1 + 1 file changed, 1 insertion(+) 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