From patchwork Sat Sep 5 01:32:14 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Dan Williams X-Patchwork-Id: 7126981 Return-Path: X-Original-To: patchwork-linux-nvdimm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork1.web.kernel.org (Postfix) with ESMTP id 044699F402 for ; Sat, 5 Sep 2015 01:38:00 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 3FB45208B5 for ; Sat, 5 Sep 2015 01:37:59 +0000 (UTC) Received: from ml01.01.org (ml01.01.org [198.145.21.10]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 6938E208AE for ; Sat, 5 Sep 2015 01:37:58 +0000 (UTC) Received: from ml01.vlan14.01.org (localhost [IPv6:::1]) by ml01.01.org (Postfix) with ESMTP id 4A020182FEE; Fri, 4 Sep 2015 18:37:58 -0700 (PDT) X-Original-To: linux-nvdimm@lists.01.org Delivered-To: linux-nvdimm@lists.01.org Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by ml01.01.org (Postfix) with ESMTP id 3B428182E53 for ; Fri, 4 Sep 2015 18:37:57 -0700 (PDT) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga103.fm.intel.com with ESMTP; 04 Sep 2015 18:37:57 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.17,471,1437462000"; d="scan'208";a="798219950" Received: from dwillia2-desk3.jf.intel.com (HELO dwillia2-desk3.amr.corp.intel.com) ([10.54.39.137]) by orsmga002.jf.intel.com with ESMTP; 04 Sep 2015 18:37:56 -0700 Subject: [PATCH 11/11] ndctl: release v47 From: Dan Williams To: linux-nvdimm@lists.01.org Date: Fri, 04 Sep 2015 21:32:14 -0400 Message-ID: <20150905013214.28464.42415.stgit@dwillia2-desk3.amr.corp.intel.com> In-Reply-To: <20150905012538.28464.18136.stgit@dwillia2-desk3.amr.corp.intel.com> References: <20150905012538.28464.18136.stgit@dwillia2-desk3.amr.corp.intel.com> User-Agent: StGit/0.17.1-8-g92dd MIME-Version: 1.0 X-BeenThere: linux-nvdimm@lists.01.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: "Linux-nvdimm developer list." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: linux-nvdimm-bounces@lists.01.org Sender: "Linux-nvdimm" X-Spam-Status: No, score=-0.9 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_LOW, RP_MATCHES_RCVD, UNPARSEABLE_RELAY, URIBL_BLACK autolearn=no version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP This release reflects the ABI of the first kernel with libnvdimm support, v4.2. New apis: ndctl_bus_cmd_new_ars_cap ndctl_bus_cmd_new_ars_start ndctl_bus_cmd_new_ars_status ndctl_cmd_ars_cap_get_size ndctl_cmd_ars_in_progress ndctl_cmd_ars_num_records ndctl_cmd_ars_get_record_addr ndctl_cmd_ars_get_record_len Fixes: ndctl_btt_enable now triggers a re-scan for new btt seeds Signed-off-by: Dan Williams --- Makefile.am | 2 +- configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index d3b0c5274d94..ccb953e0ee11 100644 --- a/Makefile.am +++ b/Makefile.am @@ -36,7 +36,7 @@ SED_PROCESS = \ $(SED_PROCESS) LIBNDCTL_CURRENT=4 -LIBNDCTL_REVISION=0 +LIBNDCTL_REVISION=1 LIBNDCTL_AGE=1 pkginclude_HEADERS = lib/ndctl/libndctl.h diff --git a/configure.ac b/configure.ac index 4b83e7444770..2803ae322453 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ AC_PREREQ(2.60) AC_INIT([ndctl], - [41], + [47], [linux-nvdimm@lists.01.org], [ndctl], [https://github.com/pmem/ndctl])