Skip to content

Commit

Permalink
ndctl: release v63
Browse files Browse the repository at this point in the history
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
  • Loading branch information
stellarhopper committed Oct 5, 2018
1 parent 52a4d38 commit cb2d678
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Makefile.am.in
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion git-version
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ dirty() {
fi
}

DEF_VER=62
DEF_VER=63

LF='
'
Expand Down

0 comments on commit cb2d678

Please sign in to comment.