From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754141AbaGHNix (ORCPT ); Tue, 8 Jul 2014 09:38:53 -0400 Received: from mx1.redhat.com ([209.132.183.28]:7416 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754012AbaGHNiu (ORCPT ); Tue, 8 Jul 2014 09:38:50 -0400 Date: Tue, 8 Jul 2014 09:27:55 -0400 From: Naoya Horiguchi To: Christoph Hellwig Cc: 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: <20140708132755.GA24698@nhori> References: <1404756006-23794-1-git-send-email-n-horiguchi@ah.jp.nec.com> <20140708121618.GA2554@infradead.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20140708121618.GA2554@infradead.org> 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 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? Thanks, Naoya Horiguchi From mboxrd@z Thu Jan 1 00:00:00 1970 From: Naoya Horiguchi Subject: Re: [PATCH v3 0/3] mm: introduce fincore() v3 Date: Tue, 8 Jul 2014 09:27:55 -0400 Message-ID: <20140708132755.GA24698@nhori> References: <1404756006-23794-1-git-send-email-n-horiguchi@ah.jp.nec.com> <20140708121618.GA2554@infradead.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <20140708121618.GA2554@infradead.org> Sender: owner-linux-mm@kvack.org To: Christoph Hellwig Cc: 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 List-Id: linux-api@vger.kernel.org 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? Thanks, Naoya Horiguchi -- 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