From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752651AbbGHV5x (ORCPT ); Wed, 8 Jul 2015 17:57:53 -0400 Received: from v094114.home.net.pl ([79.96.170.134]:64686 "HELO v094114.home.net.pl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1751082AbbGHV5q (ORCPT ); Wed, 8 Jul 2015 17:57:46 -0400 From: "Rafael J. Wysocki" To: Ross Zwisler Cc: linux-kernel@vger.kernel.org, Christoph Hellwig , Dan Williams , Greg KH , Jeff Moyer , Len Brown , linux-acpi@vger.kernel.org, linux-nvdimm@ml01.01.org, Toshi Kani Subject: Re: [PATCH 0/3] Correctness fixes for NFIT BLK I/O path Date: Thu, 09 Jul 2015 00:24:14 +0200 Message-ID: <1739070.jNKN61Jqzj@vostro.rjw.lan> User-Agent: KMail/4.11.5 (Linux/4.1.0-rc5+; KDE/4.11.5; x86_64; ; ) In-Reply-To: <1436371221-30296-1-git-send-email-ross.zwisler@linux.intel.com> References: <1436371221-30296-1-git-send-email-ross.zwisler@linux.intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="utf-8" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wednesday, July 08, 2015 10:00:18 AM Ross Zwisler wrote: > Patch 1 is just a quick update to MAINTAINERS for include/linux/pmem.h. > > Patches 2 and 3 in this series contain correctness fixes for the NFIT BLK I/O > path, which in my opinion need to be pulled in for v4.2. These fixes include > making sure that the block control registers are properly flushed before the > associated apertures are accessed, which is necessary for proper operation. > This series also updates the I/O path to use non-temporal stores, and to > respect the "latch" flag outlined in the DSM specification. > > Ross Zwisler (3): > pmem: add maintainer for include/linux/pmem.h > nfit: update block I/O path to use PMEM API > nfit: add support for NVDIMM "latch" flag > > MAINTAINERS | 1 + > drivers/acpi/nfit.c | 114 +++++++++++++++++++++++++++++++++++++++++++++++++--- > drivers/acpi/nfit.h | 16 +++++++- > 3 files changed, 125 insertions(+), 6 deletions(-) No objections from me and I'm assuming Dan to be taking these. Thanks, Rafael