All of lore.kernel.org
 help / color / mirror / Atom feed
From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
To: Borislav Petkov <bp@alien8.de>
Cc: LKML <linux-kernel@vger.kernel.org>, X86 ML <x86@kernel.org>,
	Arnd Bergmann <arnd@arndb.de>
Subject: Re: [PATCH] misc: Mark MICROCODE_MINOR unused
Date: Wed, 27 Jul 2022 13:52:18 +0200	[thread overview]
Message-ID: <YuEm8rRmLwfg3gpz@kroah.com> (raw)
In-Reply-To: <20220727114948.30123-1-bp@alien8.de>

On Wed, Jul 27, 2022 at 01:49:48PM +0200, Borislav Petkov wrote:
> From: Borislav Petkov <bp@suse.de>
> 
> This one is unused since
> 
>   181b6f40e9ea ("x86/microcode: Rip out the OLD_INTERFACE")
> 
> so comment it out.
> 
> Cc: Arnd Bergmann <arnd@arndb.de>
> Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
> Signed-off-by: Borislav Petkov <bp@suse.de>
> Link: https://lore.kernel.org/r/20220525161232.14924-1-bp@alien8.de
> ---
>  include/linux/miscdevice.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/include/linux/miscdevice.h b/include/linux/miscdevice.h
> index 0676f18093f9..99291eff32dc 100644
> --- a/include/linux/miscdevice.h
> +++ b/include/linux/miscdevice.h
> @@ -44,7 +44,7 @@
>  #define AGPGART_MINOR		175
>  #define TOSH_MINOR_DEV		181
>  #define HWRNG_MINOR		183
> -#define MICROCODE_MINOR		184
> +/*#define MICROCODE_MINOR		184 unused */
>  #define KEYPAD_MINOR		185
>  #define IRNET_MINOR		187
>  #define D7S_MINOR		193
> -- 
> 2.35.1
> 

Thanks, will go queue this up!

greg k-h

      reply	other threads:[~2022-07-27 11:52 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-07-27 11:49 [PATCH] misc: Mark MICROCODE_MINOR unused Borislav Petkov
2022-07-27 11:52 ` Greg Kroah-Hartman [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=YuEm8rRmLwfg3gpz@kroah.com \
    --to=gregkh@linuxfoundation.org \
    --cc=arnd@arndb.de \
    --cc=bp@alien8.de \
    --cc=linux-kernel@vger.kernel.org \
    --cc=x86@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.