Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756076AbZKFJYt (ORCPT ); Fri, 6 Nov 2009 04:24:49 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1755154AbZKFJYs (ORCPT ); Fri, 6 Nov 2009 04:24:48 -0500 Received: from gir.skynet.ie ([193.1.99.77]:59814 "EHLO gir.skynet.ie" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751831AbZKFJYq (ORCPT ); Fri, 6 Nov 2009 04:24:46 -0500 Date: Fri, 6 Nov 2009 09:24:47 +0000 From: Mel Gorman To: Tobias Diedrich , Frans Pop , Jiri Kosina , Sven Geggus , Karol Lewandowski , Tobias Oetiker , "Rafael J. Wysocki" , David Miller , Reinette Chatre , Kalle Valo , David Rientjes , KOSAKI Motohiro , Mohamed Abbas , Jens Axboe , "John W. Linville" , Pekka Enberg , Bartlomiej Zolnierkiewicz , Greg Kroah-Hartman , Stephan von Krawczynski , Kernel Testers List , netdev@vger.kernel.org, linux-kernel@vger.kernel.org, "linux-mm@kvack.org" Subject: Re: [PATCH 0/5] Candidate fix for increased number of GFP_ATOMIC failures V2 Message-ID: <20091106092447.GC25926@csn.ul.ie> References: <1256221356-26049-1-git-send-email-mel@csn.ul.ie> <20091106060323.GA5528@yumi.tdiedrich.de> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Disposition: inline In-Reply-To: <20091106060323.GA5528@yumi.tdiedrich.de> User-Agent: Mutt/1.5.17+20080114 (2008-01-14) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1611 Lines: 35 On Fri, Nov 06, 2009 at 07:03:23AM +0100, Tobias Diedrich wrote: > Mel Gorman wrote: > > [No BZ ID] Kernel crash on 2.6.31.x (kcryptd: page allocation failure..) > > This apparently is easily reproducible, particular in comparison to > > the other reports. The point of greatest interest is that this is > > order-0 GFP_ATOMIC failures. Sven, I'm hoping that you in particular > > will be able to follow the tests below as you are the most likely > > person to have an easily reproducible situation. > > I've also seen order-0 failures on 2.6.31.5: > Note that this is with a one process hogging and mlocking memory and > min_free_kbytes reduced to 100 to reproduce the problem more easily. > Is that a vanilla, with patches 1-3 applied or both? > I tried bisecting the issue, but in the end without memory pressure > I can't reproduce it reliably and with the above mentioned pressure > I get allocation failures even on 2.6.30.o > To be honest, it's not entirely unexpected with min_free_kbytes set that low. The system should cope with a certain amount of pressure but with pressure and a low min_free_kbytes, the system will simply be reacting too late to free memory in the non-atomic paths. -- Mel Gorman Part-time Phd Student Linux Technology Center University of Limerick IBM Dublin Software Lab -- 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/