]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] Fix linux banner utsname information
authorHerbert Poetzl <herbert@13thfloor.at>
Fri, 8 Dec 2006 10:36:00 +0000 (02:36 -0800)
committerLinus Torvalds <torvalds@woody.osdl.org>
Fri, 8 Dec 2006 16:28:37 +0000 (08:28 -0800)
commitf91428c84e66f3d218719a5669f865688b52a190
tree90603c28d717fc0b2e92adb7e3f3a98adf6ae458
parent0b5f1bf7fafc76707ddf1e0c0f68a821f2421a02
[PATCH] Fix linux banner utsname information

utsname information is shown in the linux banner, which also is used for
/proc/version (which can have different utsname values inside a uts
namespaces).  this patch makes the varying data arguments and changes the
string to a format string, using those arguments.

Signed-off-by: Herbert Poetzl <herbert@13thfloor.at>
Cc: "Eric W. Biederman" <ebiederm@xmission.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
fs/proc/proc_misc.c
init/Makefile
init/main.c
init/version.c