mbox series

[ndctl,v2,0/2] Support for inject and clear poison

Message ID 20230517032311.19923-1-junhyeok.im@samsung.com
Headers show
Series Support for inject and clear poison | expand

Message

Junhyeok Im May 17, 2023, 3:23 a.m. UTC
This series adds new abilities to inject and clear poison, including library
updates and new commands interface(inject-poison, clear-poison).

Changes in v2:
- added clear poison support.
- changed from sysfs to debugfs attribute to write DPA, according to cxl
kernel update.
- Integrated doc changes and code changes into a single patch.

Link to v1:
https://lore.kernel.org/linux-cxl/20230220045709.94027-1-junhyeok.im@samsung.com/


Junhyeok Im (2):
  libcxl: Add memdev inject & clear poison support
  cxl: add inject-poison & clear-poison commands to cxl tool

 Documentation/cxl/cxl-clear-poison.txt  | 41 ++++++++++++
 Documentation/cxl/cxl-inject-poison.txt | 42 ++++++++++++
 Documentation/cxl/lib/libcxl.txt        |  5 ++
 Documentation/cxl/meson.build           |  2 +
 cxl/builtin.h                           |  2 +
 cxl/cxl.c                               |  2 +
 cxl/lib/libcxl.c                        | 53 +++++++++++++++
 cxl/lib/libcxl.sym                      |  6 ++
 cxl/libcxl.h                            |  2 +
 cxl/memdev.c                            | 85 ++++++++++++++++++++++++-
 10 files changed, 237 insertions(+), 3 deletions(-)
 create mode 100644 Documentation/cxl/cxl-clear-poison.txt
 create mode 100644 Documentation/cxl/cxl-inject-poison.txt


base-commit: 26e81cc4d57cdcebc86e41bf1854d863c3fa8112