From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wg0-f42.google.com (mail-wg0-f42.google.com [74.125.82.42]) by kanga.kvack.org (Postfix) with ESMTP id EB59D6B0035 for ; Fri, 30 May 2014 17:18:37 -0400 (EDT) Received: by mail-wg0-f42.google.com with SMTP id y10so2531470wgg.1 for ; Fri, 30 May 2014 14:18:37 -0700 (PDT) Received: from one.firstfloor.org (one.firstfloor.org. [193.170.194.197]) by mx.google.com with ESMTPS id f4si7379169wiy.19.2014.05.30.14.18.34 for (version=TLSv1 cipher=RC4-SHA bits=128/128); Fri, 30 May 2014 14:18:34 -0700 (PDT) Date: Fri, 30 May 2014 23:18:31 +0200 From: Andi Kleen Subject: Re: [PATCH] page_alloc: skip cpuset enforcement for lower zone allocations (v5) Message-ID: <20140530211831.GN25366@two.firstfloor.org> References: <20140523193706.GA22854@amt.cnet> <20140526185344.GA19976@amt.cnet> <53858A06.8080507@huawei.com> <20140528224324.GA1132@amt.cnet> <20140529184303.GA20571@amt.cnet> <20140529232819.GA29803@amt.cnet> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Sender: owner-linux-mm@kvack.org List-ID: To: Christoph Lameter Cc: David Rientjes , Marcelo Tosatti , Li Zefan , linux-mm@kvack.org, linux-kernel@vger.kernel.org, Lai Jiangshan , Mel Gorman , Tejun Heo , Andrew Morton , Andi Kleen On Fri, May 30, 2014 at 08:50:56AM -0500, Christoph Lameter wrote: > On Thu, 29 May 2014, David Rientjes wrote: > > > When I said that my point about mempolicies needs more thought, I wasn't > > expecting that there would be no discussion -- at least _something_ that > > would say why we don't care about the mempolicy case. > > Lets get Andi involved here too. I'm not fully sure about the use case for this. On the NUMA systems I'm aware of usually only node 0 has <4GB, so mem policy is pointless. But anyways it seems ok to me to ignore mempolicies. Mempolicies are primarily for user space, which doesn't use GFP_DMA32. -ANdi -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: email@kvack.org