[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
[dm-devel] Re: 2.6.25-rc regression: kernel panic on boot
- From: Linus Torvalds <torvalds linux-foundation org>
- To: Greg KH <gregkh suse de>
- Cc: kay sievers vrfy org, linux-kernel <linux-kernel vger kernel org>, "Zhang, Rui" <rui zhang intel com>, "Rafael J. Wysocki" <rjw sisk pl>, Alexey Dobriyan <adobriyan sw ru>, dm-devel redhat com, Andrew Morton <akpm linux-foundation org>, Ingo Molnar <mingo elte hu>
- Subject: [dm-devel] Re: 2.6.25-rc regression: kernel panic on boot
- Date: Tue, 4 Mar 2008 12:04:50 -0800 (PST)
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
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]