Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755067AbZJ0Nki (ORCPT ); Tue, 27 Oct 2009 09:40:38 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754986AbZJ0Nkh (ORCPT ); Tue, 27 Oct 2009 09:40:37 -0400 Received: from gir.skynet.ie ([193.1.99.77]:54786 "EHLO gir.skynet.ie" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754888AbZJ0Nkf (ORCPT ); Tue, 27 Oct 2009 09:40:35 -0400 From: Mel Gorman To: Andrew Morton , stable@kernel.org Cc: linux-kernel@vger.kernel.org, "linux-mm@kvack.org\"" , Frans Pop , Jiri Kosina , Sven Geggus , Karol Lewandowski , Tobias Oetiker , KOSAKI Motohiro , Pekka Enberg , Rik van Riel , Christoph Lameter , Stephan von Krawczynski , "Rafael J. Wysocki" , Kernel Testers List , Mel Gorman Subject: [PATCH 0/3] Reduce GFP_ATOMIC allocation failures, partial fix V3 Date: Tue, 27 Oct 2009 13:40:30 +0000 Message-Id: <1256650833-15516-1-git-send-email-mel@csn.ul.ie> X-Mailer: git-send-email 1.6.3.3 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1749 Lines: 38 Since 2.6.31-rc1, there have been an increasing number of GFP_ATOMIC failures. A significant number of these have been high-order GFP_ATOMIC failures and while they are generally brushed away, there has been a large increase in them recently and there are a number of possible areas the problem could be in - core vm, page writeback and a specific driver. The bugs affected by this that I am aware of are; [Bug #14141] order 2 page allocation failures in iwlagn [Bug #14141] order 2 page allocation failures (generic) [Bug #14265] ifconfig: page allocation failure. order:5, mode:0x8020 w/ e100 [No BZ ID] Kernel crash on 2.6.31.x (kcryptd: page allocation failure..) [No BZ ID] page allocation failure message kernel 2.6.31.4 (tty-related) The three patches in this series partially address the problem. I am proposing these for merging to mainline and -stable now to reduce the number of duplicate bug reports. The following bug should be fixed by these patches. [No BZ ID] page allocation failure message kernel 2.6.31.4 (tty-related) The following bug becomes very difficult to reproduce with these patches; [Bug #14265] ifconfig: page allocation failure. order:5, mode:0x8020 w/ e100 The rest of the bugs remain open. If these patches are agreed upon, they should be also considered -stable candidates. Patch 1 does not apply cleanly but I can supply a version that does. mm/page_alloc.c | 4 ++-- mm/vmscan.c | 9 +++++++++ 2 files changed, 11 insertions(+), 2 deletions(-) -- 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/