Re: [PATCH] x86/microcode: Remove ->request_microcode_user()

From: Ashok Raj
Date: Thu Aug 25 2022 - 07:33:44 EST


On Thu, Aug 25, 2022 at 09:54:45AM +0200, Borislav Petkov wrote:
> From: Borislav Petkov <bp@xxxxxxx>
>
> 181b6f40e9ea ("x86/microcode: Rip out the OLD_INTERFACE")
>
> removed the old microcode loading interface but forgot to remove the
> related ->request_microcode_user() functionality which it uses.
>
> Rip it out now too.

Nice, I had this in my cleanup pile too :-)

>
> Signed-off-by: Borislav Petkov <bp@xxxxxxx>
> ---
> arch/x86/include/asm/microcode.h | 3 ---
> arch/x86/kernel/cpu/microcode/amd.c | 7 -------
> arch/x86/kernel/cpu/microcode/intel.c | 17 -----------------
> 3 files changed, 27 deletions(-)
>