diff options
author | Vishal Verma <[email protected]> | 2023-10-26 11:43:20 -0600 |
---|---|---|
committer | Dan Williams <[email protected]> | 2023-10-26 10:46:14 -0700 |
commit | fae6389f912eb0b6aea1366814b5501077b5dbac (patch) | |
tree | 52f4528d3016ac7154098bf290f466ba68465a42 | |
parent | 9214c9d56c470b183f3d374c7aed7c8756f80fd9 (diff) |
MAINTAINERS: Add tools/testing/cxl files to CXL
tools/testing/cxl contains the unit test infrastructure for mocking CXL
hierarchies. These are under the purview of the CXL subsystem maintainers.
Add the 'F:' entry for this to MAINTAINERS so that get_maintainer.pl
works as expected for patches to this area.
Signed-off-by: Vishal Verma <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Dan Williams <[email protected]>
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 90f13281d297..a30e8672234e 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -5182,6 +5182,7 @@ L: [email protected] S: Maintained F: drivers/cxl/ F: include/uapi/linux/cxl_mem.h +F: tools/testing/cxl/ COMPUTE EXPRESS LINK PMU (CPMU) M: Jonathan Cameron <[email protected]> |