From ed0ecb03f3e16df6adf075528829d410b8eead8e Mon Sep 17 00:00:00 2001 From: Donald Buczek Date: Mon, 9 Dec 2019 00:22:23 +0100 Subject: [PATCH] linux-5.5_rc1: 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_rc1-303.bee | 1 - 1 file changed, 1 deletion(-) diff --git a/linux-5.5_rc1-303.bee b/linux-5.5_rc1-303.bee index a9d063cf9..1a10afc7f 100755 --- a/linux-5.5_rc1-303.bee +++ b/linux-5.5_rc1-303.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