From: Greg KH <gregkh@suse.de>
To: "Eric W. Biederman" <ebiederm@xmission.com>
Cc: Andrew Morton <akpm@linux-foundation.org>,
Greg KH <greg@kroah.com>,
linux-kernel@vger.kernel.org, linux-scsi@vger.kernel.org,
alsa-devel@alsa-project.org, Jens Axboe <axboe@kernel.dk>,
Stephen Hemminger <shemminger@vyatta.com>,
Kay Sievers <kay.sievers@vrfy.org>,
Alan Stern <stern@rowland.harvard.edu>,
"James E.J. Bottomley" <James.Bottomley@suse.de>,
Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>,
Randy Dunlap <randy.dunlap@oracle.com>, Tejun Heo <tj@kernel.org>,
"David S. Miller" <davem@davemloft.net>,
Jaroslav Kysela <perex@perex.cz>, Takashi Iwai <tiwai@suse.de>,
Ingo Molnar <mingo@elte.hu>,
Peter Zijlstra <a.p.zijlstra@chello.nl>,
David Howells <dhowells@redhat.com>,
Dave Airlie <airlied@gmail.com>
Subject: Re: [PATCH] driver core: remove CONFIG_SYSFS_DEPRECATED
Date: Wed, 14 Jul 2010 21:16:13 -0700 [thread overview]
Message-ID: <20100715041613.GB2583@suse.de> (raw)
In-Reply-To: <m1zkxtinlw.fsf@fess.ebiederm.org>
On Wed, Jul 14, 2010 at 05:40:27PM -0700, Eric W. Biederman wrote:
> Andrew Morton <akpm@linux-foundation.org> writes:
>
> > On Fri, 9 Jul 2010 11:54:50 -0700
> > Greg Kroah-Hartman <gregkh@suse.de> wrote:
> >
> >> This is no longer needed by any userspace tools, so it's safe to
> >> remove.
> >
> > Makes my FC6 test box not boot - can't find /dev/root. Then when I go
> > back to plain old mainline (2.6.35-rc5) and run `make oldconfig', the
> > .config change sticks:
> >
> > @@ -106,8 +106,7 @@
> > CONFIG_LOG_BUF_SHIFT=17
> > CONFIG_HAVE_UNSTABLE_SCHED_CLOCK=y
> > # CONFIG_CGROUPS is not set
> > -CONFIG_SYSFS_DEPRECATED=y
> > -CONFIG_SYSFS_DEPRECATED_V2=y
> > +# CONFIG_SYSFS_DEPRECATED_V2 is not set
> > CONFIG_RELAY=y
> > CONFIG_NAMESPACES=y
> > # CONFIG_UTS_NS is not set
> >
> > and the box still won't boot.
>
> The reason FC6 doesn't boot is there is a userspace tool
> I believe in the initrd that cares about symlinks when it should
> not.
Anyone happen to know which tool it is? I remember we had had issues
with FC3 around this area, but I thought we resolved them, so it's
supprising to me that FC6 has issues.
> What is more interesting is that currently there is a bug in
> 2.6.35-rc5 where rmmod <netdriver> modprobe <netdriver> will in fact
> fail. There was an inadvertent regression and no one has noticed or
> complained. I spotted it by code review just a little bit ago and I
> haven't had a chance to write and test the fix yet.
>
> If the code is going to start bitrotting and no one is going to
> notice or care simply removing the code instead of subjecting users
> to weird unexpected breakage seems like a responsible thing to do.
Yeah, that's what prompted this removal. After the s390 guys said that
they were all good to go, I figured no one else would have problems with
it :)
If it turns out there still are issues with older userspaces like FC6
that we can't resolve, I have no problem dropping this patch and then we
will have to fix up the regression.
thanks,
greg k-h
next prev parent reply other threads:[~2010-07-15 4:16 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-07-09 18:54 [PATCH] driver core: remove CONFIG_SYSFS_DEPRECATED Greg Kroah-Hartman
2010-07-14 23:38 ` Andrew Morton
2010-07-15 0:24 ` Dave Airlie
2010-07-15 4:14 ` [alsa-devel] " Greg KH
2010-07-15 5:00 ` Dave Airlie
2010-07-15 5:35 ` [alsa-devel] " Greg KH
2010-07-15 6:32 ` Dave Airlie
2010-07-15 7:56 ` [alsa-devel] " Greg KH
2010-07-15 0:40 ` Eric W. Biederman
2010-07-15 4:16 ` Greg KH [this message]
2010-07-15 4:29 ` Eric W. Biederman
2010-07-15 4:44 ` Greg KH
2010-07-15 13:29 ` Konrad Rzeszutek Wilk
2010-07-15 14:27 ` Greg KH
2010-07-15 16:24 ` Douglas Gilbert
2010-07-15 17:02 ` Greg KH
2010-07-15 3:52 ` Greg KH
2010-07-15 8:31 ` Kay Sievers
2010-07-15 8:36 ` Andrew Morton
2010-07-15 8:51 ` Kay Sievers
2010-07-23 12:40 ` Greg KH
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20100715041613.GB2583@suse.de \
--to=gregkh@suse.de \
--cc=James.Bottomley@suse.de \
--cc=a.p.zijlstra@chello.nl \
--cc=airlied@gmail.com \
--cc=akpm@linux-foundation.org \
--cc=alsa-devel@alsa-project.org \
--cc=axboe@kernel.dk \
--cc=davem@davemloft.net \
--cc=dhowells@redhat.com \
--cc=ebiederm@xmission.com \
--cc=greg@kroah.com \
--cc=kay.sievers@vrfy.org \
--cc=kuznet@ms2.inr.ac.ru \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-scsi@vger.kernel.org \
--cc=mingo@elte.hu \
--cc=perex@perex.cz \
--cc=randy.dunlap@oracle.com \
--cc=shemminger@vyatta.com \
--cc=stern@rowland.harvard.edu \
--cc=tiwai@suse.de \
--cc=tj@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).