From ea62d6d53bf6f806c4841e97a370201e18446860 Mon Sep 17 00:00:00 2001 From: Vishal Verma Date: Wed, 22 Jul 2020 19:33:02 -0600 Subject: [PATCH] ndctl: release v69 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 --- 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 98bff68b..d65d09ba 100644 --- a/Makefile.am.in +++ b/Makefile.am.in @@ -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 diff --git a/git-version b/git-version index c6ddad81..61bb3b9b 100755 --- a/git-version +++ b/git-version @@ -19,7 +19,7 @@ dirty() { fi } -DEF_VER=68 +DEF_VER=69 LF=' '