From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1946402AbWKACMP (ORCPT ); Tue, 31 Oct 2006 21:12:15 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1946410AbWKACMP (ORCPT ); Tue, 31 Oct 2006 21:12:15 -0500 Received: from smtp-out.google.com ([216.239.45.12]:44568 "EHLO smtp-out.google.com") by vger.kernel.org with ESMTP id S1946402AbWKACMO (ORCPT ); Tue, 31 Oct 2006 21:12:14 -0500 DomainKey-Signature: a=rsa-sha1; s=beta; d=google.com; c=nofws; q=dns; h=received:message-id:date:from:user-agent: x-accept-language:mime-version:to:cc:subject:references:in-reply-to: content-type:content-transfer-encoding; b=HOfkDreXcWb8Y/UbDGeDG8rUUk330evOKsc9vyHw1ptrjQCXiq/EzRmB0LuWdCCd1 WgDX++JxWlsbF9tfEZ4bQ== Message-ID: <45480241.2090803@google.com> Date: Tue, 31 Oct 2006 18:11:13 -0800 From: Martin Bligh User-Agent: Mozilla Thunderbird 1.0.7 (X11/20051011) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Greg KH CC: Cornelia Huck , Mike Galbraith , Andy Whitcroft , Andrew Morton , linux-kernel@vger.kernel.org, Steve Fox Subject: Re: 2.6.19-rc3-mm1 -- missing network adaptors References: <1162276206.5959.9.camel@Homer.simpson.net> <4546EF3B.1090503@google.com> <20061031065912.GA13465@suse.de> <4546FB79.1060607@google.com> <20061031075825.GA8913@suse.de> <45477131.4070501@google.com> <20061031174639.4d4d20e3@gondolin.boeblingen.de.ibm.com> <4547833C.5040302@google.com> <20061031182919.3a15b25a@gondolin.boeblingen.de.ibm.com> <4547FABE.502@google.com> <20061101020850.GA13070@suse.de> In-Reply-To: <20061101020850.GA13070@suse.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Greg KH wrote: > On Tue, Oct 31, 2006 at 05:39:10PM -0800, Martin Bligh wrote: > >>Cornelia Huck wrote: >> >>>On Tue, 31 Oct 2006 09:09:16 -0800, >>>"Martin J. Bligh" wrote: >>> >>> >>> >>>>Cornelia Huck wrote: >>>> >>>> >>>>>That's because /sys/class/net/ is now a symlink instead of a >>>>>directory (and that hasn't anything to do with acpi, but rather with >>>>>the conversions in the driver tree). Seems the directory -> symlink >>>>>change shouldn't be done since it's impacting user space... >>>> >>>>You know which individual patch in -mm broke that? Can't see it easily. >>>>Then we can just test across all the machines with just that one backed >>>>out. >>> >>> >>>I'd try reverting gregkh-driver-network-device.patch for the network >>>device stuff. >> >>Reverting that patch does indeed appear to fix it. > > > Even with CONFIG_SYSFS_DEPRECATED enabled? For some reason I'm guessing > that you missed that suggestion a while back... Yes - Enabling CONFIG_SYSFS_DEPRECATED didn't help. M.