[PATCH/RFC] Make sure linux_banner is the first message in log_buf
Linus Torvalds
torvalds at linux-foundation.org
Wed May 23 02:50:29 UTC 2012
On Tue, May 22, 2012 at 7:35 PM, Anton Vorontsov
<anton.vorontsov at linaro.org> 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
More information about the linaro-kernel
mailing list