aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorVishal Verma <vishal.l.verma@intel.com>2021-12-17 21:14:37 -0700
committerVishal Verma <vishal.l.verma@intel.com>2021-12-17 21:53:30 -0700
commit25062cf34c70012f5d42ce1fef7e2dc129807c10 (patch)
tree062c7121acf40268598b1c79de75c4234548a660
parent6d1a92e5a2d2ba397d41a8db10bc526c73d2d20f (diff)
ndctl: release v72v72
This release incorporates functionality up to the 5.16 kernel. Highlights include a new utility and library for interfacing with the 'CXL' drivers and devices, a policy based configuration mechanism for ndctl and daxctl, fixes, test updates, and general additions for the PAPR family of NVDIMMs, more seed device accounting fixes, misc unit test and documentation updates, and fixes to NVDIMM bus scrubbing. Commands: cxl-cli: new utility providing list, {read,write,zero}-label commands daxctl-reconfigure-device: new --check-config option ndctl-monitor: add support for a new unified config file format ndctl-*-namespace: seed namespace accounting fixes Tests: Fix device-dax mremap() test Exercise soft_offline_page() corner cases Fix btt expect table compile warning monitor.sh: add checking the presence of jq command ahead of time APIs: ndctl_bus_nfit_translate_spa ndctl_dimm_sizeof_namespace_index ndctl_get_config_path ndctl_set_config_path daxctl_dev_has_online_memory daxctl_dev_will_auto_online_memory daxctl_get_config_path daxctl_set_config_path cxl_cmd_get_devname cxl_cmd_get_mbox_status cxl_cmd_get_out_size cxl_cmd_health_info_get_dirty_shutdowns cxl_cmd_health_info_get_ext_corrected_persistent_normal cxl_cmd_health_info_get_ext_corrected_persistent_warning cxl_cmd_health_info_get_ext_corrected_volatile_normal cxl_cmd_health_info_get_ext_corrected_volatile_warning cxl_cmd_health_info_get_ext_life_used_critical cxl_cmd_health_info_get_ext_life_used_normal cxl_cmd_health_info_get_ext_life_used_warning cxl_cmd_health_info_get_ext_temperature_critical cxl_cmd_health_info_get_ext_temperature_normal cxl_cmd_health_info_get_ext_temperature_warning cxl_cmd_health_info_get_hw_replacement_needed cxl_cmd_health_info_get_life_used cxl_cmd_health_info_get_maintenance_needed cxl_cmd_health_info_get_media_data_loss_imminent cxl_cmd_health_info_get_media_data_lost cxl_cmd_health_info_get_media_normal cxl_cmd_health_info_get_media_not_ready cxl_cmd_health_info_get_media_persistence_loss_imminent cxl_cmd_health_info_get_media_persistence_lost cxl_cmd_health_info_get_media_powerloss_data_loss cxl_cmd_health_info_get_media_powerloss_persistence_loss cxl_cmd_health_info_get_media_shutdown_data_loss cxl_cmd_health_info_get_media_shutdown_persistence_loss cxl_cmd_health_info_get_performance_degraded cxl_cmd_health_info_get_pmem_errors cxl_cmd_health_info_get_temperature cxl_cmd_health_info_get_volatile_errors cxl_cmd_identify_get_fw_rev cxl_cmd_identify_get_label_size cxl_cmd_identify_get_partition_align cxl_cmd_new_get_health_info cxl_cmd_new_identify cxl_cmd_new_raw cxl_cmd_new_read_label cxl_cmd_new_write_label cxl_cmd_read_label_get_payload cxl_cmd_ref cxl_cmd_set_input_payload cxl_cmd_set_output_payload cxl_cmd_submit cxl_cmd_unref cxl_get_log_priority cxl_get_private_data cxl_get_userdata cxl_memdev_get_ctx cxl_memdev_get_devname cxl_memdev_get_firmware_verison cxl_memdev_get_first cxl_memdev_get_id cxl_memdev_get_label_size cxl_memdev_get_major cxl_memdev_get_minor cxl_memdev_get_next cxl_memdev_get_pmem_size cxl_memdev_get_ram_size cxl_memdev_nvdimm_bridge_active cxl_memdev_read_label cxl_memdev_write_label cxl_memdev_zero_label cxl_new cxl_ref cxl_set_log_fn cxl_set_log_priority cxl_set_private_data cxl_set_userdata cxl_unref
-rw-r--r--Makefile.am.in8
-rwxr-xr-xgit-version2
2 files changed, 5 insertions, 5 deletions
diff --git a/Makefile.am.in b/Makefile.am.in
index a748128f..9c2c4dfb 100644
--- a/Makefile.am.in
+++ b/Makefile.am.in
@@ -36,13 +36,13 @@ SED_PROCESS = \
-e 's,@includedir\@,$(includedir),g' \
< $< > $@ || rm $@
-LIBNDCTL_CURRENT=25
+LIBNDCTL_CURRENT=26
LIBNDCTL_REVISION=1
-LIBNDCTL_AGE=19
+LIBNDCTL_AGE=20
-LIBDAXCTL_CURRENT=6
+LIBDAXCTL_CURRENT=7
LIBDAXCTL_REVISION=0
-LIBDAXCTL_AGE=5
+LIBDAXCTL_AGE=6
LIBCXL_CURRENT=1
LIBCXL_REVISION=0
diff --git a/git-version b/git-version
index 257621cb..bdea9a9d 100755
--- a/git-version
+++ b/git-version
@@ -19,7 +19,7 @@ dirty() {
fi
}
-DEF_VER=71
+DEF_VER=72
LF='
'