From 637bb424dc317a044c722a671355ef9df0e0d30f Mon Sep 17 00:00:00 2001 From: Vishal Verma Date: Sun, 27 Oct 2019 22:03:37 -0600 Subject: [PATCH] ndctl: release v67 This release incorporates functionality up to the 5.4 kernel, and adds a number of bug fixes, and improvements. Highlights include small changes for PowerPC compatibility, improvements to the dax.sh unit test to detect failures in mapping huge pages, support for the 'security frozen' attribute, user experience improvements for the daxctl-reconfigure-device command, including an option to specify movable vs. non-movable state for onlining memory, and an option to allow create-namespaces to create a maximal configuration until it exhausts all available region capacity. Commands: create-namespace: add --continue option daxctl-reconfigure-device: add --no-movable option daxctl-reconfigure-device: display movable state in listings daxctl-reconfigure-device: detect races in memory onlining security: support for 'security frozen' attribute Tests: dax.sh: add detection for huge page failures dax.sh: add XFS reflink dependency daxctl-devices.sh: skip on older kernels APIs: ndctl_dimm_security_is_frozen daxctl_memory_is_movable daxctl_memory_online_no_movable --- Makefile.am.in | 8 ++++---- git-version | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Makefile.am.in b/Makefile.am.in index dcc7ec25..984d02b0 100644 --- a/Makefile.am.in +++ b/Makefile.am.in @@ -35,10 +35,10 @@ SED_PROCESS = \ -e 's,@includedir\@,$(includedir),g' \ < $< > $@ || rm $@ -LIBNDCTL_CURRENT=21 +LIBNDCTL_CURRENT=22 LIBNDCTL_REVISION=0 -LIBNDCTL_AGE=15 +LIBNDCTL_AGE=16 -LIBDAXCTL_CURRENT=4 +LIBDAXCTL_CURRENT=5 LIBDAXCTL_REVISION=0 -LIBDAXCTL_AGE=3 +LIBDAXCTL_AGE=4 diff --git a/git-version b/git-version index 6f815a99..28eb7a57 100755 --- a/git-version +++ b/git-version @@ -19,7 +19,7 @@ dirty() { fi } -DEF_VER=66 +DEF_VER=67 LF=' '