Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755370AbaLVRZT (ORCPT ); Mon, 22 Dec 2014 12:25:19 -0500 Received: from mx1.redhat.com ([209.132.183.28]:22983 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755022AbaLVRZS (ORCPT ); Mon, 22 Dec 2014 12:25:18 -0500 Date: Mon, 22 Dec 2014 12:25:00 -0500 From: Rafael Aquini To: Dave Hansen Cc: Johannes Weiner , linux-kernel@vger.kernel.org, akpm@linux-foundation.org, oleg@redhat.com, rientjes@google.com, linux-mm@kvack.org Subject: Re: [PATCH] proc: task_mmu: show page size in /proc//numa_maps Message-ID: <20141222172459.GA11396@t510.redhat.com> References: <20141220183613.GA19229@phnom.home.cmpxchg.org> <20141220194457.GA3166@x61.redhat.com> <54970B49.3070104@linux.intel.com> <20141221222850.GA2038@x61.redhat.com> <5498508A.4080108@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5498508A.4080108@linux.intel.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 On Mon, Dec 22, 2014 at 09:10:34AM -0800, Dave Hansen wrote: > On 12/21/2014 02:28 PM, Rafael Aquini wrote: > >>> > > I'm fine either way, it makes the change even simpler. Also, if we > >>> > > decide to get rid of page_size != PAGE_SIZE condition I believe we can > >>> > > also get rid of that "huge" hint being conditionally printed out too. > >> > > >> > That would break existing users of the "huge" flag. That makes it out > >> > of the question, right? > >> > > > Yeah, but it sort of follows the same complaint Johannes did for the > > conditional page size printouts. If we start to print out page size > > deliberately for each map regardless their backing pages being PAGE_SIZE > > long or bigger, I don't see much point on keep conditionally printing out > > the 'huge' hint out. > > Because existing userspace might be relying on it. If we take the > 'huge' hint out, userspace will break. > > > As I said before, I'm fine either way though I think > > we can keep the current behaviour, and just disambiguate page sizes != > > PAGE_SIZE as in the current proposal. > > Unless we somehow have a (really good) handle on how many apps out there > are reading and using 'huge', I think we have to keep the existing behavior. > Right. I definitely don't have anything better than what I already presented which seems beaten by your argument, already. Remaining question here is: should we print out 'pagesize' deliberately or conditionally, only to disambiguate cases where page_size != PAGE_SIZE? Have a very nice holidays folks! -- Rafael -- 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/