aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/x86
diff options
context:
space:
mode:
authorJohn Audia <therealgraysky@proton.me>2023-03-11 10:28:02 -0500
committerHauke Mehrtens <hauke@hauke-m.de>2023-03-18 12:48:27 +0100
commit4692cffeaaadd144983c7b3ec0f2186895ff1f47 (patch)
tree73ee8666f20bb12bd3ad9777ff06b4e544b1799b /target/linux/x86
parent1781e7408a62de72193ddff5dbf5d9ff772a5847 (diff)
downloadupstream-4692cffeaaadd144983c7b3ec0f2186895ff1f47.tar.gz
upstream-4692cffeaaadd144983c7b3ec0f2186895ff1f47.tar.bz2
upstream-4692cffeaaadd144983c7b3ec0f2186895ff1f47.zip
x86: set deprecated CONFIG_MICROCODE_OLD_INTERACE
We use late loading[1] so need to set this option despite upstream adding a kernel taint when this option is set. See discussion in PR#12149 for more details. https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/diff/arch/x86/Kconfig?id=v5.15.100&id2=v5.15.98 1. https://github.com/openwrt/openwrt/blob/master/target/linux/x86/base-files/lib/preinit/02_load_x86_ucode Signed-off-by: John Audia <therealgraysky@proton.me>
Diffstat (limited to 'target/linux/x86')
-rw-r--r--target/linux/x86/config-5.152
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/x86/config-5.15 b/target/linux/x86/config-5.15
index fba8dbac29..a3d8db26ae 100644
--- a/target/linux/x86/config-5.15
+++ b/target/linux/x86/config-5.15
@@ -221,7 +221,7 @@ CONFIG_MEMFD_CREATE=y
CONFIG_MICROCODE=y
CONFIG_MICROCODE_AMD=y
CONFIG_MICROCODE_INTEL=y
-CONFIG_MICROCODE_OLD_INTERFACE=y
+CONFIG_MICROCODE_LATE_LOADING=y
CONFIG_MIGRATION=y
# CONFIG_MK6 is not set
# CONFIG_MK7 is not set