x86: fix deprecated CONFIG_MICROCODE_OLD_INTERACE
authorJohn Audia <therealgraysky@proton.me>
Sat, 11 Mar 2023 19:03:00 +0000 (14:03 -0500)
committerHauke Mehrtens <hauke@hauke-m.de>
Mon, 20 Mar 2023 21:44:20 +0000 (22:44 +0100)
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>
target/linux/x86/config-5.10

index 13a698d05dfb934b90fc4f922ca53b3c72fdddfd..6868dec18a76af50993e5699d40278e8a127aa24 100644 (file)
@@ -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