[PATCH] MAINTAINERS: Add Joel Granados as co-maintainer for proc sysctl

Luis Chamberlain posted 1 patch 2 years, 1 month ago
MAINTAINERS | 1 +
1 file changed, 1 insertion(+)
[PATCH] MAINTAINERS: Add Joel Granados as co-maintainer for proc sysctl
Posted by Luis Chamberlain 2 years, 1 month ago
Joel Granados has been doing quite a bit of the work to help us move
forward with the proc sysctl cleanups, and is keen on helping and
so has agreed to help with maintenance of proc sysctl. Add him as
a maintainer.

Signed-off-by: Luis Chamberlain <mcgrof@kernel.org>
---
 MAINTAINERS | 1 +
 1 file changed, 1 insertion(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 66c2e2814867..c9b077e779d8 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -17224,6 +17224,7 @@ F:	tools/testing/selftests/proc/
 PROC SYSCTL
 M:	Luis Chamberlain <mcgrof@kernel.org>
 M:	Kees Cook <keescook@chromium.org>
+M:	Joel Granados <j.granados@samsung.com>
 L:	linux-kernel@vger.kernel.org
 L:	linux-fsdevel@vger.kernel.org
 S:	Maintained
-- 
2.42.0
Re: [PATCH] MAINTAINERS: Add Joel Granados as co-maintainer for proc sysctl
Posted by Joel Granados 2 years, 1 month ago
On Thu, Nov 02, 2023 at 01:31:58PM -0700, Luis Chamberlain wrote:
> Joel Granados has been doing quite a bit of the work to help us move
> forward with the proc sysctl cleanups, and is keen on helping and
> so has agreed to help with maintenance of proc sysctl. Add him as
> a maintainer.
Thx @Luis. Currently preparing the next batch of the "remove sentinel
patches". Will push them out as soon as I clean them up and test them

Best

> 
> Signed-off-by: Luis Chamberlain <mcgrof@kernel.org>
> ---
>  MAINTAINERS | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 66c2e2814867..c9b077e779d8 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -17224,6 +17224,7 @@ F:	tools/testing/selftests/proc/
>  PROC SYSCTL
>  M:	Luis Chamberlain <mcgrof@kernel.org>
>  M:	Kees Cook <keescook@chromium.org>
> +M:	Joel Granados <j.granados@samsung.com>
>  L:	linux-kernel@vger.kernel.org
>  L:	linux-fsdevel@vger.kernel.org
>  S:	Maintained
> -- 
> 2.42.0
> 

-- 

Joel Granados