From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from psmtp.com (na3sys010amx203.postini.com [74.125.245.203]) by kanga.kvack.org (Postfix) with SMTP id 678EE6B004A for ; Thu, 1 Mar 2012 22:35:00 -0500 (EST) Received: from /spool/local by e23smtp01.au.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Fri, 2 Mar 2012 03:28:18 +1000 Received: from d23av04.au.ibm.com (d23av04.au.ibm.com [9.190.235.139]) by d23relay04.au.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id q223ShqZ3014686 for ; Fri, 2 Mar 2012 14:28:45 +1100 Received: from d23av04.au.ibm.com (loopback [127.0.0.1]) by d23av04.au.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id q223YCJB032289 for ; Fri, 2 Mar 2012 14:34:13 +1100 Date: Fri, 2 Mar 2012 14:28:53 +1100 From: David Gibson Subject: Re: [PATCH -V2 0/9] memcg: add HugeTLB resource tracking Message-ID: <20120302032853.GB2728@truffala.fritz.box> References: <1330593380-1361-1-git-send-email-aneesh.kumar@linux.vnet.ibm.com> <20120301144029.545a5589.akpm@linux-foundation.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20120301144029.545a5589.akpm@linux-foundation.org> Sender: owner-linux-mm@kvack.org List-ID: To: Andrew Morton Cc: "Aneesh Kumar K.V" , linux-mm@kvack.org, mgorman@suse.de, kamezawa.hiroyu@jp.fujitsu.com, dhillf@gmail.com, aarcange@redhat.com, mhocko@suse.cz, hannes@cmpxchg.org, linux-kernel@vger.kernel.org, cgroups@vger.kernel.org On Thu, Mar 01, 2012 at 02:40:29PM -0800, Andrew Morton wrote: > On Thu, 1 Mar 2012 14:46:11 +0530 > "Aneesh Kumar K.V" wrote: > > > This patchset implements a memory controller extension to control > > HugeTLB allocations. It is similar to the existing hugetlb quota > > support in that, the limit is enforced at mmap(2) time and not at > > fault time. HugeTLB's quota mechanism limits the number of huge pages > > that can allocated per superblock. > > > > For shared mappings we track the regions mapped by a task along with the > > memcg. We keep the memory controller charged even after the task > > that did mmap(2) exits. Uncharge happens during truncate. For Private > > mappings we charge and uncharge from the current task cgroup. > > I haven't begin to get my head around this yet, but I'd like to draw > your attention to https://lkml.org/lkml/2012/2/15/548. That fix has > been hanging around for a while, but I haven't done anything with it > yet because I don't like its additional blurring of the separation > between hugetlb core code and hugetlbfs. I want to find time to sit > down and see if the fix can be better architected but haven't got > around to that yet. So.. that version of the fix I specifically rebuilt to address your concerns about that blurring - in fact I think it reduces the current layer blurring. I haven't had any reply - what problems do see it as still having? > I expect that your patches will conflict at least mechanically with > David's, which is not a big issue. But I wonder whether your patches > will copy the same bug into other places, and whether you can think of > a tidier way of addressing the bug which David is seeing? -- David Gibson | I'll have my music baroque, and my code david AT gibson.dropbear.id.au | minimalist, thank you. NOT _the_ _other_ | _way_ _around_! http://www.ozlabs.org/~dgibson -- 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/ . Fight unfair telecom internet charges in Canada: sign http://stopthemeter.ca/ Don't email: email@kvack.org