A new release of ndctl is available [1].
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.
A shortlog is appended below.
[1]:
https://github.com/pmem/ndctl/releases/tag/v70
Dan Williams (15):
ndctl/dimm: Fix chatty status messages
ndctl/list: Indicate firmware update capability
ndctl/dimm: Detect firmware-update vs ARS conflict
ndctl/dimm: Improve firmware-update failure message
ndctl/dimm: Prepare to emit dimm json object after firmware update
ndctl/dimm: Emit dimm firmware details after update
ndctl/list: Add firmware activation enumeration
ndctl/dimm: Auto-arm firmware activation
ndctl/bus: Add 'activate-firmware' command
ndctl/test: Test firmware-activation interface
ndctl/docs: Update copyright date
test: Validate strict iomem protections of pmem
ndctl: Refactor nfit.h to acpi.h
daxctl: Add 'split-acpi' command to generate custom ACPI tables
test/ndctl: mremap pmd confusion
Santosh Sivaraj (1):
test: Remove a redundant ndctl_namespace_foreach
Vishal Verma (3):
ndctl/contrib: update 'prepare-release' for merge workflow
libndctl: fix a potential buffer overflow
ndctl/inject-error: remove logically dead code