Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757622AbYBMDKV (ORCPT ); Tue, 12 Feb 2008 22:10:21 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751932AbYBMDJx (ORCPT ); Tue, 12 Feb 2008 22:09:53 -0500 Received: from smtp2.linux-foundation.org ([207.189.120.14]:47995 "EHLO smtp2.linux-foundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751874AbYBMDJs (ORCPT ); Tue, 12 Feb 2008 22:09:48 -0500 Date: Tue, 12 Feb 2008 19:08:09 -0800 From: Andrew Morton To: Al Viro Cc: David Rientjes , Adrian Bunk , linux-kernel@vger.kernel.org, sparclinux@vger.kernel.org, Robert Reif Subject: Re: [patch] sparc: fix build Message-Id: <20080212190809.75dbf52e.akpm@linux-foundation.org> In-Reply-To: <20080213025739.GO27894@ZenIV.linux.org.uk> References: <20080207231230.GE7198@cs181133002.pp.htv.fi> <20080210153355.GA6737@palantir8> <47AF7048.3060200@earthlink.net> <20080212184654.85d5ae20.akpm@linux-foundation.org> <20080213025739.GO27894@ZenIV.linux.org.uk> X-Mailer: Sylpheed 2.4.7 (GTK+ 2.12.1; x86_64-redhat-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2149 Lines: 51 On Wed, 13 Feb 2008 02:57:39 +0000 Al Viro wrote: > On Tue, Feb 12, 2008 at 06:46:54PM -0800, Andrew Morton wrote: > > > diff --git a/include/linux/memcontrol.h b/include/linux/memcontrol.h > > > --- a/include/linux/memcontrol.h > > > +++ b/include/linux/memcontrol.h > > > @@ -20,9 +20,6 @@ > > > #ifndef _LINUX_MEMCONTROL_H > > > #define _LINUX_MEMCONTROL_H > > > > > > -#include > > > -#include > > > - > > > struct mem_cgroup; > > > struct page_cgroup; > > > struct page; > > > > This really should have been in a separate patch and extensively tested. > > > > Have we checked that every file which directly or indirectly includes > > memcontrol.h does not have an requirement for rcupdate.h and mm.h, where > > that requirement was satisfied only via this nested inclusion? For all > > architectures and for all config selections? Think not. > > > > Sadly, removal of nested includes is a *big* deal, and it takes quite a lot > > of time to get it all shaken down. > > > > If we can confirm that all files (.c and .h) which include memcontrol.h > > also directly include rcupdate.h and mm.h then we're _probably_ ok (modulo > > ordering issues). > > > > Otherwise we should perhaps be taking a second look at how to fix the sparc > > problem. > > I've run allmodconfig builds on a bunch of target, FWIW (essentially the > same patch). Note that these includes are recent addition caused by > added inline function that had since then become a define. So while I > agree with your comments in general, in _this_ case it's pretty safe. OK, thanks, that increases the comfort level, > Commit that had done it is 3062fc67dad01b1d2a15d58c709eff946389eca4 > and switch to #define is 60c12b1202a60eabb1c61317e5d2678fcea9893f (BTW, > that warranted mentioning in changelog of the latter). I just copied-and-pasted your email ;) -- 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/