Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755172AbZKIKL2 (ORCPT ); Mon, 9 Nov 2009 05:11:28 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754896AbZKIKL2 (ORCPT ); Mon, 9 Nov 2009 05:11:28 -0500 Received: from gir.skynet.ie ([193.1.99.77]:36790 "EHLO gir.skynet.ie" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754202AbZKIKL1 (ORCPT ); Mon, 9 Nov 2009 05:11:27 -0500 Date: Mon, 9 Nov 2009 10:11:28 +0000 From: Mel Gorman To: Pavel Machek Cc: David Rientjes , Christoph Lameter , Rik van Riel , Andrew Morton , stable@kernel.org, linux-kernel@vger.kernel.org, linux-mm@kvack.org, Frans Pop , Jiri Kosina , Sven Geggus , Karol Lewandowski , Tobias Oetiker , KOSAKI Motohiro , Pekka Enberg , Stephan von Krawczynski , kernel-testers@vger.kernel.org Subject: Re: [PATCH 2/3] page allocator: Do not allow interrupts to use ALLOC_HARDER Message-ID: <20091109101128.GB6657@csn.ul.ie> References: <20091031184054.GB1475@ucw.cz> <20091031201158.GB29536@elf.ucw.cz> <4AECCF6A.4020206@redhat.com> <20091104090140.GA14694@elf.ucw.cz> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Disposition: inline In-Reply-To: <20091104090140.GA14694@elf.ucw.cz> 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: 1298 Lines: 29 On Wed, Nov 04, 2009 at 10:01:40AM +0100, Pavel Machek wrote: > > > I hope we can move this to another thread if people would like to remove > > this exemption completely instead of talking about this trivial fix, which > > I doubt there's any objection to. > > I'm arguing that this "trivial fix" is wrong, and that you should just > remove those two lines. > > If going into reserves from interrupts hurts, doing that from task > context will hurt, too. "realtime" task should not be normally allowed > to "hurt" the system like that. > Pavel As David points out, it has been the behaviour of the system for 4 years and removing it should be made as a separate decision and not in the guise of a fix. In the particular case causing concern, there are a lot more allocations from interrupt due to network receive than there are from the activities of tasks with a high priority. -- 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/