diff options
author | 2023-10-26 11:43:20 -0600 | |
---|---|---|
committer | 2023-10-26 10:46:14 -0700 | |
commit | fae6389f912eb0b6aea1366814b5501077b5dbac (patch) | |
tree | 52f4528d3016ac7154098bf290f466ba68465a42 | |
parent | cxl/mbox: Remove useless cast in cxl_mem_create_range_info() (diff) | |
download | wireguard-linux-fae6389f912eb0b6aea1366814b5501077b5dbac.tar.xz wireguard-linux-fae6389f912eb0b6aea1366814b5501077b5dbac.zip |
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 <vishal.l.verma@intel.com>
Link: https://lore.kernel.org/r/20231026-vv-mainteners-fix-v1-1-0a0f25634073@intel.com
Signed-off-by: Dan Williams <dan.j.williams@intel.com>
-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: linux-cxl@vger.kernel.org S: Maintained F: drivers/cxl/ F: include/uapi/linux/cxl_mem.h +F: tools/testing/cxl/ COMPUTE EXPRESS LINK PMU (CPMU) M: Jonathan Cameron <jonathan.cameron@huawei.com> |