Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759842AbXJLHN4 (ORCPT ); Fri, 12 Oct 2007 03:13:56 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1756685AbXJLHNp (ORCPT ); Fri, 12 Oct 2007 03:13:45 -0400 Received: from smtp2.linux-foundation.org ([207.189.120.14]:52936 "EHLO smtp2.linux-foundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755700AbXJLHNo (ORCPT ); Fri, 12 Oct 2007 03:13:44 -0400 Date: Fri, 12 Oct 2007 00:13:25 -0700 From: Andrew Morton To: Al Viro Cc: KAMEZAWA Hiroyuki , linux-kernel@vger.kernel.org, Sam Ravnborg , netdev@vger.kernel.org Subject: Re: 2.6.23-mm1 Message-Id: <20071012001325.ba02a6f0.akpm@linux-foundation.org> In-Reply-To: <20071012064658.GA8181@ftp.linux.org.uk> References: <20071011213126.cf92efb7.akpm@linux-foundation.org> <20071012140328.f82af8e8.kamezawa.hiroyu@jp.fujitsu.com> <20071011234202.2f15bb76.akpm@linux-foundation.org> <20071012064658.GA8181@ftp.linux.org.uk> X-Mailer: Sylpheed 2.4.1 (GTK+ 2.8.17; x86_64-unknown-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1970 Lines: 47 On Fri, 12 Oct 2007 07:46:58 +0100 Al Viro wrote: > On Thu, Oct 11, 2007 at 11:42:02PM -0700, Andrew Morton wrote: > > On Fri, 12 Oct 2007 14:03:28 +0900 KAMEZAWA Hiroyuki wrote: > > > > > On Thu, 11 Oct 2007 21:31:26 -0700 > > > Andrew Morton wrote: > > > > > > > > > > > ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.23/2.6.23-mm1/ > > > > > > > > - I've been largely avoiding applying anything since rc8-mm2 in an attempt > > > > to stabilise things for the 2.6.23 merge. > > > > > > > On RHEL5/x86_64 environment, > > > > > > == > > > [kamezawa@hannibal ref-2.6.23-mm1]$ make menuconfig > > > Makefile:456: /home/kamezawa/ref-2.6.23-mm1/arch//Makefile: No such file or directory > > > make: *** No rule to make target `/home/kamezawa/ref-2.6.23-mm1/arch//Makefile'. Stop. > > > == > > > > > > $(ARCH) cannot be detected automatically... > > > > So you need to set $ARCH by hand? I always do that so I didn't notice this. > > > > > What information is useful for fixing this ? > > > > Sam's email address ;) > > More serious breakage happened to UML - include/asm-um/arch went straight > to hell; I'll look into fixing that tomorrow... I always forget to test uml. But a quick test build seems to work until it hits this: arch/um/drivers/slip_kern.c: In function 'slip_init': arch/um/drivers/slip_kern.c:34: error: 'struct net_device' has no member named 'header_cache_update' arch/um/drivers/slip_kern.c:35: error: 'struct net_device' has no member named 'hard_header_cache' arch/um/drivers/slip_kern.c:36: error: 'struct net_device' has no member named 'hard_header' - 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/