From a33a6d87f776dc27db942d97834ad5f89f591f49 Mon Sep 17 00:00:00 2001 From: Vishal Verma Date: Mon, 5 Oct 2020 19:31:46 -0600 Subject: [PATCH] ndctl: release v70 This release incorporates functionality up to the 5.9 kernel. Highlights include support for the new firmware activation facility, a new 'split-acpi' command in 'daxctl'to aid testing and debugging, and other minor fixes. Commands: update-firmware: add support for firmware activation list: updates for firmware activation activate-firmware: new command to trigger firmware activation daxctl-split-acpi: split ACPI tables for debugging Tests: revoke-devmem: new test to validate iomem protections update-firmware: update to test firmware activation APIs: ndctl_bus_activate_firmware ndctl_bus_clear_fw_activate_noidle ndctl_bus_clear_fw_activate_nosuspend ndctl_bus_get_fw_activate_method ndctl_bus_get_fw_activate_state ndctl_bus_set_fw_activate_noidle ndctl_bus_set_fw_activate_nosuspend ndctl_dimm_fw_activate_arm ndctl_dimm_fw_activate_disarm ndctl_dimm_get_fw_activate_result ndctl_dimm_get_fw_activate_state --- 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 d65d09ba..5754d44b 100644 --- a/Makefile.am.in +++ b/Makefile.am.in @@ -35,9 +35,9 @@ SED_PROCESS = \ -e 's,@includedir\@,$(includedir),g' \ < $< > $@ || rm $@ -LIBNDCTL_CURRENT=24 +LIBNDCTL_CURRENT=25 LIBNDCTL_REVISION=0 -LIBNDCTL_AGE=18 +LIBNDCTL_AGE=19 LIBDAXCTL_CURRENT=5 LIBDAXCTL_REVISION=0 diff --git a/git-version b/git-version index 61bb3b9b..aaa4b65e 100755 --- a/git-version +++ b/git-version @@ -19,7 +19,7 @@ dirty() { fi } -DEF_VER=69 +DEF_VER=70 LF=' '