Re: [PATCH] proc: condemn myself to MAINTAINERS

From: Joe Perches
Date: Thu Feb 01 2018 - 17:55:47 EST


On Fri, 2018-02-02 at 01:45 +0300, Alexey Dobriyan wrote:
> I'll regret it.

probably.

Does this mean you want to track change to proc
uses as well?

If so, maybe add an N: entry like

N: \b(?:remove_)?proc_(?:\w+_?){1,3}\s*\(

> Signed-off-by: Alexey Dobriyan <adobriyan@xxxxxxxxx>
> ---
>
> MAINTAINERS | 8 ++++++++
> 1 file changed, 8 insertions(+)
>
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -11045,6 +11045,14 @@ W: http://wireless.kernel.org/en/users/Drivers/p54
> S: Obsolete
> F: drivers/net/wireless/intersil/prism54/
>
> +PROC FILESYSTEM
> +R: Alexey Dobriyan <adobriyan@xxxxxxxxx>
> +L: linux-kernel@xxxxxxxxxxxxxxx
> +L: linux-fsdevel@xxxxxxxxxxxxxxx
> +S: Maintained
> +F: fs/proc/*
> +F: include/linux/proc_fs.h
> +
> PROC SYSCTL
> M: "Luis R. Rodriguez" <mcgrof@xxxxxxxxxx>
> M: Kees Cook <keescook@xxxxxxxxxxxx>