From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755555AbaGIIwt (ORCPT ); Wed, 9 Jul 2014 04:52:49 -0400 Received: from bombadil.infradead.org ([198.137.202.9]:33468 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755344AbaGIIwq (ORCPT ); Wed, 9 Jul 2014 04:52:46 -0400 Date: Wed, 9 Jul 2014 01:51:59 -0700 From: Christoph Hellwig To: Naoya Horiguchi Cc: Christoph Hellwig , Andrew Morton , Konstantin Khlebnikov , Wu Fengguang , Arnaldo Carvalho de Melo , Borislav Petkov , "Kirill A. Shutemov" , Johannes Weiner , Rusty Russell , David Miller , Andres Freund , linux-kernel@vger.kernel.org, linux-mm@kvack.org, Dave Hansen , Dave Chinner , Michael Kerrisk , Linux API , Naoya Horiguchi Subject: Re: [PATCH v3 0/3] mm: introduce fincore() v3 Message-ID: <20140709085159.GA10693@infradead.org> References: <1404756006-23794-1-git-send-email-n-horiguchi@ah.jp.nec.com> <20140708121618.GA2554@infradead.org> <20140708132755.GA24698@nhori> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20140708132755.GA24698@nhori> User-Agent: Mutt/1.5.23 (2014-03-12) X-SRS-Rewrite: SMTP reverse-path rewritten from by bombadil.infradead.org See http://www.infradead.org/rpr.html Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Jul 08, 2014 at 09:27:55AM -0400, Naoya Horiguchi wrote: > On Tue, Jul 08, 2014 at 05:16:18AM -0700, Christoph Hellwig wrote: > > Still a hard NAK for exposing page flags in a syscall ABI. These are > > way to volatile to go into an application interface. > > Is there any specific reason that exporting via syscall ABI is more > volatile than exporting via procfs as /proc/kpageflags alreadly does? An optional proc debug output is very different from an actual system call.