Re: [PATCH v6 01/11] intel_sgx: updated MAINTAINERS

From: Joe Perches
Date: Sat Nov 25 2017 - 15:19:55 EST


On Sat, 2017-11-25 at 21:29 +0200, Jarkko Sakkinen wrote:
> diff --git a/MAINTAINERS b/MAINTAINERS
[]
> @@ -14932,6 +14932,11 @@ L: linux-mm@xxxxxxxxx
> S: Maintained
> F: mm/zswap.c
>
> +INTEL SGX
> +M: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
> +L: intel-sgx-kernel-dev@xxxxxxxxxxxx
> +Q: https://patchwork.kernel.org/project/intel-sgx/list/

Alphabetical order please and this should
have at least an "F:" pattern like:

F: drivers/platform/x86/intel_sgx/

and maybe a "K: pattern like:

K: \bSGX_

The lower case version matches too many other subsystems

$ git grep -i -P --name-only "\b_?sgx_"
arch/arm/boot/dts/omap36xx-am35xx-omap3430es2plus-clocks.dtsi
arch/arm/boot/dts/omap44xx-clocks.dtsi
arch/arm/mach-omap2/clockdomains3xxx_data.c
arch/arm/mach-omap2/clockdomains81xx_data.c
arch/arm/mach-omap2/cm3xxx.c
arch/arm/mach-omap2/omap_hwmod_44xx_data.c
arch/arm/mach-omap2/powerdomains3xxx_data.c
drivers/clk/ti/clk-3xxx-legacy.c
drivers/clk/ti/clk-3xxx.c
drivers/clk/ti/clk-44xx.c
drivers/gpu/drm/gma500/cdv_device.c
drivers/gpu/drm/gma500/mdfld_device.c
drivers/gpu/drm/gma500/oaktrail_device.c
drivers/gpu/drm/gma500/psb_device.c
drivers/gpu/drm/gma500/psb_drv.c
drivers/gpu/drm/gma500/psb_drv.h
drivers/gpu/drm/gma500/psb_irq.c

> +
> THE REST
> M: Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx>
> L: linux-kernel@xxxxxxxxxxxxxxx