Skip to content

Commit

Permalink
ndctl: release v70
Browse files Browse the repository at this point in the history
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
  • Loading branch information
stellarhopper committed Oct 6, 2020
1 parent b3e25c8 commit a33a6d8
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=24
LIBNDCTL_CURRENT=25
LIBNDCTL_REVISION=0
LIBNDCTL_AGE=18
LIBNDCTL_AGE=19

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

LF='
'
Expand Down

0 comments on commit a33a6d8

Please sign in to comment.