Skip to content

Commit 21cc754

Browse files
committed
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 <[email protected]>
1 parent f6ae970 commit 21cc754

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Makefile.am

+2-2
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@ SED_PROCESS = \
4747
%.pc: %.pc.in Makefile
4848
$(SED_PROCESS)
4949

50-
LIBNDCTL_CURRENT=6
50+
LIBNDCTL_CURRENT=7
5151
LIBNDCTL_REVISION=0
52-
LIBNDCTL_AGE=0
52+
LIBNDCTL_AGE=1
5353

5454
noinst_SCRIPTS = rhel/ndctl.spec sles/ndctl.spec
5555
CLEANFILES += $(noinst_SCRIPTS)

git-version

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ dirty() {
99
fi
1010
}
1111

12-
DEF_VER=v51
12+
DEF_VER=v52
1313

1414
LF='
1515
'

0 commit comments

Comments
 (0)