Linux CXL
 help / color / mirror / Atom feed
* [PATCH v2 0/2] Return EBUSY on inject poison limit reached
@ 2024-07-07  1:53 alison.schofield
  2024-07-07  1:53 ` [PATCH v2 1/2] cxl/memdev: Replace ENXIO with EBUSY for " alison.schofield
  2024-07-07  1:53 ` [PATCH v2 2/2] cxl/test: " alison.schofield
  0 siblings, 2 replies; 3+ messages in thread
From: alison.schofield @ 2024-07-07  1:53 UTC (permalink / raw)
  To: Davidlohr Bueso, Jonathan Cameron, Dave Jiang, Alison Schofield,
	Vishal Verma, Ira Weiny, Dan Williams
  Cc: linux-cxl

From: Alison Schofield <alison.schofield@intel.com>

Changes in v2:
- Use poison_inject_dev_max in cxl-test dev_dbg() msg and note that
  change in the Patch 2 commit log (Xingtao)
Link to v1: https://lore.kernel.org/cover.1720052137.git.alison.schofield@intel.com/

Validation users are asking for the ability to recognize when
their injection testing has hit the limit of the device.

Change the drivers error code for this failure to EBUSY and do
the same in the cxl-test mock of inject poison.

Alison Schofield (2):
  cxl/memdev: Replace ENXIO with EBUSY for inject poison limit reached
  cxl/test: Replace ENXIO with EBUSY for inject poison limit reached

 Documentation/ABI/testing/debugfs-cxl |  7 ++++---
 drivers/cxl/cxlmem.h                  |  2 +-
 tools/testing/cxl/test/mem.c          | 15 +++++++--------
 3 files changed, 12 insertions(+), 12 deletions(-)


base-commit: 22a40d14b572deb80c0648557f4bd502d7e83826
-- 
2.37.3


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-07-07  1:53 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-07  1:53 [PATCH v2 0/2] Return EBUSY on inject poison limit reached alison.schofield
2024-07-07  1:53 ` [PATCH v2 1/2] cxl/memdev: Replace ENXIO with EBUSY for " alison.schofield
2024-07-07  1:53 ` [PATCH v2 2/2] cxl/test: " alison.schofield

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox