Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752347AbbH0RX4 (ORCPT ); Thu, 27 Aug 2015 13:23:56 -0400 Received: from mail-pa0-f46.google.com ([209.85.220.46]:34006 "EHLO mail-pa0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750967AbbH0RXy (ORCPT ); Thu, 27 Aug 2015 13:23:54 -0400 Date: Thu, 27 Aug 2015 10:23:51 -0700 From: =?iso-8859-1?Q?J=F6rn?= Engel To: Michal Hocko Cc: David Rientjes , Naoya Horiguchi , Andrew Morton , Mike Kravetz , "linux-mm@kvack.org" , "linux-kernel@vger.kernel.org" , Naoya Horiguchi Subject: Re: [PATCH v5 2/2] mm: hugetlb: proc: add HugetlbPages field to /proc/PID/status Message-ID: <20150827172351.GA29092@Sligo.logfs.org> References: <1440059182-19798-3-git-send-email-n-horiguchi@ah.jp.nec.com> <20150820110004.GB4632@dhcp22.suse.cz> <20150820233450.GB10807@hori1.linux.bs1.fc.nec.co.jp> <20150821065321.GD23723@dhcp22.suse.cz> <20150821163033.GA4600@Sligo.logfs.org> <20150824085127.GB17078@dhcp22.suse.cz> <20150826063813.GA25196@dhcp22.suse.cz> <20150827064817.GB14367@dhcp22.suse.cz> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20150827064817.GB14367@dhcp22.suse.cz> 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: 1918 Lines: 46 On Thu, Aug 27, 2015 at 08:48:18AM +0200, Michal Hocko wrote: > > > On x86, HUGE_MAX_HSTATE == 2. I don't consider that to be expensive. > > > > If you are concerned about the memory allocation of struct hugetlb_usage, > > it could easily be embedded directly in struct mm_struct. > > Yes I am concerned about that and > 9 files changed, 112 insertions(+), 1 deletion(-) > for something that is even not clear to be really required. And I still > haven't heard any strong usecase to justify it. > > Can we go with the single and much simpler cumulative number first and > only add the break down list if it is _really_ required? We can even > document that the future version of /proc//status might add an > additional information to prepare all the parsers to be more careful. I don't care much which way we decide. But I find your reasoning a bit worrying. If someone asks for a by-size breakup of hugepages in a few years, you might have existing binaries that depend on the _absence_ of those extra characters on the line. Compare: HugetlbPages: 18432 kB HugetlbPages: 1069056 kB (1*1048576kB 10*2048kB) Once someone has written a script that greps for 'HugetlbPages:.*kB$', you have lost the option of adding anything else to the line. You have created yet another ABI compatibility headache today in order to save 112 lines of code. That may be a worthwhile tradeoff, I don't know. But at least I realize there is a cost, while you seem to ignore that component. There is value in not painting yourself into a corner. J?rn -- A quarrel is quickly settled when deserted by one party; there is no battle unless there be two. -- Seneca -- 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/