Re: [patch] Printk kernel version in WARN_ON

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Sam Ravnborg
Date: Saturday, November 17, 2007 - 12:28 pm

On Sat, Nov 17, 2007 at 10:15:52AM -0800, Arjan van de Ven wrote:

With this change we will see zillions of files being rebuild each
time we pick up another kernel version from git and friends.

For me it looks like this right now:
#define UTS_RELEASE "2.6.24-rc2-g99fee6d7-dirty"

committing my local changes made it look like:
#define UTS_RELEASE "2.6.24-rc2-g99fee6d7"

The above change will trigger a rebuild of all files
that reference UTS_RELEASE as will all WARN_ON users.

And this is with the default configuration.

So if we want this then we want to push that change to a
seperate function so we rebuild less files for simple changes.

	Sam
-
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[patch] Printk kernel version in WARN_ON, Arjan van de Ven, (Sat Nov 17, 11:15 am)
Re: [patch] Printk kernel version in WARN_ON, Andrew Morton, (Sat Nov 17, 11:27 am)
Re: [patch] Printk kernel version in WARN_ON, Arjan van de Ven, (Sat Nov 17, 11:39 am)
Re: [patch] Printk kernel version in WARN_ON, Andrew Morton, (Sat Nov 17, 11:46 am)
Re: [patch] Printk kernel version in WARN_ON, Sam Ravnborg, (Sat Nov 17, 12:28 pm)
Re: [patch] Printk kernel version in WARN_ON, Sam Ravnborg, (Sat Nov 17, 12:42 pm)
Re: [patch] Printk kernel version in WARN_ON, Denys Vlasenko, (Sat Nov 17, 4:02 pm)
Re: [patch] Printk kernel version in WARN_ON, Ingo Molnar, (Sat Nov 17, 5:42 pm)
Re: [patch] Printk kernel version in WARN_ON, Andrew Morton, (Sat Nov 17, 5:57 pm)
Re: [patch] Printk kernel version in WARN_ON, Ingo Molnar, (Sat Nov 17, 6:04 pm)
Re: [patch] Printk kernel version in WARN_ON, Arjan van de Ven, (Sun Nov 18, 10:18 am)
Re: [patch] Printk kernel version in WARN_ON, Pavel Machek, (Wed Nov 21, 5:51 am)