Re: [PATCH] vfs: init/main.c: change comment: opening /dev/console may fail

Al Viro <[email protected]> Mon, 6 Apr 2026 10:54:52 +0100
Newsgroups org.kernel.vger.initramfs,dev.linux.lists.patches,org.kernel.vger.kernel-janitors,org.kernel.vger.linux-fsdevel,org.kernel.vger.linux-kernel
Message-ID <20260406095452.GY3836593@ZenIV>
On Mon, Apr 06, 2026 at 09:08:15AM +0000, Askar Safin wrote:

> -/* Open /dev/console, for stdin/stdout/stderr, this should never fail */
> +/*
> + * Open /dev/console, for stdin/stdout/stderr, this may fail if you supplied
> + * your own internal initramfs without /dev/console

ITYM "so if you supply your own internal initramfs, make sure /dev/console is there"