From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753489AbcADULx (ORCPT ); Mon, 4 Jan 2016 15:11:53 -0500 Received: from atrey.karlin.mff.cuni.cz ([195.113.26.193]:48337 "EHLO atrey.karlin.mff.cuni.cz" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753370AbcADULp (ORCPT ); Mon, 4 Jan 2016 15:11:45 -0500 Date: Mon, 4 Jan 2016 21:11:41 +0100 From: Pavel Machek To: Alexandru GOIA Cc: "linux-kernel@vger.kernel.org" Subject: Re: [PATCH 1/1] first line in booting the kernel Message-ID: <20160104201141.GB5723@amd> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu 2015-12-24 09:55:14, Alexandru GOIA wrote: > > What it does : first line of booting kernel, as seen in dmesg(1), will be the Linux kernel signature > (version, compiler, compiler hostname). > > What it solves : it appers ahead of cgroup messages at booting. Acked-by: Pavel Machek (And I guess we need your sign-off, and probably Cc: trivial@kernel.org). > > --- linux-4.4-rc6/init/main.c.original 2015-12-24 09:55:58.208811356 +0200 > +++ linux-4.4-rc6/init/main.c 2015-12-24 09:57:06.364813237 +0200 > @@ -513,6 +513,8 @@ > */ > boot_init_stack_canary(); > > + pr_notice("%s", linux_banner); > + > cgroup_init_early(); > > local_irq_disable(); > @@ -524,7 +526,6 @@ > */ > boot_cpu_init(); > page_address_init(); > - pr_notice("%s", linux_banner); > setup_arch(&command_line); > mm_init_cpumask(&init_mm); > setup_command_line(command_line); > > -- > 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/ -- (english) http://www.livejournal.com/~pavelmachek (cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html