From 8c970147eee857ab47f4ab306e8025f68ae9d152 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Mon, 20 Jan 2020 10:25:57 +0100 Subject: [PATCH] linux-5.5_rc7: 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.5_rc7-316.bee | 1 - 1 file changed, 1 deletion(-) diff --git a/linux-5.5_rc7-316.bee b/linux-5.5_rc7-316.bee index 4c22feeb8..6edc6a802 100755 --- a/linux-5.5_rc7-316.bee +++ b/linux-5.5_rc7-316.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_X86_5LEVEL is not set