This ndctl series add support to test cxl pmem devices through the nvdimm
interface. A new shell script is added for security test due to the
discovery of cxl_test dimms are different than nfit_test based dimms.
---
Dave Jiang (4):
ndctl: add cxl bus detection
ndctl/libndctl: Add bus_prefix for cxl
ndctl/libndctl: Add retrieving of unique_id for cxl mem dev
ndctl/test: Add CXL test for security
ndctl/lib/libndctl.c | 87 +++++++++++++
ndctl/lib/libndctl.sym | 1 +
ndctl/lib/private.h | 1 +
ndctl/libndctl.h | 1 +
test/common | 7 +
test/meson.build | 7 +
test/security-cxl.sh | 282 +++++++++++++++++++++++++++++++++++++++++
7 files changed, 386 insertions(+)
create mode 100755 test/security-cxl.sh
--