[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <4F4BCC4A.1090402@fb.com>
Date: Mon, 27 Feb 2012 10:32:42 -0800
From: Arun Sharma <asharma@...com>
To: Balbir Singh <bsingharora@...il.com>
CC: <linux-kernel@...r.kernel.org>, <linux-mm@...ck.org>,
<akpm@...ux-foundation.org>,
KAMEZAWA Hiroyuki <kamezawa.hiroyu@...fujitsu.com>
Subject: Re: [PATCH] mm: Enable MAP_UNINITIALIZED for archs with mmu
On 2/24/12 8:13 PM, Balbir Singh wrote:
>> A uid based approach such as the one implemented by Davide Libenzi
>>
>> http://thread.gmane.org/gmane.linux.kernel/548928
>> http://thread.gmane.org/gmane.linux.kernel/548926
>>
>> would probably apply the optimization to more use cases - but conceptually a
>> bit more complex. If we go with this more relaxed approach, we'll have to
>> design a race-free cgroup_uid_count() based mechanism.
>
> Are you suggesting all processes with the same UID should have access
> to each others memory contents?
No - that's a stronger statement than the one I made in my last message.
I'll however observe that something like this is already possible via
PTRACE_PEEKDATA.
Like I said: a cgroup with a single mm_struct is conceptually cleanest
and covers some of our heavy use cases. A cgroup with a single uid would
cover more of our use cases. It'd be good to know if you and other
maintainers are willing to accept the former, but not the latter.
I'll note that the malloc implementation which uses these interfaces can
still decide to zero the memory depending on which variant of *alloc is
called. But then, we'd have more fine grained control and more
flexibility in terms of temporal usage hints.
-Arun
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists