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

From: Tejun Heo
Date: Tue Dec 29 2015 - 14:24:57 EST


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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/