From 21cc75427cf53ec827ad0051915747d8868f273f Mon Sep 17 00:00:00 2001 From: Dan Williams Date: Tue, 29 Mar 2016 12:45:35 -0700 Subject: [PATCH] ndctl: release v52 This release incorporates the capabilities of the 4.6 kernel (most prominently 'clear poison' support), and adds the below features and fixes: New apis: ndctl_invalidate ndctl_cmd_ars_cap_get_range ndctl_bus_cmd_new_clear_error ndctl_cmd_clear_error_get_cleared ndctl_namespace_get_resource ndctl_pfn_get_size ndctl_pfn_get_resource Api fixes: ndctl_bus_cmd_new_ars_status - output buffer sizing fix ndctl_bus_cmd_new_ars_status - input validation ndctl_cmd_ars_in_progress - invalidate state after checking Signed-off-by: Dan Williams --- Makefile.am | 4 ++-- git-version | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile.am b/Makefile.am index 3cd2f707..3f7dca3d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -47,9 +47,9 @@ SED_PROCESS = \ %.pc: %.pc.in Makefile $(SED_PROCESS) -LIBNDCTL_CURRENT=6 +LIBNDCTL_CURRENT=7 LIBNDCTL_REVISION=0 -LIBNDCTL_AGE=0 +LIBNDCTL_AGE=1 noinst_SCRIPTS = rhel/ndctl.spec sles/ndctl.spec CLEANFILES += $(noinst_SCRIPTS) diff --git a/git-version b/git-version index f9be44e4..c78aff46 100755 --- a/git-version +++ b/git-version @@ -9,7 +9,7 @@ dirty() { fi } -DEF_VER=v51 +DEF_VER=v52 LF=' '