[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20210107164400.17904-1-pmladek@suse.com>
Date: Thu, 7 Jan 2021 17:43:59 +0100
From: Petr Mladek <pmladek@...e.com>
To: Sergey Senozhatsky <sergey.senozhatsky@...il.com>,
Steven Rostedt <rostedt@...dmis.org>,
John Ogness <john.ogness@...utronix.de>
Cc: Linus Torvalds <torvalds@...ux-foundation.org>,
Guenter Roeck <linux@...ck-us.net>,
Shreyas Joshi <shreyas.joshi@...mp.com>,
shreyasjoshi15@...il.com,
Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
Sergey Senozhatsky <sergey.senozhatsky.work@...il.com>,
Greg Ungerer <gerg@...ux-m68k.org>,
Vineet Gupta <vgupta@...opsys.com>,
Thomas Meyer <thomas@...3r.de>,
David Gow <davidgow@...gle.com>,
Brendan Higgins <brendanhiggins@...gle.com>,
Andy Shevchenko <andriy.shevchenko@...ux.intel.com>,
Shuah Khan <skhan@...uxfoundation.org>,
linux-kernel@...r.kernel.org, Petr Mladek <pmladek@...e.com>
Subject: [PATCH 0/1] console: Blank console - userspace regression
The commit 757055ae8dedf5333af17b3b ("init/console: Use ttynull as a fallback when
there is no console") caused several regressions. The ttynull console has been
selected by default when no console was configured on the command line and
ttynull_init() was the first initcall calling register_console().
There were few possible workarounds but I was not happy with them.
I worked on a proper solution but it became too complicated to
be used at this stage.
The console registration code is a sad story. There are many hidden catches.
The ordering of registered consoles is not well defined. Any change
in the code tends to break some particular system.
The good news is that I become more and more familiar with it.
I hope that I will be able to clean it up step by step in
the future. But it is definitely not a good idea to do any big
refactoring in rc phase.
Hence I propose to revert the problematic commit as the least
risky solution.
Petr Mladek (1):
Revert "init/console: Use ttynull as a fallback when there is no
console"
drivers/tty/Kconfig | 14 ++++++++++++++
drivers/tty/Makefile | 3 ++-
drivers/tty/ttynull.c | 18 ------------------
include/linux/console.h | 3 ---
init/main.c | 10 ++--------
5 files changed, 18 insertions(+), 30 deletions(-)
--
2.26.2
Powered by blists - more mailing lists