diff options
author | Ben Cheatham <Benjamin.Cheatham@amd.com> | 2024-03-11 15:25:06 +0100 |
---|---|---|
committer | Dan Williams <dan.j.williams@intel.com> | 2024-03-13 07:08:29 +0100 |
commit | 12fb28ea6b1cf24bde27c406eb38ee3c108d73f9 (patch) | |
tree | 2e25fd6dffbef2307710367bcbf25caba898c393 /MAINTAINERS | |
parent | EINJ: Migrate to a platform driver (diff) | |
download | linux-12fb28ea6b1cf24bde27c406eb38ee3c108d73f9.tar.xz linux-12fb28ea6b1cf24bde27c406eb38ee3c108d73f9.zip |
EINJ: Add CXL error type support
Move CXL protocol error types from einj.c (now einj-core.c) to einj-cxl.c.
einj-cxl.c implements the necessary handling for CXL protocol error
injection and exposes an API for the CXL core to use said functionality,
while also allowing the EINJ module to be built without CXL support.
Because CXL error types targeting CXL 1.0/1.1 ports require special
handling, only allow them to be injected through the new cxl debugfs
interface (next commit) and return an error when attempting to inject
through the legacy interface.
Reviewed-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Signed-off-by: Ben Cheatham <Benjamin.Cheatham@amd.com>
Link: https://lore.kernel.org/r/20240311142508.31717-3-Benjamin.Cheatham@amd.com
Signed-off-by: Dan Williams <dan.j.williams@intel.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 2ecaaec6a6bf..90cf8403dd17 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -5289,6 +5289,7 @@ M: Dan Williams <dan.j.williams@intel.com> L: linux-cxl@vger.kernel.org S: Maintained F: drivers/cxl/ +F: include/linux/cxl-einj.h F: include/linux/cxl-event.h F: include/uapi/linux/cxl_mem.h F: tools/testing/cxl/ |