Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756237AbZJVVdz (ORCPT ); Thu, 22 Oct 2009 17:33:55 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754853AbZJVVdy (ORCPT ); Thu, 22 Oct 2009 17:33:54 -0400 Received: from fg-out-1718.google.com ([72.14.220.155]:21173 "EHLO fg-out-1718.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753620AbZJVVdx (ORCPT ); Thu, 22 Oct 2009 17:33:53 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; b=hqt7iM8IGgJkAMRCWDEFbXLhI1GdUh/zZEaIyOwRHxv/91q6m0FY5QtbXULOlc4wND 0EQWqql5UgijtXZObb4zc+cMH3/vMePtK2FW2yK7H7yEXkMg8b+MGL0yVcWYsQdHfN81 Tycqq3CCdDzAH5Lj5tTXlQT5JB8AG1ywu99fo= Date: Thu, 22 Oct 2009 23:33:53 +0200 From: Karol Lewandowski To: Mel Gorman Cc: Karol Lewandowski , David Rientjes , "Rafael J. Wysocki" , Linux Kernel Mailing List , Kernel Testers List , Frans Pop , Pekka Enberg , KOSAKI Motohiro , Reinette Chatre , Bartlomiej Zolnierkiewicz , Mohamed Abbas , "John W. Linville" , linux-mm@kvack.org, jens.axboe@oracle.com, Tobias Oetiker Subject: Re: [PATCH] SLUB: Don't drop __GFP_NOFAIL completely from allocate_slab() (was: Re: [Bug #14265] ifconfig: page allocation failure. order:5,ode:0x8020 w/ e100) Message-ID: <20091022213353.GA7137@bizet.domek.prywatny> References: <3onW63eFtRF.A.xXH.oMTxKB@chimera> <20091021200442.GA2987@bizet.domek.prywatny> <20091021212034.GB2987@bizet.domek.prywatny> <20091022102014.GL11778@csn.ul.ie> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20091022102014.GL11778@csn.ul.ie> User-Agent: Mutt/1.5.18 (2008-05-17) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1066 Lines: 26 On Thu, Oct 22, 2009 at 11:20:14AM +0100, Mel Gorman wrote: > On Wed, Oct 21, 2009 at 11:20:34PM +0200, Karol Lewandowski wrote: > > > Note: slub isn't going to be a culprit in order 5 allocation failures > > > since they have kmalloc passthrough to the page allocator. > > > > However, it might change fragmentation somewhat I guess. This might > > make problem more/less visible. > > > > Did you have CONFIG_KMEMCHECK set by any chance? No, kmemcheck (and kmemleak) was always disabled. It's likely that's possible to trigger allocation failures with slab, I just haven't been successful at it. Lack of good testcase is really problem here -- even if I can't trigger failures I can never be sure that these wont appear in some strange moment. BTW I'll test your patches (from another thread) shortly. Thanks. -- 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/