From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from psmtp.com (na3sys010amx138.postini.com [74.125.245.138]) by kanga.kvack.org (Postfix) with SMTP id C41D86B0033 for ; Sat, 6 Jul 2013 02:33:10 -0400 (EDT) Received: by mail-lb0-f174.google.com with SMTP id x10so2551214lbi.33 for ; Fri, 05 Jul 2013 23:33:08 -0700 (PDT) Message-ID: <51D7BA21.4030105@kernel.org> Date: Sat, 06 Jul 2013 09:33:05 +0300 From: Pekka Enberg MIME-Version: 1.0 Subject: Re: [PATCH] mm: add sys_madvise2 and MADV_NAME to name vmas References: <1372901537-31033-1-git-send-email-ccross@android.com> <87txkaq600.fsf@xmission.com> In-Reply-To: <87txkaq600.fsf@xmission.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-linux-mm@kvack.org List-ID: To: "Eric W. Biederman" Cc: Colin Cross , linux-kernel@vger.kernel.org, Kyungmin Park , Christoph Hellwig , John Stultz , Rob Landley , Arnd Bergmann , Andrew Morton , Cyrill Gorcunov , David Rientjes , Davidlohr Bueso , Kees Cook , Al Viro , Hugh Dickins , Mel Gorman , Michel Lespinasse , Rik van Riel , Konstantin Khlebnikov , Peter Zijlstra , Rusty Russell , Oleg Nesterov , Srikar Dronamraju , KAMEZAWA Hiroyuki , Michal Hocko , Anton Vorontsov , Sasha Levin , KOSAKI Motohiro , Johannes Weiner , Ingo Molnar , open@kvack.org, list@kvack.org, DOCUMENTATION open@kvack.orglist@kvack.org, MEMORY MANAGEMENT , linux-arch@vger.kernel.org On 7/4/13 7:54 AM, Eric W. Biederman wrote: > How can adding glittler to /proc//maps and /proc//smaps > justify putting a hand break on the linux kernel? It's not just glitter, it's potentially very useful for making perf work nicely with JVM, for example, to know about JIT codegen regions and GC regions. The implementation seems very heavy-weight though and I'm not convinced a new syscall makes sense. Pekka -- 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