aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorVishal Verma <vishal.l.verma@intel.com>2023-01-12 17:45:21 -0700
committerVishal Verma <vishal.l.verma@intel.com>2023-01-12 21:56:10 -0700
commitb73e4e0390aae822bc91b8bf72430e6f0e84d668 (patch)
tree58d2b5b2057ba83e121bb0a9c4392cf2f0691f6f
parentf1400c2614189dd8882667d2e6f53f8d3d24965d (diff)
ndctl: release v75v75
This release incorporates functionality up to the 6.1 kernel. Highlights include cxl region management usability improvements, further cxl-list reworks and enhancements, support for RCH topologies, a unit test for XOR arithmetic based regions, a new cxl-security unit test, support for master-passphrase removal, retrieval and display of CXL device's alert configuration, and misc test updates and bugfixes. Commands: cxl-create-region: automatically select memdevs in certain condtions cxl-list: Skip emitting pmem_size when it is zero Tests: cxl-topology.sh: update to the currwent cxl_test topology cxl-xor-regions.sh: new test for XOR arithmetic various: add backtrace detection to several tests APIs: ndctl_bus_has_cxl ndctl_dimm_disable_master_passphrase cxl_cmd_alert_config_corrected_pmem_err_prog_warn_threshold_valid cxl_cmd_alert_config_corrected_pmem_err_prog_warn_threshold_writable cxl_cmd_alert_config_corrected_volatile_mem_err_prog_warn_threshold_valid cxl_cmd_alert_config_corrected_volatile_mem_err_prog_warn_threshold_writable cxl_cmd_alert_config_dev_over_temperature_prog_warn_threshold_valid cxl_cmd_alert_config_dev_over_temperature_prog_warn_threshold_writable cxl_cmd_alert_config_dev_under_temperature_prog_warn_threshold_valid cxl_cmd_alert_config_dev_under_temperature_prog_warn_threshold_writable cxl_cmd_alert_config_get_corrected_pmem_err_prog_warn_threshold cxl_cmd_alert_config_get_corrected_volatile_mem_err_prog_warn_threshold cxl_cmd_alert_config_get_dev_over_temperature_crit_alert_threshold cxl_cmd_alert_config_get_dev_over_temperature_prog_warn_threshold cxl_cmd_alert_config_get_dev_under_temperature_crit_alert_threshold cxl_cmd_alert_config_get_dev_under_temperature_prog_warn_threshold cxl_cmd_alert_config_get_life_used_crit_alert_threshold cxl_cmd_alert_config_get_life_used_prog_warn_threshold cxl_cmd_alert_config_life_used_prog_warn_threshold_valid cxl_cmd_alert_config_life_used_prog_warn_threshold_writable cxl_cmd_new_get_alert_config cxl_dport_get_firmware_node cxl_port_get_parent_dport cxl_target_get_firmware_node
-rwxr-xr-xgit-version2
-rw-r--r--meson.build10
2 files changed, 6 insertions, 6 deletions
diff --git a/git-version b/git-version
index 7d76fa1f..a51bf3f0 100755
--- a/git-version
+++ b/git-version
@@ -19,7 +19,7 @@ dirty() {
fi
}
-DEF_VER=74
+DEF_VER=75
LF='
'
diff --git a/meson.build b/meson.build
index 01d56ed7..d89d455a 100644
--- a/meson.build
+++ b/meson.build
@@ -291,17 +291,17 @@ config_h = configure_file(
)
add_project_arguments('-include', 'config.h', language : 'c')
-LIBNDCTL_CURRENT=26
-LIBNDCTL_REVISION=1
-LIBNDCTL_AGE=20
+LIBNDCTL_CURRENT=27
+LIBNDCTL_REVISION=0
+LIBNDCTL_AGE=21
LIBDAXCTL_CURRENT=6
LIBDAXCTL_REVISION=1
LIBDAXCTL_AGE=5
-LIBCXL_CURRENT=3
+LIBCXL_CURRENT=4
LIBCXL_REVISION=0
-LIBCXL_AGE=2
+LIBCXL_AGE=3
root_inc = include_directories(['.', 'ndctl', ])