Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1946248AbbEVVSL (ORCPT ); Fri, 22 May 2015 17:18:11 -0400 Received: from g4t3425.houston.hp.com ([15.201.208.53]:29512 "EHLO g4t3425.houston.hp.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1946007AbbEVVSF convert rfc822-to-8bit (ORCPT ); Fri, 22 May 2015 17:18:05 -0400 From: "Elliott, Robert (Server Storage)" To: Dan Williams , "axboe@kernel.dk" CC: "mingo@kernel.org" , "linux-nvdimm@lists.01.org" , "neilb@suse.de" , "gregkh@linuxfoundation.org" , Dave Chinner , "linux-kernel@vger.kernel.org" , Andy Lutomirski , "Jens Axboe" , "linux-acpi@vger.kernel.org" , "H. Peter Anvin" , "hch@lst.de" Subject: RE: [PATCH v3 18/21] nd_btt: atomic sector updates Thread-Topic: [PATCH v3 18/21] nd_btt: atomic sector updates Thread-Index: AQHQk0ANEy9DfMZMR06oio7J08jAC52IgR1w Date: Fri, 22 May 2015 21:16:21 +0000 Message-ID: <94D0CD8314A33A4D9D801C0FE68B40295A91FF1A@G9W0745.americas.hpqcorp.net> References: <20150520205536.32249.89779.stgit@dwillia2-desk3.amr.corp.intel.com> <20150520205749.32249.9040.stgit@dwillia2-desk3.amr.corp.intel.com> In-Reply-To: <20150520205749.32249.9040.stgit@dwillia2-desk3.amr.corp.intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [16.210.48.26] Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 8BIT MIME-Version: 1.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1601 Lines: 47 > -----Original Message----- > From: Linux-nvdimm [mailto:linux-nvdimm-bounces@lists.01.org] On Behalf Of > Dan Williams > Sent: Wednesday, May 20, 2015 3:58 PM > To: axboe@kernel.dk > Cc: mingo@kernel.org; linux-nvdimm@lists.01.org; neilb@suse.de; > gregkh@linuxfoundation.org; Dave Chinner; linux-kernel@vger.kernel.org; Andy > Lutomirski; Jens Axboe; linux-acpi@vger.kernel.org; H. Peter Anvin; > hch@lst.de > Subject: [PATCH v3 18/21] nd_btt: atomic sector updates > > From: Vishal Verma > ... > diff --git a/drivers/block/nd/Kconfig b/drivers/block/nd/Kconfig > index 00d9afe9475e..2b169806eac5 100644 > --- a/drivers/block/nd/Kconfig > +++ b/drivers/block/nd/Kconfig > @@ -32,9 +32,25 @@ config BLK_DEV_PMEM > capable of DAX (direct-access) file system mappings. See > Documentation/blockdev/nd.txt for more details. > > - Say Y if you want to use a NVDIMM described by NFIT > + Say Y if you want to use a NVDIMM described by ACPI, E820, etc... > > config ND_BTT_DEVS > - def_bool y > + bool > + > +config ND_BTT > + tristate "BTT: Block Translation Table (atomic sector updates)" > + depends on LIBND > + default LIBND > + select ND_BTT_DEVS The ND_BTT option, which is presented during a kernel build, is missing help text. So is E820_PMEM in patch 3/21. --- Robert Elliott, HP Server Storage -- 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/