Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933303AbZFLJYm (ORCPT ); Fri, 12 Jun 2009 05:24:42 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1760058AbZFLJYe (ORCPT ); Fri, 12 Jun 2009 05:24:34 -0400 Received: from gate.crashing.org ([63.228.1.57]:44339 "EHLO gate.crashing.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758598AbZFLJYd (ORCPT ); Fri, 12 Jun 2009 05:24:33 -0400 Subject: Re: slab: setup allocators earlier in the boot sequence From: Benjamin Herrenschmidt To: Nick Piggin Cc: Pekka Enberg , Linus Torvalds , Linux Kernel list , linux-mm , mingo@elte.hu, cl@linux-foundation.org, akpm@linux-foundation.org In-Reply-To: <20090612091304.GE24044@wotan.suse.de> References: <1244783235.7172.61.camel@pasglop> <1244792079.7172.74.camel@pasglop> <1244792745.30512.13.camel@penberg-laptop> <20090612075427.GA24044@wotan.suse.de> <1244793592.30512.17.camel@penberg-laptop> <20090612080236.GB24044@wotan.suse.de> <1244793879.30512.19.camel@penberg-laptop> <1244796291.7172.87.camel@pasglop> <84144f020906120149k6cbe5177vef1944d9d216e8b2@mail.gmail.com> <20090612091304.GE24044@wotan.suse.de> Content-Type: text/plain Date: Fri, 12 Jun 2009 19:24:20 +1000 Message-Id: <1244798660.7172.102.camel@pasglop> Mime-Version: 1.0 X-Mailer: Evolution 2.26.1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1485 Lines: 39 > It's OK. I'd make it gfp_notsmellybits, and avoid the ~. > And read_mostly. read_mostly is fine. gfp_notsmellybits isn't a nice name :-) Make it gfp_allowedbits then. I did it backward on purpose though as the risk of "missing" bits here (as we may add new ones) is higher and it seemed to me generally simpler to just explicit spell out the ones to forbid (also, on powerpc, &~ is one instruction :-) > Probably would be better to hide it in mm/ and then just > allow it to be modified with a couple of calls. OTOH if > it is only modified in a couple of places then maybe that's > overkill. It might indeed be nicer to hide it behind an accessor. > The whole problem comes about because we don't just restore > our previously saved flags here... I guess it probably adds > even more overhead to do that and make everything just work :( Well... that's part of the equation. My solution has the advantage to also providing ground to forbid GFP_IO during suspend/resume etc... Cheers, Ben. > > -- > To unsubscribe, send a message with 'unsubscribe linux-mm' in > the body to majordomo@kvack.org. For more info on Linux MM, > see: http://www.linux-mm.org/ . > Don't email: email@kvack.org -- 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/