diff mbox

[v2,4/4] ndctl: release v47

Message ID 20150909230142.4976.82603.stgit@dwillia2-desk3.amr.corp.intel.com (mailing list archive)
State Accepted
Commit 4cdd5fdc54b8
Headers show

Commit Message

Dan Williams Sept. 9, 2015, 11:01 p.m. UTC
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
    ndctl_namespace_disable_invalidate

Fixes:
    ndctl_btt_enable now triggers a re-scan for new btt seeds

Signed-off-by: Dan Williams <dan.j.williams@intel.com>
---
 Makefile.am            |    4 ++--
 git-version-gen        |    2 +-
 lib/libndctl-private.h |    5 +----
 lib/libndctl.c         |    5 +----
 lib/ndctl/libndctl.h   |    5 +----
 lib/test-dpa-alloc.c   |    5 +----
 lib/test-libndctl.c    |    5 +----
 nfit.h                 |    2 +-
 8 files changed, 9 insertions(+), 24 deletions(-)
diff mbox

Patch

diff --git a/Makefile.am b/Makefile.am
index f2ebeea58720..8b07408c5f81 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -41,9 +41,9 @@  SED_PROCESS = \
 %.pc: %.pc.in Makefile
 	$(SED_PROCESS)
 
-LIBNDCTL_CURRENT=4
+LIBNDCTL_CURRENT=5
 LIBNDCTL_REVISION=0
-LIBNDCTL_AGE=1
+LIBNDCTL_AGE=2
 
 pkginclude_HEADERS = lib/ndctl/libndctl.h
 lib_LTLIBRARIES = lib/libndctl.la
diff --git a/git-version-gen b/git-version-gen
index 782a5f214c04..a12a62fd397f 100755
--- a/git-version-gen
+++ b/git-version-gen
@@ -10,7 +10,7 @@  dirty() {
 }
 
 GVF=version.m4
-DEF_VER=v41
+DEF_VER=v47
 
 LF='
 '
diff --git a/lib/libndctl-private.h b/lib/libndctl-private.h
index 007addac6f6b..5326684c119f 100644
--- a/lib/libndctl-private.h
+++ b/lib/libndctl-private.h
@@ -1,8 +1,5 @@ 
 /*
- * libndctl: helper library for the nd (nvdimm, nfit-defined, persistent
- *           memory, ...) sub-system.
- *
- * Copyright (c) 2014, Intel Corporation.
+ * Copyright (c) 2014-2015, Intel Corporation.
  *
  * This program is free software; you can redistribute it and/or modify it
  * under the terms and conditions of the GNU Lesser General Public License,
diff --git a/lib/libndctl.c b/lib/libndctl.c
index 3f653dc06630..0e0d935e89fa 100644
--- a/lib/libndctl.c
+++ b/lib/libndctl.c
@@ -1,8 +1,5 @@ 
 /*
- * libndctl: helper library for the nd (nvdimm, nfit-defined, persistent
- *           memory, ...) sub-system.
- *
- * Copyright (c) 2014, Intel Corporation.
+ * Copyright (c) 2014-2015, Intel Corporation.
  *
  * This program is free software; you can redistribute it and/or modify it
  * under the terms and conditions of the GNU Lesser General Public License,
diff --git a/lib/ndctl/libndctl.h b/lib/ndctl/libndctl.h
index db8345e4b4ea..d36a86afa1a6 100644
--- a/lib/ndctl/libndctl.h
+++ b/lib/ndctl/libndctl.h
@@ -1,8 +1,5 @@ 
 /*
- * libndctl: helper library for the nd (nvdimm, nfit-defined, persistent
- *           memory, ...) sub-system.
- *
- * Copyright (c) 2014, Intel Corporation.
+ * Copyright (c) 2014-2015, Intel Corporation.
  *
  * This program is free software; you can redistribute it and/or modify it
  * under the terms and conditions of the GNU Lesser General Public License,
diff --git a/lib/test-dpa-alloc.c b/lib/test-dpa-alloc.c
index edc403b9f7be..1eb278dcaf7e 100644
--- a/lib/test-dpa-alloc.c
+++ b/lib/test-dpa-alloc.c
@@ -1,8 +1,5 @@ 
 /*
- * libndctl: helper library for the nd (nvdimm, nfit-defined, persistent
- *           memory, ...) sub-system.
- *
- * Copyright (c) 2014, Intel Corporation.
+ * Copyright (c) 2014-2015, Intel Corporation.
  *
  * This program is free software; you can redistribute it and/or modify it
  * under the terms and conditions of the GNU Lesser General Public License,
diff --git a/lib/test-libndctl.c b/lib/test-libndctl.c
index 696f54151562..13d71ea17050 100644
--- a/lib/test-libndctl.c
+++ b/lib/test-libndctl.c
@@ -1,8 +1,5 @@ 
 /*
- * libndctl: helper library for the nd (nvdimm, nfit-defined, persistent
- *           memory, ...) sub-system.
- *
- * Copyright (c) 2014, Intel Corporation.
+ * Copyright (c) 2014-2015, Intel Corporation.
  *
  * This program is free software; you can redistribute it and/or modify it
  * under the terms and conditions of the GNU Lesser General Public License,
diff --git a/nfit.h b/nfit.h
index aea86bef0b70..190b906e06e9 100644
--- a/nfit.h
+++ b/nfit.h
@@ -1,7 +1,7 @@ 
 /*
  * NVDIMM Firmware Interface Table - NFIT
  *
- * Copyright(c) 2013-2014 Intel Corporation. All rights reserved.
+ * Copyright(c) 2013-2015 Intel Corporation. All rights reserved.
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of version 2 of the GNU General Public License as