Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756795AbXIRJcQ (ORCPT ); Tue, 18 Sep 2007 05:32:16 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754407AbXIRJcF (ORCPT ); Tue, 18 Sep 2007 05:32:05 -0400 Received: from pentafluge.infradead.org ([213.146.154.40]:44063 "EHLO pentafluge.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754334AbXIRJcC (ORCPT ); Tue, 18 Sep 2007 05:32:02 -0400 Date: Tue, 18 Sep 2007 15:04:48 +0530 (IST) From: Satyam Sharma X-X-Sender: satyam@enigma.security.iitk.ac.in To: Andrew Morton cc: Kamalesh Babulal , linux-kernel@vger.kernel.org, Greg KH Subject: Re: 2.6.23-rc6-mm1 In-Reply-To: <20070918022739.f25c2846.akpm@linux-foundation.org> Message-ID: References: <20070918011841.2381bd93.akpm@linux-foundation.org> <46EF96CC.1080807@linux.vnet.ibm.com> <20070918022739.f25c2846.akpm@linux-foundation.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1799 Lines: 54 On Tue, 18 Sep 2007, Andrew Morton wrote: > On Tue, 18 Sep 2007 14:43:48 +0530 Kamalesh Babulal wrote: > > > Andrew Morton wrote: > > > ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.23-rc6/2.6.23-rc6-mm1/ > > > > > > 2.6.23-rc6-mm1 is a 29MB diff against 2.6.23-rc6. > > > > > > > > > > > > Hi Andrew, > > > > The 2.6.23-rc6-mm1build fails at > > > > CC drivers/pci/hotplug/rpadlpar_core.o > > CC drivers/pci/hotplug/rpadlpar_sysfs.o > > drivers/pci/hotplug/rpadlpar_sysfs.c:132: error: unknown field `name' specified in initializer > > drivers/pci/hotplug/rpadlpar_sysfs.c: In function `dlpar_sysfs_init': > > drivers/pci/hotplug/rpadlpar_sysfs.c:142: error: structure has no member named `name' > > make[3]: *** [drivers/pci/hotplug/rpadlpar_sysfs.o] Error 1 > > make[2]: *** [drivers/pci/hotplug] Error 2 > > make[1]: *** [drivers/pci] Error 2 > > make: *** [drivers] Error 2 > > > > Probably this: > > --- a/drivers/pci/hotplug/rpadlpar_sysfs.c~a > +++ a/drivers/pci/hotplug/rpadlpar_sysfs.c > @@ -129,8 +129,7 @@ struct kobj_type ktype_dlpar_io = { > }; > > struct kset dlpar_io_kset = { > - .kobj = {.name = DLPAR_KOBJ_NAME, > - .ktype = &ktype_dlpar_io, > + .kobj = {.ktype = &ktype_dlpar_io, > .parent = &pci_hotplug_slots_subsys.kobj}, > .ktype = &ktype_dlpar_io, > }; > _ > > But I'm fed up with fixing that patch. It's Greg's turn. But wait ... isn't that a statically-allocated kobject, which were supposed to be "naughty" in the first place? - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/