All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Well, Linus seems to like Lordi...
@ 2006-05-25 14:17 Kyle McMartin
  2006-05-25 15:46 ` Linus Torvalds
  2006-05-25 16:37 ` [PATCH] Add compile domain (was: Re: [PATCH] Well, Linus seems to like Lordi...) Jan Engelhardt
  0 siblings, 2 replies; 38+ messages in thread
From: Kyle McMartin @ 2006-05-25 14:17 UTC (permalink / raw)
  To: linux-kernel; +Cc: torvalds

If we're going to have release code names for the kernel, might as well
advertise them somewhere. :)

Signed-off-by: Kyle McMartin <kyle@there.is.no.cabal.ca>

--- a/Makefile
+++ b/Makefile
@@ -841,6 +841,7 @@ define filechk_version.h
 	  exit 1; \
 	fi; \
 	(echo \#define UTS_RELEASE \"$(KERNELRELEASE)\"; \
+	  echo \#define LINUX_CODE_NAME \"$(NAME)\"; \
 	  echo \#define LINUX_VERSION_CODE `expr $(VERSION) \\* 65536 + $(PATCHLEVEL) \\* 256 + $(SUBLEVEL)`; \
 	 echo '#define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))'; \
 	)
diff --git a/init/version.c b/init/version.c
index 3ddc3ce..97cc8ec 100644
--- a/init/version.c
+++ b/init/version.c
@@ -29,5 +29,6 @@ struct new_utsname system_utsname = {
 EXPORT_SYMBOL(system_utsname);
 
 const char linux_banner[] =
-	"Linux version " UTS_RELEASE " (" LINUX_COMPILE_BY "@"
-	LINUX_COMPILE_HOST ") (" LINUX_COMPILER ") " UTS_VERSION "\n";
+	"Linux version " UTS_RELEASE " \"" LINUX_CODE_NAME "\" (" 
+	LINUX_COMPILE_BY "@" LINUX_COMPILE_HOST ") (" LINUX_COMPILER ") "
+	UTS_VERSION "\n";

^ permalink raw reply related	[flat|nested] 38+ messages in thread

end of thread, other threads:[~2006-05-30 13:54 UTC | newest]

Thread overview: 38+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-05-25 14:17 [PATCH] Well, Linus seems to like Lordi Kyle McMartin
2006-05-25 15:46 ` Linus Torvalds
2006-05-25 16:02   ` Steven Rostedt
2006-05-25 16:15   ` alan
2006-05-25 16:26     ` Linus Torvalds
2006-05-25 16:43       ` Jan Engelhardt
2006-05-26 23:47         ` Folkert van Heusden
2006-05-27  7:05           ` Oliver Neukum
2006-05-25 16:37 ` [PATCH] Add compile domain (was: Re: [PATCH] Well, Linus seems to like Lordi...) Jan Engelhardt
2006-05-25 16:48   ` Linus Torvalds
2006-05-25 18:40     ` Jan Engelhardt
2006-05-25 18:47       ` Linus Torvalds
2006-05-25 18:53         ` [PATCH] Add compile domain İsmail Dönmez
2006-05-25 18:59           ` Jan Engelhardt
2006-05-25 19:00             ` İsmail Dönmez
2006-05-25 18:54         ` [PATCH] Add compile domain (was: Re: [PATCH] Well, Linus seems to like Lordi...) Alistair John Strachan
2006-05-25 19:02           ` Jan Engelhardt
2006-05-25 21:14             ` [PATCH] Add compile domain Martin J. Bligh
2006-05-25 21:38               ` Alistair John Strachan
2006-05-25 22:12                 ` Måns Rullgård
2006-05-25 21:43               ` Måns Rullgård
2006-05-25 19:06           ` [PATCH] Add compile domain (was: Re: [PATCH] Well, Linus seems to like Lordi...) Linus Torvalds
2006-05-25 20:29           ` Lennart Sorensen
2006-05-26 11:56             ` Jan Engelhardt
2006-05-26 21:11               ` Christian Trefzer
2006-05-27  2:14                 ` [PATCH] Add compile domain Bernd Eckenfels
2006-05-29 12:25                 ` [PATCH] Add compile domain (was: Re: [PATCH] Well, Linus seems to like Lordi...) Gabor Gombas
2006-05-29 23:13                   ` [PATCH] Add compile domain Bernd Eckenfels
2006-05-30 13:54                     ` Gabor Gombas
2006-05-27  2:13             ` Bernd Eckenfels
2006-05-25 19:43         ` [PATCH] Add compile domain (was: Re: [PATCH] Well, Linus seems to like Lordi...) bjdouma
2006-05-25 20:13       ` Lennart Sorensen
2006-05-25 20:34         ` H. Peter Anvin
2006-05-27  2:19         ` [PATCH] Add compile domain Bernd Eckenfels
2006-05-29 12:08     ` [PATCH] Add compile domain (was: Re: [PATCH] Well, Linus seems to like Lordi...) Gabor Gombas
2006-05-29 20:20       ` Linus Torvalds
2006-05-29 20:47         ` Joshua Hudson
2006-05-29 23:17           ` [PATCH] Add compile domain Bernd Eckenfels

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.