Linux CXL
 help / color / mirror / Atom feed
* [PATCH 0/2] Return EBUSY on inject poison limit reached
@ 2024-07-04  0:38 alison.schofield
  2024-07-04  0:38 ` [PATCH 1/2] cxl/memdev: Replace ENXIO with EBUSY for " alison.schofield
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: alison.schofield @ 2024-07-04  0:38 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>

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          | 13 ++++++-------
 3 files changed, 11 insertions(+), 11 deletions(-)


base-commit: 22a40d14b572deb80c0648557f4bd502d7e83826
-- 
2.37.3


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

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

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-04  0:38 [PATCH 0/2] Return EBUSY on inject poison limit reached alison.schofield
2024-07-04  0:38 ` [PATCH 1/2] cxl/memdev: Replace ENXIO with EBUSY for " alison.schofield
2024-07-05  6:59   ` Xingtao Yao (Fujitsu)
2024-07-04  0:38 ` [PATCH 2/2] cxl/test: " alison.schofield
2024-07-05  6:15   ` Xingtao Yao (Fujitsu)
2024-07-07  1:48     ` Alison Schofield
2024-07-04  1:00 ` [PATCH 0/2] Return EBUSY on " Dan Williams
2024-07-06  2:05 ` Davidlohr Bueso

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