Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S965861AbbBCPvN (ORCPT ); Tue, 3 Feb 2015 10:51:13 -0500 Received: from mail-pa0-f51.google.com ([209.85.220.51]:37083 "EHLO mail-pa0-f51.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932450AbbBCPvM (ORCPT ); Tue, 3 Feb 2015 10:51:12 -0500 Date: Wed, 4 Feb 2015 00:51:03 +0900 From: Minchan Kim To: Petr Cermak Cc: David Rientjes , Primiano Tucci , "Kirill A. Shutemov" , linux-kernel@vger.kernel.org, linux-mm@kvack.org, Andrew Morton , Bjorn Helgaas , Hugh Dickins Subject: Re: [PATCH v2 2/2] task_mmu: Add user-space support for resetting mm->hiwater_rss (peak RSS) Message-ID: <20150203155103.GB2644@blaptop> References: <20150107172452.GA7922@node.dhcp.inet.fi> <20150114152225.GB31484@google.com> <20150114233630.GA14615@node.dhcp.inet.fi> <20150203032628.GA4006@google.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150203032628.GA4006@google.com> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1507 Lines: 35 Hello, On Tue, Feb 03, 2015 at 03:26:28AM +0000, Petr Cermak wrote: > On Mon, Jan 26, 2015 at 04:00:20PM -0800, David Rientjes wrote: > > [...] > > This is a result of allowing something external (process B) be able to > > clear hwm so that you never knew the value went to 100MB. That's the > > definition of a race, I don't know how to explain it any better and making > > any connection between clearing PG_referenced and mm->hiwater_rss is a > > stretch. This approach just makes mm->hiwater_rss meaningless. > > I understand your concern, but I hope you agree that the functionality we > are proposing would be very useful for profiling. Therefore, I suggest > adding an extra resettable field to /proc/pid/status (e.g. > resettable_hiwater_rss) instead. What is your view on this approach? The idea would be very useful for measuring working set size for efficient memory management in userside, which becomes very popular with many platforms for embedded world with tight memory. > > -- > 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 -- Kind regards, Minchan Kim -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/