From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 0A74022119BC3 for ; Fri, 15 Dec 2017 12:48:56 -0800 (PST) Date: Fri, 15 Dec 2017 13:53:36 -0700 From: Ross Zwisler Subject: Re: [PATCH v3 2/3] hmat: add heterogeneous memory sysfs support Message-ID: <20171215205336.GB5454@linux.intel.com> References: <20171214021019.13579-1-ross.zwisler@linux.intel.com> <20171214021019.13579-3-ross.zwisler@linux.intel.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: linux-nvdimm-bounces@lists.01.org Sender: "Linux-nvdimm" To: "Rafael J. Wysocki" Cc: "Box, David E" , Dave Hansen , "Zheng, Lv" , "linux-nvdimm@lists.01.org" , "Rafael J. Wysocki" , Anaczkowski,, "Robert , ACPI Devel Maling List" , Odzioba,, "Erik , Len Brown" , John Hubbard , Jerome Glisse , devel@acpica.org, "Kogut, Jaroslaw , Linux Memory Management List" , "Koss, Marcin , Brice Goglin , Nachimuthu, Murugasamy" , "Rafael J. Wysocki" , Linux Kernel Mailing List , Koziej,, "Joonas , Andrew Morton , Tim Chen" List-ID: On Fri, Dec 15, 2017 at 01:52:03AM +0100, Rafael J. Wysocki wrote: <> > > diff --git a/drivers/acpi/hmat/core.c b/drivers/acpi/hmat/core.c > > new file mode 100644 > > index 000000000000..61b90dadf84b > > --- /dev/null > > +++ b/drivers/acpi/hmat/core.c > > @@ -0,0 +1,536 @@ > > +/* > > + * Heterogeneous Memory Attributes Table (HMAT) representation in sysfs > > + * > > + * Copyright (c) 2017, Intel Corporation. > > + * > > + * This program is free software; you can redistribute it and/or modify it > > + * under the terms and conditions of the GNU General Public License, > > + * version 2, as published by the Free Software Foundation. > > + * > > + * This program is distributed in the hope it will be useful, but WITHOUT > > + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or > > + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for > > + * more details. > > + */ > > Minor nit for starters: you should use SPDX license indentifiers in > new files and if you do so, the license boilerplace is not necessary > any more. Okay, I'll fix that up. _______________________________________________ Linux-nvdimm mailing list Linux-nvdimm@lists.01.org https://lists.01.org/mailman/listinfo/linux-nvdimm