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]>
---
MAINTAINERS | 1 +
1 file changed, 1 insertion(+)
diff --git a/MAINTAINERS b/MAINTAINERS
index 35977b269d5e..b5efa53dc3d0 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -5181,6 +5181,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]>
---
base-commit: 8a749fd1a8720d4619c91c8b6e7528c0a355c0aa
change-id: 20231026-vv-mainteners-fix-321f8b16ec35
Best regards,
--
Vishal Verma <[email protected]>
Vishal Verma wrote:
> 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]>
> ---
> MAINTAINERS | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 35977b269d5e..b5efa53dc3d0 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -5181,6 +5181,7 @@ L: [email protected]
> S: Maintained
> F: drivers/cxl/
> F: include/uapi/linux/cxl_mem.h
> +F: tools/testing/cxl/
Makes sense, applied.