Skip to content

Commit

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

Highlights include support for 'PAPR' NVDIMMs, a build fix for
zero-length array warnings in GCC10, a new option for ndctl-monitor
allowing for a timeout for epoll, and misc unit test and documentation
fixes.

Commands:
  monitor: add a new timeout option for polling
  list: skip region filtering if numa_node is absent
  {read,write}-infoblock: set a default alignment based on platform
  list/others: support for PAPR NVDIMMs

Tests:
  align.sh: fix region selection, and label init expectation

APIs:
  ndctl_bus_has_of_node
  ndctl_bus_is_papr_scm
  ndctl_region_has_numa
  • Loading branch information
stellarhopper committed Jul 23, 2020
1 parent 5fc65ae commit ea62d6d
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=23
LIBNDCTL_CURRENT=24
LIBNDCTL_REVISION=0
LIBNDCTL_AGE=17
LIBNDCTL_AGE=18

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=68
DEF_VER=69

LF='
'
Expand Down

0 comments on commit ea62d6d

Please sign in to comment.