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

2015-12-28 Thread Alexandru GOIA
mm_init_cpumask(&init_mm); setup_command_line(command_line); Signed-off-by: Alexandru Goia -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-

[PATCH 1/1] first line in booting the kernel

2015-12-24 Thread Alexandru GOIA
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. So, instead of the unaesthetic lines : Initializing cgroup subsys cpuset Initializing cg