Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S964986Ab2EWCux (ORCPT ); Tue, 22 May 2012 22:50:53 -0400 Received: from mail-we0-f174.google.com ([74.125.82.174]:42161 "EHLO mail-we0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S964909Ab2EWCuv convert rfc822-to-8bit (ORCPT ); Tue, 22 May 2012 22:50:51 -0400 MIME-Version: 1.0 In-Reply-To: <20120523023513.GA22235@lizard> References: <20120522141717.GA31574@lizard> <1337696279-8994-3-git-send-email-anton.vorontsov@linaro.org> <20120523023513.GA22235@lizard> From: Linus Torvalds Date: Tue, 22 May 2012 19:50:29 -0700 X-Google-Sender-Auth: udnzQ5gkmBMaFoZRa0dXSygUlU0 Message-ID: Subject: Re: [PATCH/RFC] Make sure linux_banner is the first message in log_buf To: Anton Vorontsov Cc: Colin Cross , Greg Kroah-Hartman , Kees Cook , Tony Luck , Arnd Bergmann , John Stultz , Shuah Khan , arve@android.com, Rebecca Schultz Zavin , Jesper Juhl , Randy Dunlap , Stephen Boyd , Thomas Meyer , Andrew Morton , Marco Stornelli , WANG Cong , linux-kernel@vger.kernel.org, devel@driverdev.osuosl.org, linaro-kernel@lists.linaro.org, patches@linaro.org, kernel-team@android.com, Ingo Molnar , Peter Zijlstra , Rusty Russell Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 631 Lines: 18 On Tue, May 22, 2012 at 7:35 PM, Anton Vorontsov 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@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/