Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752302AbZKAMhd (ORCPT ); Sun, 1 Nov 2009 07:37:33 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752232AbZKAMhb (ORCPT ); Sun, 1 Nov 2009 07:37:31 -0500 Received: from mail-iw0-f180.google.com ([209.85.223.180]:37607 "EHLO mail-iw0-f180.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752198AbZKAMha (ORCPT ); Sun, 1 Nov 2009 07:37:30 -0500 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; b=bYj3FMdjUcFPlUTyocoHznswxe6icavTOB4AGNYkdnoi44h6f+/1esZ5fK8unDzivi GZuwDQr5bw7wHIgCpAVY33Pp495Ea1FrTil9chB3uZQWtH5RG2EJQnrqwP6Dz5gC3sEL DlVtIcCx9etvYO61Az4AG8A2NfHACM7u1zLjQ= MIME-Version: 1.0 In-Reply-To: <20091101073527.GB32720@elf.ucw.cz> References: <1256650833-15516-1-git-send-email-mel@csn.ul.ie> <20091027130924.fa903f5a.akpm@linux-foundation.org> <20091031184054.GB1475@ucw.cz> <20091031201158.GB29536@elf.ucw.cz> <20091031222905.GA32720@elf.ucw.cz> <4AECC04B.9060808@redhat.com> <20091101073527.GB32720@elf.ucw.cz> Date: Sun, 1 Nov 2009 21:37:35 +0900 X-Google-Sender-Auth: d1afb5aa3fbb6d45 Message-ID: <2f11576a0911010437l45b64f64webffa649763406b1@mail.gmail.com> Subject: Re: [PATCH 2/3] page allocator: Do not allow interrupts to use ALLOC_HARDER From: KOSAKI Motohiro To: Pavel Machek Cc: Rik van Riel , David Rientjes , Andrew Morton , Mel Gorman , stable@kernel.org, linux-kernel@vger.kernel.org, linux-mm@kvack.org, Frans Pop , Jiri Kosina , Sven Geggus , Karol Lewandowski , Tobias Oetiker , Pekka Enberg , Christoph Lameter , Stephan von Krawczynski , kernel-testers@vger.kernel.org Content-Type: text/plain; charset=ISO-8859-1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 960 Lines: 24 2009/11/1 Pavel Machek : >> > I believe it would be better to simply remove it. >> >> You are against trying to give the realtime tasks a best effort >> advantage at memory allocation? > > Yes. Those memory reserves were for kernel, GPF_ATOMIC and stuff. Now > realtime tasks are allowed to eat into them. That feels wrong. > > "realtime" tasks are not automatically "more important". > >> Realtime apps often *have* to allocate memory on the kernel side, >> because they use network system calls, etc... > > So what? As soon as they do that, they lose any guarantees, anyway. Then, your proposal makes regression to rt workload. any improve idea is welcome. but we don't hope to see any regression. -- 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/