Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1299095

Re: [PATCH 1/1] kernel booting messages, first line

From Tejun Heo <tj@kernel.org>
Newsgroups linux.kernel
Subject Re: [PATCH 1/1] kernel booting messages, first line
Date 2015-12-29 20:30 +0100
Message-ID <qL882-4GL-1@gated-at.bofh.it> (permalink)
References <qKRqy-1Wh-9@gated-at.bofh.it> <qL7vk-4du-3@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


On Tue, Dec 29, 2015 at 10:42:40AM -0800, Randy Dunlap wrote:
> On 12/28/15 17:31, 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.
> > 
> > This ugliness, since 3.10.x kernel.
> > 
> > 
> > So :
> > 
> > Instead of the unaesthetic lines :
> > 
> > Initializing cgroup subsys cpuset
> > Initializing cgroup subsys cpu
> > Initializing cgroup subsys cpuacct
> > Linux version 4 ...
> > 
> > 
> > ... We will have :
> > 
> > 
> > Linux version 4 ...
> > Initializing cgroup subsys cpuset
> > Initializing cgroup subsys cpu
> > Initializing cgroup subsys cpuacct
> > 
> > As normal .
...
> 
> I like the patch. Could you make it a proper kernel patch, please?

I don't know why cgroup is printing those messages to begin with.
They don't serve any purpose.  Lemme just kill them.

Thanks.

-- 
tejun
--
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/

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH 1/1] kernel booting messages, first line Alexandru GOIA <alexandru.goia@cti.pub.ro> - 2015-12-29 02:40 +0100
  Re: [PATCH 1/1] kernel booting messages, first line Randy Dunlap <rdunlap@infradead.org> - 2015-12-29 19:50 +0100
    Re: [PATCH 1/1] kernel booting messages, first line Tejun Heo <tj@kernel.org> - 2015-12-29 20:30 +0100
      [PATCH] cgroup: demote subsystem init messages to KERN_DEBUG Tejun Heo <tj@kernel.org> - 2015-12-29 21:00 +0100

csiph-web