RE: [PATCH] MAINTAINERS: Add tools/testing/cxl files to CXL

From: Dan Williams
Date: Thu Oct 26 2023 - 13:46:43 EST


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 <vishal.l.verma@xxxxxxxxx>
> ---
> 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: linux-cxl@xxxxxxxxxxxxxxx
> S: Maintained
> F: drivers/cxl/
> F: include/uapi/linux/cxl_mem.h
> +F: tools/testing/cxl/

Makes sense, applied.