From cb2d678dd6d286dd96d31548c32449a8b883ae32 Mon Sep 17 00:00:00 2001 From: Vishal Verma Date: Fri, 5 Oct 2018 13:59:29 -0600 Subject: [PATCH] ndctl: release v63 This release incorporates functionality up to the 4.20 kernel, and a number of bug fixes and improvements. Highlights include switching the documentation build to asciidoctor by default, fixes to destroy-namespace for reporting the number of namespaces acted upon, using the namespace badblocks listings exported by the kernel, and making them available to non-root users, a new helper for retrieving the dirty-shutdown-count, reverting the udev rule to set the shutdown count latch and cache the dirty-shutdown-count, and fixing the ndctl-monitor daemon to exit successfully in the absence of NVDIMMs. Commands: destroy-namespace: fix number of namespaces reported check-labels: fix the number of labels checked reporting monitor: exit daemon with success when no DIMMs found Tests: Fix a missing include for list_smart_dimm pfn-meta-errors.sh: new test for clearing errors in the volatile 'struct page' metadata area APIs: ndctl_dimm_get_dirty_shutdown ndctl_namespace_get_first_badblock ndctl_namespace_get_next_badblock --- Makefile.am.in | 4 ++-- git-version | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile.am.in b/Makefile.am.in index 1415b8ab..99641705 100644 --- a/Makefile.am.in +++ b/Makefile.am.in @@ -35,9 +35,9 @@ SED_PROCESS = \ -e 's,@includedir\@,$(includedir),g' \ < $< > $@ || rm $@ -LIBNDCTL_CURRENT=17 +LIBNDCTL_CURRENT=18 LIBNDCTL_REVISION=0 -LIBNDCTL_AGE=11 +LIBNDCTL_AGE=12 LIBDAXCTL_CURRENT=3 LIBDAXCTL_REVISION=0 diff --git a/git-version b/git-version index 51d224f3..36f5f870 100755 --- a/git-version +++ b/git-version @@ -19,7 +19,7 @@ dirty() { fi } -DEF_VER=62 +DEF_VER=63 LF=' '