26ccd9
From 25062cf34c70012f5d42ce1fef7e2dc129807c10 Mon Sep 17 00:00:00 2001
26ccd9
From: Vishal Verma <vishal.l.verma@intel.com>
26ccd9
Date: Fri, 17 Dec 2021 21:14:37 -0700
26ccd9
Subject: [PATCH 064/217] ndctl: release v72
26ccd9
26ccd9
This release incorporates functionality up to the 5.16 kernel.
26ccd9
26ccd9
Highlights include a new utility and library for interfacing with the
26ccd9
'CXL' drivers and devices, a policy based configuration mechanism for
26ccd9
ndctl and daxctl, fixes, test updates, and general additions for the
26ccd9
PAPR family of NVDIMMs, more seed device accounting fixes, misc unit
26ccd9
test and documentation updates, and fixes to NVDIMM bus scrubbing.
26ccd9
26ccd9
Commands:
26ccd9
  cxl-cli: new utility providing list, {read,write,zero}-label commands
26ccd9
  daxctl-reconfigure-device: new --check-config option
26ccd9
  ndctl-monitor: add support for a new unified config file format
26ccd9
  ndctl-*-namespace: seed namespace accounting fixes
26ccd9
26ccd9
Tests:
26ccd9
  Fix device-dax mremap() test
26ccd9
  Exercise soft_offline_page() corner cases
26ccd9
  Fix btt expect table compile warning
26ccd9
  monitor.sh: add checking the presence of jq command ahead of time
26ccd9
26ccd9
APIs:
26ccd9
  ndctl_bus_nfit_translate_spa
26ccd9
  ndctl_dimm_sizeof_namespace_index
26ccd9
  ndctl_get_config_path
26ccd9
  ndctl_set_config_path
26ccd9
  daxctl_dev_has_online_memory
26ccd9
  daxctl_dev_will_auto_online_memory
26ccd9
  daxctl_get_config_path
26ccd9
  daxctl_set_config_path
26ccd9
  cxl_cmd_get_devname
26ccd9
  cxl_cmd_get_mbox_status
26ccd9
  cxl_cmd_get_out_size
26ccd9
  cxl_cmd_health_info_get_dirty_shutdowns
26ccd9
  cxl_cmd_health_info_get_ext_corrected_persistent_normal
26ccd9
  cxl_cmd_health_info_get_ext_corrected_persistent_warning
26ccd9
  cxl_cmd_health_info_get_ext_corrected_volatile_normal
26ccd9
  cxl_cmd_health_info_get_ext_corrected_volatile_warning
26ccd9
  cxl_cmd_health_info_get_ext_life_used_critical
26ccd9
  cxl_cmd_health_info_get_ext_life_used_normal
26ccd9
  cxl_cmd_health_info_get_ext_life_used_warning
26ccd9
  cxl_cmd_health_info_get_ext_temperature_critical
26ccd9
  cxl_cmd_health_info_get_ext_temperature_normal
26ccd9
  cxl_cmd_health_info_get_ext_temperature_warning
26ccd9
  cxl_cmd_health_info_get_hw_replacement_needed
26ccd9
  cxl_cmd_health_info_get_life_used
26ccd9
  cxl_cmd_health_info_get_maintenance_needed
26ccd9
  cxl_cmd_health_info_get_media_data_loss_imminent
26ccd9
  cxl_cmd_health_info_get_media_data_lost
26ccd9
  cxl_cmd_health_info_get_media_normal
26ccd9
  cxl_cmd_health_info_get_media_not_ready
26ccd9
  cxl_cmd_health_info_get_media_persistence_loss_imminent
26ccd9
  cxl_cmd_health_info_get_media_persistence_lost
26ccd9
  cxl_cmd_health_info_get_media_powerloss_data_loss
26ccd9
  cxl_cmd_health_info_get_media_powerloss_persistence_loss
26ccd9
  cxl_cmd_health_info_get_media_shutdown_data_loss
26ccd9
  cxl_cmd_health_info_get_media_shutdown_persistence_loss
26ccd9
  cxl_cmd_health_info_get_performance_degraded
26ccd9
  cxl_cmd_health_info_get_pmem_errors
26ccd9
  cxl_cmd_health_info_get_temperature
26ccd9
  cxl_cmd_health_info_get_volatile_errors
26ccd9
  cxl_cmd_identify_get_fw_rev
26ccd9
  cxl_cmd_identify_get_label_size
26ccd9
  cxl_cmd_identify_get_partition_align
26ccd9
  cxl_cmd_new_get_health_info
26ccd9
  cxl_cmd_new_identify
26ccd9
  cxl_cmd_new_raw
26ccd9
  cxl_cmd_new_read_label
26ccd9
  cxl_cmd_new_write_label
26ccd9
  cxl_cmd_read_label_get_payload
26ccd9
  cxl_cmd_ref
26ccd9
  cxl_cmd_set_input_payload
26ccd9
  cxl_cmd_set_output_payload
26ccd9
  cxl_cmd_submit
26ccd9
  cxl_cmd_unref
26ccd9
  cxl_get_log_priority
26ccd9
  cxl_get_private_data
26ccd9
  cxl_get_userdata
26ccd9
  cxl_memdev_get_ctx
26ccd9
  cxl_memdev_get_devname
26ccd9
  cxl_memdev_get_firmware_verison
26ccd9
  cxl_memdev_get_first
26ccd9
  cxl_memdev_get_id
26ccd9
  cxl_memdev_get_label_size
26ccd9
  cxl_memdev_get_major
26ccd9
  cxl_memdev_get_minor
26ccd9
  cxl_memdev_get_next
26ccd9
  cxl_memdev_get_pmem_size
26ccd9
  cxl_memdev_get_ram_size
26ccd9
  cxl_memdev_nvdimm_bridge_active
26ccd9
  cxl_memdev_read_label
26ccd9
  cxl_memdev_write_label
26ccd9
  cxl_memdev_zero_label
26ccd9
  cxl_new
26ccd9
  cxl_ref
26ccd9
  cxl_set_log_fn
26ccd9
  cxl_set_log_priority
26ccd9
  cxl_set_private_data
26ccd9
  cxl_set_userdata
26ccd9
  cxl_unref
26ccd9
---
26ccd9
 Makefile.am.in | 8 ++++----
26ccd9
 git-version    | 2 +-
26ccd9
 2 files changed, 5 insertions(+), 5 deletions(-)
26ccd9
26ccd9
diff -up ndctl-71.1/Makefile.am.in.orig ndctl-71.1/Makefile.am.in
26ccd9
--- ndctl-71.1/Makefile.am.in.orig	2022-10-07 15:20:47.982353042 -0400
26ccd9
+++ ndctl-71.1/Makefile.am.in	2022-10-07 15:21:02.174401362 -0400
26ccd9
@@ -36,13 +36,13 @@ SED_PROCESS = \
26ccd9
 	-e 's,@includedir\@,$(includedir),g' \
26ccd9
 	< $< > $@ || rm $@
26ccd9
 
26ccd9
-LIBNDCTL_CURRENT=25
26ccd9
+LIBNDCTL_CURRENT=26
26ccd9
 LIBNDCTL_REVISION=1
26ccd9
-LIBNDCTL_AGE=19
26ccd9
+LIBNDCTL_AGE=20
26ccd9
 
26ccd9
-LIBDAXCTL_CURRENT=6
26ccd9
+LIBDAXCTL_CURRENT=7
26ccd9
 LIBDAXCTL_REVISION=0
26ccd9
-LIBDAXCTL_AGE=5
26ccd9
+LIBDAXCTL_AGE=6
26ccd9
 
26ccd9
 LIBCXL_CURRENT=1
26ccd9
 LIBCXL_REVISION=0
26ccd9
diff -up ndctl-71.1/git-version.orig ndctl-71.1/git-version
26ccd9
--- ndctl-71.1/git-version.orig	2022-10-07 15:21:02.175401365 -0400
26ccd9
+++ ndctl-71.1/git-version	2022-10-07 15:21:27.267486796 -0400
26ccd9
@@ -19,7 +19,7 @@ dirty() {
26ccd9
 	fi
26ccd9
 }
26ccd9
 
26ccd9
-DEF_VER=71.1
26ccd9
+DEF_VER=72
26ccd9
 
26ccd9
 LF='
26ccd9
 '