From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755094AbcDIRs3 (ORCPT ); Sat, 9 Apr 2016 13:48:29 -0400 Received: from mga09.intel.com ([134.134.136.24]:42868 "EHLO mga09.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754740AbcDIRs1 convert rfc822-to-8bit (ORCPT ); Sat, 9 Apr 2016 13:48:27 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.24,460,1455004800"; d="scan'208";a="951576192" 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.6-rc3 Thread-Topic: [GIT PULL] libnvdimm fixes for 4.6-rc3 Thread-Index: AQHRkogDV4ShWpdKVE6/wK9NB5zcqA== Date: Sat, 9 Apr 2016 17:48:25 +0000 Message-ID: <1460224104.6400.12.camel@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.254.27.208] Content-Type: text/plain; charset="utf-7" Content-ID: <991B30DCB49615479ECCFB0D795BCC00@intel.com> 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: +AKA- git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm libnvdimm-fixes ...to receive 3 fixes, the first 2 are tagged for -stable. 1/ The ndctl utility/library gained expanded unit tests illuminating a long standing bug in the libnvdimm SMART data retrieval implementation. +AKA-It has been broken since its initial implementation, now fixed. 2/ Another one line fix for the detection of stale info blocks. +AKA-Without this change userspace can get into a situation where it is unable to reconfigure a namespace. 3/ Fix the badblock initialization path in the presence of the new (in 4,6-rc1) section alignment workarounds. +AKA-Without this change badblocks will be reported at the wrong offset. These have received a build success report from the kbuild robot and have appeared in -next with no reported issues. The following changes since commit 9735a22799b9214d17d3c231fe377fc852f042e9: +AKA- Linux 4.6-rc2 (2016-04-03 09:09:40 -0500) are available in the git repository at: +AKA- git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm libnvdimm-fixes for you to fetch changes up to a390180291dd9a2392bbab4242cde712c326efc6: +AKA- libnvdimm, pfn: fix nvdimm+AF8-namespace+AF8-add+AF8-poison() vs section alignment (2016-04-07 20:02:06 -0700) ---------------------------------------------------------------- Dan Williams (3): +AKAAoACgAKAAoACg-libnvdimm: fix smart data retrieval +AKAAoACgAKAAoACg-libnvdimm, pfn: fix uuid validation +AKAAoACgAKAAoACg-libnvdimm, pfn: fix nvdimm+AF8-namespace+AF8-add+AF8-poison() vs section alignment +AKA-drivers/nvdimm/bus.c+AKAAoACgAKAAoACgAHwAoACg-2 +-- +AKA-drivers/nvdimm/core.c+AKAAoACgAKAAoAB8- 41 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+---------------------- +AKA-drivers/nvdimm/nd.h+AKAAoACgAKAAoACgAKAAfACgAKA-4 +-+--- +AKA-drivers/nvdimm/pfn+AF8-devs.c +AHwAoACg-2 +-- +AKA-drivers/nvdimm/pmem.c+AKAAoACgAKAAoAB8- 36 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-------- +AKA-5 files changed, 53 insertions(+-), 32 deletions(-)