diff options
author | John Audia <therealgraysky@proton.me> | 2023-03-11 14:03:00 -0500 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2023-03-20 22:44:20 +0100 |
commit | 0c5ffe1ab2b4843635555e2a234f8bd5cb4d6978 (patch) | |
tree | 998a3a0aa2879c1850594ef10191855d533f7b1e /target/linux/x86/config-5.10 | |
parent | cff40ef1226eeb9900622941c51c9c9c6b0a732f (diff) | |
download | upstream-0c5ffe1ab2b4843635555e2a234f8bd5cb4d6978.tar.gz upstream-0c5ffe1ab2b4843635555e2a234f8bd5cb4d6978.tar.bz2 upstream-0c5ffe1ab2b4843635555e2a234f8bd5cb4d6978.zip |
x86: fix 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.10.173&id2=v5.10.172
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/config-5.10')
-rw-r--r-- | target/linux/x86/config-5.10 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/x86/config-5.10 b/target/linux/x86/config-5.10 index 13a698d05d..6868dec18a 100644 --- a/target/linux/x86/config-5.10 +++ b/target/linux/x86/config-5.10 @@ -218,7 +218,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 |