From 9f7be95db161df2d2aaa94fb4fec8d2ea7c15325 Mon Sep 17 00:00:00 2001 From: Donald Buczek Date: Mon, 13 Jan 2020 10:54:04 +0100 Subject: [PATCH] linux-5.5_rc6: 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_rc6-310.bee | 1 - 1 file changed, 1 deletion(-) diff --git a/linux-5.5_rc6-310.bee b/linux-5.5_rc6-310.bee index a9d063cf9..1a10afc7f 100755 --- a/linux-5.5_rc6-310.bee +++ b/linux-5.5_rc6-310.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