public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] proc: condemn myself to MAINTAINERS
@ 2018-02-01 22:45 Alexey Dobriyan
  2018-02-01 22:55 ` Joe Perches
  0 siblings, 1 reply; 7+ messages in thread
From: Alexey Dobriyan @ 2018-02-01 22:45 UTC (permalink / raw)
  To: akpm; +Cc: linux-kernel

I'll regret it.

Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
---

 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@gmail.com>
+L:	linux-kernel@vger.kernel.org
+L:	linux-fsdevel@vger.kernel.org
+S:	Maintained
+F:	fs/proc/*
+F:	include/linux/proc_fs.h
+
 PROC SYSCTL
 M:	"Luis R. Rodriguez" <mcgrof@kernel.org>
 M:	Kees Cook <keescook@chromium.org>

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH] proc: condemn myself to MAINTAINERS
  2018-02-01 22:45 Alexey Dobriyan
@ 2018-02-01 22:55 ` Joe Perches
  0 siblings, 0 replies; 7+ messages in thread
From: Joe Perches @ 2018-02-01 22:55 UTC (permalink / raw)
  To: Alexey Dobriyan, akpm; +Cc: linux-kernel

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@gmail.com>
> ---
> 
>  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@gmail.com>
> +L:	linux-kernel@vger.kernel.org
> +L:	linux-fsdevel@vger.kernel.org
> +S:	Maintained
> +F:	fs/proc/*
> +F:	include/linux/proc_fs.h
> +
>  PROC SYSCTL
>  M:	"Luis R. Rodriguez" <mcgrof@kernel.org>
>  M:	Kees Cook <keescook@chromium.org>

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [PATCH] proc: condemn myself to MAINTAINERS
@ 2018-06-27 19:48 Alexey Dobriyan
  2018-06-28  1:05 ` Joe Perches
  0 siblings, 1 reply; 7+ messages in thread
From: Alexey Dobriyan @ 2018-06-27 19:48 UTC (permalink / raw)
  To: akpm; +Cc: linux-kernel

I know I'll regret it.

Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
---

 MAINTAINERS |    9 +++++++++
 1 file changed, 9 insertions(+)

--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -11481,6 +11481,15 @@ W:	http://wireless.kernel.org/en/users/Drivers/p54
 S:	Obsolete
 F:	drivers/net/wireless/intersil/prism54/
 
+PROC FILESYSTEM
+R:	Alexey Dobriyan <adobriyan@gmail.com>
+L:	linux-kernel@vger.kernel.org
+L:	linux-fsdevel@vger.kernel.org
+S:	Maintained
+F:	fs/proc/
+F:	include/linux/proc_fs.h
+F:	tools/testing/selftests/proc/
+
 PROC SYSCTL
 M:	"Luis R. Rodriguez" <mcgrof@kernel.org>
 M:	Kees Cook <keescook@chromium.org>

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH] proc: condemn myself to MAINTAINERS
  2018-06-27 19:48 [PATCH] proc: condemn myself to MAINTAINERS Alexey Dobriyan
@ 2018-06-28  1:05 ` Joe Perches
  2018-06-28  1:13   ` Andrew Morton
  0 siblings, 1 reply; 7+ messages in thread
From: Joe Perches @ 2018-06-28  1:05 UTC (permalink / raw)
  To: Alexey Dobriyan, akpm; +Cc: linux-kernel

On Wed, 2018-06-27 at 22:48 +0300, Alexey Dobriyan wrote:
> I know I'll regret it.

This wasn't applied back in February?

> Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
> ---
> 
>  MAINTAINERS |    9 +++++++++
>  1 file changed, 9 insertions(+)
> 
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -11481,6 +11481,15 @@ W:	http://wireless.kernel.org/en/users/Drivers/p54
>  S:	Obsolete
>  F:	drivers/net/wireless/intersil/prism54/
>  
> +PROC FILESYSTEM
> +R:	Alexey Dobriyan <adobriyan@gmail.com>
> +L:	linux-kernel@vger.kernel.org
> +L:	linux-fsdevel@vger.kernel.org
> +S:	Maintained
> +F:	fs/proc/
> +F:	include/linux/proc_fs.h
> +F:	tools/testing/selftests/proc/
> +
>  PROC SYSCTL
>  M:	"Luis R. Rodriguez" <mcgrof@kernel.org>
>  M:	Kees Cook <keescook@chromium.org>

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH] proc: condemn myself to MAINTAINERS
  2018-06-28  1:05 ` Joe Perches
@ 2018-06-28  1:13   ` Andrew Morton
  2018-06-28  4:18     ` Joe Perches
  0 siblings, 1 reply; 7+ messages in thread
From: Andrew Morton @ 2018-06-28  1:13 UTC (permalink / raw)
  To: Joe Perches; +Cc: Alexey Dobriyan, linux-kernel

On Wed, 27 Jun 2018 18:05:35 -0700 Joe Perches <joe@perches.com> wrote:

> On Wed, 2018-06-27 at 22:48 +0300, Alexey Dobriyan wrote:
> > I know I'll regret it.
> 
> This wasn't applied back in February?

Well I thought it was, but I can't find such a patch anywhere.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH] proc: condemn myself to MAINTAINERS
  2018-06-28  1:13   ` Andrew Morton
@ 2018-06-28  4:18     ` Joe Perches
  2018-06-28  4:44       ` Andrew Morton
  0 siblings, 1 reply; 7+ messages in thread
From: Joe Perches @ 2018-06-28  4:18 UTC (permalink / raw)
  To: Andrew Morton; +Cc: Alexey Dobriyan, linux-kernel

On Wed, 2018-06-27 at 18:13 -0700, Andrew Morton wrote:
> On Wed, 27 Jun 2018 18:05:35 -0700 Joe Perches <joe@perches.com> wrote:
> 
> > On Wed, 2018-06-27 at 22:48 +0300, Alexey Dobriyan wrote:
> > > I know I'll regret it.
> > 
> > This wasn't applied back in February?
> 
> Well I thought it was, but I can't find such a patch anywhere.

https://patchwork.kernel.org/patch/10196137/

btw:

Isn't your mail archive the seed file for the new lkml archive?
https://www.kernel.org/lore.html

Maybe there are gaps there too?


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH] proc: condemn myself to MAINTAINERS
  2018-06-28  4:18     ` Joe Perches
@ 2018-06-28  4:44       ` Andrew Morton
  0 siblings, 0 replies; 7+ messages in thread
From: Andrew Morton @ 2018-06-28  4:44 UTC (permalink / raw)
  To: Joe Perches; +Cc: Alexey Dobriyan, linux-kernel

On Wed, 27 Jun 2018 21:18:34 -0700 Joe Perches <joe@perches.com> wrote:

> On Wed, 2018-06-27 at 18:13 -0700, Andrew Morton wrote:
> > On Wed, 27 Jun 2018 18:05:35 -0700 Joe Perches <joe@perches.com> wrote:
> > 
> > > On Wed, 2018-06-27 at 22:48 +0300, Alexey Dobriyan wrote:
> > > > I know I'll regret it.
> > > 
> > > This wasn't applied back in February?
> > 
> > Well I thought it was, but I can't find such a patch anywhere.
> 
> https://patchwork.kernel.org/patch/10196137/

Ah, OK.  You asked a question so I took a pass, awaiting the reply
which never came.

> btw:
> 
> Isn't your mail archive the seed file for the new lkml archive?
> https://www.kernel.org/lore.html

I believe so.

> Maybe there are gaps there too?

Not many.  A few perhaps, where I fat-fingered things or where mail
server glitches happened.  But gaps will be few.


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2018-06-28  4:44 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-06-27 19:48 [PATCH] proc: condemn myself to MAINTAINERS Alexey Dobriyan
2018-06-28  1:05 ` Joe Perches
2018-06-28  1:13   ` Andrew Morton
2018-06-28  4:18     ` Joe Perches
2018-06-28  4:44       ` Andrew Morton
  -- strict thread matches above, loose matches on Subject: below --
2018-02-01 22:45 Alexey Dobriyan
2018-02-01 22:55 ` Joe Perches

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox