Skip to content

Commit

Permalink
ndctl: release v65
Browse files Browse the repository at this point in the history
This release incorporates functionality up to the 5.1 kernel, and adds a
number of bug fixes and improvements.

Highlights include a new command to clear errors on a given namespace, a
new travis YAML configuration to enable travis builds for Ubuntu, an
example QEMU script in contrib/ for HMAT emulation, an optional poll
interval for wait-scrub, several fixes related to the security commands,
support for the HYPER-V family of DSM commands, and several fixes to
tests, documentation, and related to building.

Commands:
    clear-errors: new command to clear errors on a namespace
    monitor: remove the requirement of a default config
    sanitize-dimm: allow a zero-key for secure-erase
    sanitize-dimm: preserve keys after an overwrite
    load-keys: fix for non-TPM keys

Tests:
    security: add a new testlet for load-keys
    test-core: add dax_pmem* modules
    misc: fix sys/mman.h vs linux/mman.h includes

APIs:
    ndctl_bus_poll_scrub_completion
  • Loading branch information
stellarhopper committed May 10, 2019
1 parent d2cf460 commit ed17fd1
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=19
LIBNDCTL_CURRENT=20
LIBNDCTL_REVISION=0
LIBNDCTL_AGE=13
LIBNDCTL_AGE=14

LIBDAXCTL_CURRENT=3
LIBDAXCTL_REVISION=1
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=64.1
DEF_VER=65

LF='
'
Expand Down

0 comments on commit ed17fd1

Please sign in to comment.