From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-oi1-f199.google.com (mail-oi1-f199.google.com [209.85.167.199]) by kanga.kvack.org (Postfix) with ESMTP id 5B3656B42D3 for ; Mon, 26 Nov 2018 13:08:27 -0500 (EST) Received: by mail-oi1-f199.google.com with SMTP id t83so8723675oie.16 for ; Mon, 26 Nov 2018 10:08:27 -0800 (PST) Received: from mail-sor-f65.google.com (mail-sor-f65.google.com. [209.85.220.65]) by mx.google.com with SMTPS id g99sor536580otg.156.2018.11.26.10.08.26 for (Google Transport Security); Mon, 26 Nov 2018 10:08:26 -0800 (PST) MIME-Version: 1.0 References: <20181114224902.12082-1-keith.busch@intel.com> <1ed406b2-b85f-8e02-1df0-7c39aa21eca9@arm.com> <4ea6e80f-80ba-6992-8aa0-5c2d88996af7@intel.com> <9015e51a-3584-7bb2-cc5e-25b0ec8e5494@intel.com> In-Reply-To: From: Dan Williams Date: Mon, 26 Nov 2018 10:08:12 -0800 Message-ID: Subject: Re: [PATCH 0/7] ACPI HMAT memory sysfs representation Content-Type: text/plain; charset="UTF-8" Sender: owner-linux-mm@kvack.org List-ID: To: Dave Hansen Cc: anshuman.khandual@arm.com, Keith Busch , Linux Kernel Mailing List , Linux ACPI , Linux MM , Greg KH , "Rafael J. Wysocki" On Mon, Nov 26, 2018 at 8:42 AM Dave Hansen wrote: > > On 11/23/18 1:13 PM, Dan Williams wrote: > >> A new system call makes total sense to me. I have the same concern > >> about the completeness of what's exposed in sysfs, I just don't see a > >> _route_ to completeness with sysfs itself. Thus, the minimalist > >> approach as a first step. > > Outside of platform-firmware-id to Linux-numa-node-id what other > > userspace API infrastructure does the kernel need to provide? It seems > > userspace enumeration of memory attributes is fully enabled once the > > firmware-to-Linux identification is established. > > It would be nice not to have each app need to know about each specific > platform's firmware. The app wouldn't need to know if it uses a common library. Whether the library calls into the kernel or not is an implementation detail. If it is information that only the app cares about and the kernel does not consume, why have a syscall?