Thread (52 messages) 52 messages, 8 authors, 2024-09-04

Re: [PATCH 18/23] init: open code setting up stdin/stdout/stderr

From: Al Viro <viro@zeniv.linux.org.uk>
Date: 2020-07-27 03:05:41
Also in: linux-fsdevel, lkml

On Tue, Jul 14, 2020 at 09:04:22PM +0200, Christoph Hellwig wrote:
Don't rely on the implicit set_fs(KERNEL_DS) for ksys_open to work, but
instead open a struct file for /dev/console and then install it as FD
0/1/2 manually.
I really hate that one.  Every time we exposed the internal details to
the fucking early init code, we paid for that afterwards.  And this
goes over the top wrt the level of details being exposed.

_IF_ you want to keep that thing, move it to fs/file.c, with dire comment
re that being very special shite for init and likely cause of subsequent
trouble whenever anything gets changed, a gnat farts somewhere, etc.

	Do not leave that kind of crap sitting around init/*.c; KERNEL_DS
may be a source of occasional PITA, but here you are trading it for a lot
worse one in the future.
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help