From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752780AbcKZR1d convert rfc822-to-8bit (ORCPT ); Sat, 26 Nov 2016 12:27:33 -0500 Received: from mga07.intel.com ([134.134.136.100]:45644 "EHLO mga07.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752240AbcKZR11 (ORCPT ); Sat, 26 Nov 2016 12:27:27 -0500 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.31,701,1473145200"; d="scan'208";a="35808904" From: "Williams, Dan J" To: "torvalds@linux-foundation.org" CC: "linux-kernel@vger.kernel.org" , "linux-nvdimm@lists.01.org" Subject: [GIT PULL] libnvdimm fixes for 4.9-rc7 Thread-Topic: [GIT PULL] libnvdimm fixes for 4.9-rc7 Thread-Index: AQHSSApasB2/K6bVL0CoC184G44IvA== Date: Sat, 26 Nov 2016 17:27:25 +0000 Message-ID: <1480181243.3767.8.camel@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.254.68.250] Content-Type: text/plain; charset="utf-7" Content-ID: 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 Hi Linus, please pull from: git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm libnvdimm-fixes ...to receive: +ACo- Fix a crash that occurs at driver initialization if the memory region is already busy (request+AF8-mem+AF8-region() fails). +ACo- Fix a vma validation check that mistakenly allows a private device- dax mapping to be established. +AKA-Device-dax explicitly forbids private mappings so it can guarantee a given fault granularity and backing memory type. Both of these fixes have soaked in -next and are tagged for -stable. --- The following changes since commit ed99d3673e082b78b20208f346d2cd375483a779: Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm (2016-10-28 11:47:45 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm libnvdimm-fixes for you to fetch changes up to 4cb19355ea19995941ccaad115dbfac6b75215ca: device-dax: fail all private mapping attempts (2016-11-16 09:00:38 -0800) ---------------------------------------------------------------- Dan Williams (2): device-dax: check devm+AF8-nsio+AF8-enable() return value device-dax: fail all private mapping attempts drivers/dax/dax.c +AHw- 4 +-+--- drivers/dax/pmem.c +AHw- 4 +-+-+-- +AKA-2 files changed, 5 insertions(+-), 3 deletions(-)