Re: [PATCH/RFC] Make sure linux_banner is the first message in log_buf

From: Linus Torvalds
Date: Tue May 22 2012 - 22:50:47 EST


On Tue, May 22, 2012 at 7:35 PM, Anton Vorontsov
<anton.vorontsov@xxxxxxxxxx> wrote:
> @@ -749,6 +749,9 @@ asmlinkage int printk(const char *fmt, ...)
>        va_list args;
>        int r;
>
> +       /* Make sure linux_banner is kernel's first message. */
> +       printk_once(KERN_NOTICE "%s", linux_banner);
> +

Ugh. No. That is too disgusting for words.

Linus
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/