A new ndctl release is available[1]. Highlights include the new cxl-monitor command that uses CXL trace events, fix for a long-standing off-by-one in memblock enumeration in libdaxctl, another daxctl fix to be tolerant of new sysfs attributes starting with 'memory_', that are not regular memblocks, and a few other misc cleanups and fixes.
A shortlog is appended below. [1]: https://github.com/pmem/ndctl/releases/tag/v76 Adam Manzanares (1): daxctl: Skip over memory failure node status Alexander Motin (4): libndctl/msft: Remove NDN_MSFT_SMART_*_VALID defines. libndctl/msft: Replace nonsense NDN_MSFT_CMD_SMART command libndctl/msft: Add custom cmd_is_supported() method libndctl/msft: Improve smart state reporting Dan Williams (1): daxctl: Fix memblock enumeration off-by-one Dave Jiang (7): cxl: add a helper to parse trace events into a json object cxl: add a helper to go through all current events and parse them cxl: add a common function to enable/disable event tracing ndctl/monitor: move common logging functions to util/log.c cxl/monitor: add a new monitor command for CXL trace events cxl: add a systemd service for cxl-monitor cxl/monitor: add man page documentation for the monitor command Ira Weiny (1): ndctl/cxl: Remove unnecessary null check Vishal Verma (6): test/cxl-xor-region.sh: skip instead of fail for missing cxl_test meson.build: fix version for v75 cxl/event_trace: fix a resource leak in cxl_event_to_json() cxl/monitor: retain error code in monitor_event() test/cxl-security.sh: avoid intermittent failures due to async probe ndctl.spec.in: Add build dependencies for libtraceevent and libtracefs