From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from psmtp.com (na3sys010amx177.postini.com [74.125.245.177]) by kanga.kvack.org (Postfix) with SMTP id E762F6B0032 for ; Fri, 12 Jul 2013 03:03:33 -0400 (EDT) Received: by mail-lb0-f172.google.com with SMTP id v20so7399288lbc.3 for ; Fri, 12 Jul 2013 00:03:31 -0700 (PDT) Message-ID: <51DFAA41.7040204@kernel.org> Date: Fri, 12 Jul 2013 10:03:29 +0300 From: Pekka Enberg MIME-Version: 1.0 Subject: Re: [PATCH 2/2] mm: add a field to store names for private anonymous memory References: <1373596462-27115-1-git-send-email-ccross@android.com> <1373596462-27115-2-git-send-email-ccross@android.com> <51DF9794.4010000@kernel.org> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-linux-mm@kvack.org List-ID: To: Colin Cross Cc: lkml , Kyungmin Park , Christoph Hellwig , John Stultz , "Eric W. Biederman" , Dave Hansen , Rob Landley , 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 , "Paul E. McKenney" , David Howells , Arnd Bergmann , Dave Jones , "Rafael J. Wysocki" , Oleg Nesterov , Shaohua Li , Sasha Levin , KOSAKI Motohiro , Johannes Weiner , Ingo Molnar , "linux-doc@vger.kernel.org" , Linux-MM On 07/12/2013 09:18 AM, Colin Cross wrote: > This operates on vmas, so it can only handle naming page aligned > regions. It would work fine to identify the regions that contain JIT > code, but not to identify individual functions. Right. The obvious question is: does this need to be attached to VMAs or could it be a separate data structure that can be used for both? 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