mirror of
https://github.com/torvalds/linux.git
synced 2026-01-25 07:47:50 +00:00
[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>
This commit is contained in:
committed by
Linus Torvalds
parent
6e2ac66470
commit
a2ee8649ba
@@ -15,6 +15,7 @@ clean-files := ../include/linux/compile.h
|
||||
|
||||
# dependencies on generated files need to be listed explicitly
|
||||
|
||||
$(obj)/main.o: include/linux/compile.h
|
||||
$(obj)/version.o: include/linux/compile.h
|
||||
|
||||
# compile.h changes depending on hostname, generation number, etc,
|
||||
|
||||
Reference in New Issue
Block a user