[dm-devel] Re: 2.6.25-rc regression: kernel panic on boot

Linus Torvalds torvalds at linux-foundation.org
Tue Mar 4 20:04:50 UTC 2008



On Tue, 4 Mar 2008, Greg KH wrote:
> 
> I have a patch queued up to change the wording of this config entry to
> not say 2006, as that's not true anymore, and it should hopefully fix
> some of the confusion here.

Well, I think some of the confusion is simply from people who already 
turned it off *before* (without problems), and now just do "make 
oldconfig" or otherwise just keep it off, and it causes problems for them.

Updating the help text won't do squat, because those people won't be 
reading it - maybe they read it back when it was a new option (and it 
worked for them), but not any more.

So I would almost suggest we simply force the option back on for now. 
Then, in 2.6.26, we can make it a question again, and by that time, people 
will have it as 'y' in their config files and will now have the option to 
turn it off again.

In other words, how about just this diff?

		Linus

---
 init/Kconfig |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/init/Kconfig b/init/Kconfig
index f698a5a..a36e2e2 100644
--- a/init/Kconfig
+++ b/init/Kconfig
@@ -367,7 +367,7 @@ config RESOURCE_COUNTERS
 	depends on CGROUPS
 
 config SYSFS_DEPRECATED
-	bool "Create deprecated sysfs files"
+	bool "Create deprecated sysfs files" if EMBEDDED
 	depends on SYSFS
 	default y
 	help




More information about the dm-devel mailing list