[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <YwdeGWuTOXVeOW6J@araj-dh-work>
Date:   Thu, 25 Aug 2022 11:33:45 +0000
From:   Ashok Raj <ashok_raj@...ux.intel.com>
To:     Borislav Petkov <bp@...en8.de>
Cc:     X86 ML <x86@...nel.org>, LKML <linux-kernel@...r.kernel.org>,
        Ashok Raj <ashok.raj@...el.com>
Subject: Re: [PATCH] x86/microcode: Remove ->request_microcode_user()
On Thu, Aug 25, 2022 at 09:54:45AM +0200, Borislav Petkov wrote:
> From: Borislav Petkov <bp@...e.de>
> 
>   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@...e.de>
> ---
>  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(-)
> 
Powered by blists - more mailing lists