From: Greg KH <greg@kroah.com>
To: Petr Mladek <pmladek@suse.com>
Cc: stable@vger.kernel.org, Greg Kroah-Hartman <gregkh@google.com>,
Yi Fan <yfa@google.com>,
shreyas.joshi@biamp.com, Joshua Levasseur <jlevasseur@google.com>,
sashal@kernel.org, Guenter Roeck <linux@roeck-us.net>,
Sergey Senozhatsky <senozhatsky@chromium.org>
Subject: Re: [PATCH] printk/console: Allow to disable console output by using console="" or console=null
Date: Tue, 9 Nov 2021 17:19:09 +0100 [thread overview]
Message-ID: <YYqfffh2daWMA5Pa@kroah.com> (raw)
In-Reply-To: <YYqZdkLBAC8mtRSC@alley>
On Tue, Nov 09, 2021 at 04:53:26PM +0100, Petr Mladek wrote:
> The commit 48021f98130880dd74 ("printk: handle blank console arguments
> passed in.") prevented crash caused by empty console= parameter value.
>
> Unfortunately, this value is widely used on Chromebooks to disable
> the console output. The above commit caused performance regression
> because the messages were pushed on slow console even though nobody
> was watching it.
>
> Use ttynull driver explicitly for console="" and console=null
> parameters. It has been created for exactly this purpose.
>
> It causes that preferred_console is set. As a result, ttySX and ttyX
> are not used as a fallback. And only ttynull console gets registered by
> default.
>
> It still allows to register other consoles either by additional console=
> parameters or SPCR. It prevents regression because it worked this way even
> before. Also it is a sane semantic. Preventing output on all consoles
> should be done another way, for example, by introducing mute_console
> parameter.
>
> Link: https://lore.kernel.org/r/20201006025935.GA597@jagdpanzerIV.localdomain
> Suggested-by: Sergey Senozhatsky <sergey.senozhatsky@gmail.com>
> Reviewed-by: Guenter Roeck <linux@roeck-us.net>
> Tested-by: Guenter Roeck <linux@roeck-us.net>
> Acked-by: Sergey Senozhatsky <sergey.senozhatsky@gmail.com>
> Signed-off-by: Petr Mladek <pmladek@suse.com>
> Link: https://lore.kernel.org/r/20201111135450.11214-3-pmladek@suse.com
> ---
>
> This is backport of the commit 3cffa06aeef7ece30f6b5ac0e
> ("printk/console: Allow to disable console output by using
> console="" or console=null") for stable release:
>
> + 4.4, 4.9, 4.14, 4.19, 5.4
>
> Please, use the original upstream commit for stable release:
>
> + 5.10
>
> It should fix the problem reported at
> https://www.spinics.net/lists/stable/msg509616.html
Thanks, now all queued up!
greg k-h
next prev parent reply other threads:[~2021-11-09 16:19 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-11-09 15:53 [PATCH] printk/console: Allow to disable console output by using console="" or console=null Petr Mladek
2021-11-09 16:19 ` Greg KH [this message]
2021-11-09 18:15 ` Guenter Roeck
2021-11-10 12:03 ` Petr Mladek
2021-11-10 17:37 ` Guenter Roeck
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=YYqfffh2daWMA5Pa@kroah.com \
--to=greg@kroah.com \
--cc=gregkh@google.com \
--cc=jlevasseur@google.com \
--cc=linux@roeck-us.net \
--cc=pmladek@suse.com \
--cc=sashal@kernel.org \
--cc=senozhatsky@chromium.org \
--cc=shreyas.joshi@biamp.com \
--cc=stable@vger.kernel.org \
--cc=yfa@google.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