Skip to content

Commit

Permalink
ndctl: release v68
Browse files Browse the repository at this point in the history
This release incorporates functionality up to the 5.6 kernel.

Highlights for this release include new commands to read-infoblock and
write-infoblock, improvements and tests related to alignment
constraints, misc build/compilation related fixes, and misc usability and
documentation fixes.

Commands:
  zero-labels: display an error if regions are active
  destroy-namespace: fix seed namespace accounting
  list: drop named list objects from verbose listing
  *-namespace: emit better errors on failure
  read-infoblock: new command to read an infoblock
  write-infoblock: new command to create and write an infoblock

Tests:
  add bus-id parameter for start-scrub/wait-scrub operation
  udate dax-dev to handle multiple e820 ranges
  exercise sub-section sized namespace creation/deletion
  new test for misaligned namespaces
  labels: test for 'failed to track'

APIs:
  ndctl_namespace_get_target_node
  ndctl_namespace_is_configuration_idle
  ndctl_region_get_align
  ndctl_region_get_target_node
  ndctl_region_set_align
  • Loading branch information
stellarhopper committed Mar 24, 2020
1 parent 1f8e0d1 commit c776783
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=22
LIBNDCTL_CURRENT=23
LIBNDCTL_REVISION=0
LIBNDCTL_AGE=16
LIBNDCTL_AGE=17

LIBDAXCTL_CURRENT=5
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=67
DEF_VER=68

LF='
'
Expand Down

0 comments on commit c776783

Please sign in to comment.