From 7829be21dde90bd99487c5b40c9b57f893d49798 Mon Sep 17 00:00:00 2001 From: Donald Buczek Date: Tue, 15 Oct 2019 00:22:22 +0200 Subject: [PATCH] linux-5.4_rc3: Disable CONFIG_MICROCODE_OLD_INTERFACE This is the ancient /dev/cpu/microcode interface which was used by userspace tools like iucode_tool and microcode.ctl. It is inadequate because it runs too late to be able to properly load microcode on a machine and it needs special tools. Disable. --- linux-5.4_rc3-296.bee | 1 - 1 file changed, 1 deletion(-) diff --git a/linux-5.4_rc3-296.bee b/linux-5.4_rc3-296.bee index a9d063cf9..1a10afc7f 100755 --- a/linux-5.4_rc3-296.bee +++ b/linux-5.4_rc3-296.bee @@ -83,7 +83,6 @@ mee_configure() { CONFIG_NR_CPUS=256 CONFIG_X86_MCELOG_LEGACY=y CONFIG_MICROCODE_AMD=y - CONFIG_MICROCODE_OLD_INTERFACE=y CONFIG_X86_MSR=m CONFIG_X86_CPUID=m CONFIG_NUMA=y