From mboxrd@z Thu Jan 1 00:00:00 1970 From: Greg KH Subject: Re: [PATCH] driver core: remove CONFIG_SYSFS_DEPRECATED Date: Fri, 23 Jul 2010 05:40:40 -0700 Message-ID: <20100723124040.GA2281@kroah.com> References: <20100709185450.GA29473@kroah.com> <20100714163852.b3c09930.akpm@linux-foundation.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from coco.kroah.org (kroah.org [198.145.64.141]) by alsa0.perex.cz (Postfix) with ESMTP id 300921039CD for ; Fri, 23 Jul 2010 14:39:54 +0200 (CEST) Content-Disposition: inline In-Reply-To: <20100714163852.b3c09930.akpm@linux-foundation.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: alsa-devel-bounces@alsa-project.org Errors-To: alsa-devel-bounces@alsa-project.org To: Andrew Morton Cc: Jens Axboe , Randy Dunlap , alsa-devel@alsa-project.org, Kay Sievers , Peter Zijlstra , linux-scsi@vger.kernel.org, Takashi Iwai , Greg Kroah-Hartman , linux-kernel@vger.kernel.org, David Howells , "James E.J. Bottomley" , Alan Stern , "Eric W. Biederman" , Ingo Molnar , Tejun Heo , Alexey Kuznetsov , Stephen Hemminger , "David S. Miller" List-Id: alsa-devel@alsa-project.org On Wed, Jul 14, 2010 at 04:38:52PM -0700, Andrew Morton wrote: > On Fri, 9 Jul 2010 11:54:50 -0700 > Greg Kroah-Hartman 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. Ok, for now, I've removed this patch from my tree, so you should not have any problem. I'll go work on this later next week when I have some more time. thanks, greg k-h From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757525Ab0GWMjx (ORCPT ); Fri, 23 Jul 2010 08:39:53 -0400 Received: from kroah.org ([198.145.64.141]:38066 "EHLO coco.kroah.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751906Ab0GWMjw (ORCPT ); Fri, 23 Jul 2010 08:39:52 -0400 Date: Fri, 23 Jul 2010 05:40:40 -0700 From: Greg KH To: Andrew Morton Cc: Greg Kroah-Hartman , linux-kernel@vger.kernel.org, linux-scsi@vger.kernel.org, alsa-devel@alsa-project.org, Jens Axboe , Stephen Hemminger , "Eric W. Biederman" , Kay Sievers , Alan Stern , "James E.J. Bottomley" , Alexey Kuznetsov , Randy Dunlap , Tejun Heo , "David S. Miller" , Jaroslav Kysela , Takashi Iwai , Ingo Molnar , Peter Zijlstra , David Howells Subject: Re: [PATCH] driver core: remove CONFIG_SYSFS_DEPRECATED Message-ID: <20100723124040.GA2281@kroah.com> References: <20100709185450.GA29473@kroah.com> <20100714163852.b3c09930.akpm@linux-foundation.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20100714163852.b3c09930.akpm@linux-foundation.org> User-Agent: Mutt/1.5.17 (2007-11-01) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Jul 14, 2010 at 04:38:52PM -0700, Andrew Morton wrote: > On Fri, 9 Jul 2010 11:54:50 -0700 > Greg Kroah-Hartman 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. Ok, for now, I've removed this patch from my tree, so you should not have any problem. I'll go work on this later next week when I have some more time. thanks, greg k-h