Linux kernel -stable discussions
 help / color / mirror / Atom feed
From: Greg KH <gregkh@linuxfoundation.org>
To: Chen Jun <chenjun102@huawei.com>
Cc: stable@vger.kernel.org, xuqiang36@huawei.com
Subject: Re: [PATCH stable 4.14 1/1] printk: Export is_console_locked
Date: Thu, 4 Aug 2022 10:20:54 +0200	[thread overview]
Message-ID: <YuuBZnYkRSF61TsM@kroah.com> (raw)
In-Reply-To: <20220804070025.122783-2-chenjun102@huawei.com>

On Thu, Aug 04, 2022 at 07:00:25AM +0000, Chen Jun wrote:
> From: Hans de Goede <hdegoede@redhat.com>
> 
> commit d48de54a9dab5370edd2e991f78cc7996cf5483e upstream
> 
> This is a preparation patch for adding a number of WARN_CONSOLE_UNLOCKED()
> calls to the fbcon code, which may be built as a module (event though
> usually it is not).
> 
> Acked-by: Steven Rostedt (VMware) <rostedt@goodmis.org>
> Acked-by: Sergey Senozhatsky <sergey.senozhatsky@gmail.com>
> Acked-by: Petr Mladek <pmladek@suse.com>
> Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch>
> Signed-off-by: Hans de Goede <hdegoede@redhat.com>
> Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
> Signed-off-by: Chen Jun <chenjun102@huawei.com>
> ---
>  kernel/printk/printk.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/kernel/printk/printk.c b/kernel/printk/printk.c
> index 11173d0b51bc..ad4772869d48 100644
> --- a/kernel/printk/printk.c
> +++ b/kernel/printk/printk.c
> @@ -2259,6 +2259,7 @@ int is_console_locked(void)
>  {
>  	return console_locked;
>  }
> +EXPORT_SYMBOL(is_console_locked);
>  
>  /*
>   * Check if we have any console that is capable of printing while cpu is
> -- 
> 2.17.1
> 

This patch makes no sense on it's own, please make it part of a larger
series that requires it.

Also, for some reason you didn't cc: all of the people involved in the
change, which is a bit odd.

thanks,

greg k-h

      reply	other threads:[~2022-08-04  8:21 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-08-04  7:00 [PATCH stable 4.14 0/1] Backport "printk: Export is_console_locked" Chen Jun
2022-08-04  7:00 ` [PATCH stable 4.14 1/1] printk: Export is_console_locked Chen Jun
2022-08-04  8:20   ` Greg KH [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=YuuBZnYkRSF61TsM@kroah.com \
    --to=gregkh@linuxfoundation.org \
    --cc=chenjun102@huawei.com \
    --cc=stable@vger.kernel.org \
    --cc=xuqiang36@huawei.com \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox