Skip to content

Commit

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

Highlights include fixes to cxl-monitor and ndctl-monitor, a new
cxl-update-firmware command, various documentation fixes, and a new unit
test for cxl events.

Commands:
  cxl-update-firmware: new command to update firmware on CXL memdevs
  {cxl,ndctl}-monitor: fixes for option handling for logging

Tests:
  cxl-events.sh: new test for CXL events

APIs:
  cxl_cmd_fw_info_get_active_slot
  cxl_cmd_fw_info_get_fw_ver
  cxl_cmd_fw_info_get_num_slots
  cxl_cmd_fw_info_get_online_activate_capable
  cxl_cmd_fw_info_get_staged_slot
  cxl_cmd_new_get_fw_info
  cxl_memdev_cancel_fw_update
  cxl_memdev_fw_update_get_remaining
  cxl_memdev_fw_update_in_progress
  cxl_memdev_update_fw
  • Loading branch information
stellarhopper committed Aug 3, 2023
1 parent 611d45b commit a871e61
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
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=77
DEF_VER=78

LF='
'
Expand Down
8 changes: 4 additions & 4 deletions meson.build
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
project('ndctl', 'c',
version : '77',
version : '78',
license : [
'GPL-2.0',
'LGPL-2.1',
Expand Down Expand Up @@ -298,16 +298,16 @@ config_h = configure_file(
add_project_arguments('-include', 'config.h', language : 'c')

LIBNDCTL_CURRENT=27
LIBNDCTL_REVISION=1
LIBNDCTL_REVISION=2
LIBNDCTL_AGE=21

LIBDAXCTL_CURRENT=6
LIBDAXCTL_REVISION=2
LIBDAXCTL_AGE=5

LIBCXL_CURRENT=5
LIBCXL_CURRENT=6
LIBCXL_REVISION=0
LIBCXL_AGE=4
LIBCXL_AGE=5

root_inc = include_directories(['.', 'ndctl', ])

Expand Down

0 comments on commit a871e61

Please sign in to comment.