linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] MAINTAINERS: add new entry for pidfd api
@ 2019-07-14 19:33 Christian Brauner
  2019-07-14 22:10 ` Joe Perches
  0 siblings, 1 reply; 6+ messages in thread
From: Christian Brauner @ 2019-07-14 19:33 UTC (permalink / raw)
  To: linux-kernel; +Cc: davem, gregkh, mchehab+samsung, Christian Brauner

Add me as a maintainer for pidfd stuff. This way we can easily see when
changes come in and people know who to yell at.

Signed-off-by: Christian Brauner <christian@brauner.io>
---
 MAINTAINERS | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 1be025959be9..e8a2e44656cf 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -12567,6 +12567,18 @@ F:	arch/arm/boot/dts/picoxcell*
 F:	arch/arm/mach-picoxcell/
 F:	drivers/crypto/picoxcell*
 
+PIDFD API
+M:	Christian Brauner <christian@brauner.io>
+L:	linux-kernel@vger.kernel.org
+S:	Maintained
+T:	git git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux.git
+F:	samples/pidfd/
+F:	tools/testing/selftests/pidfd/
+K:	(?i)pidfd
+K:	(?i)clone3
+K:	\b(clone_args|kernel_clone_args)\b
+N:	pidfd
+
 PIN CONTROL SUBSYSTEM
 M:	Linus Walleij <linus.walleij@linaro.org>
 L:	linux-gpio@vger.kernel.org
-- 
2.22.0


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

* Re: [PATCH] MAINTAINERS: add new entry for pidfd api
  2019-07-14 19:33 [PATCH] MAINTAINERS: add new entry for pidfd api Christian Brauner
@ 2019-07-14 22:10 ` Joe Perches
  2019-07-14 22:32   ` Christian Brauner
  2019-07-15  0:30   ` [PATCH v1] " Christian Brauner
  0 siblings, 2 replies; 6+ messages in thread
From: Joe Perches @ 2019-07-14 22:10 UTC (permalink / raw)
  To: Christian Brauner, linux-kernel; +Cc: davem, gregkh, mchehab+samsung

On Sun, 2019-07-14 at 21:33 +0200, Christian Brauner wrote:
> Add me as a maintainer for pidfd stuff. This way we can easily see when
> changes come in and people know who to yell at.
[]
> diff --git a/MAINTAINERS b/MAINTAINERS
> []
> @@ -12567,6 +12567,18 @@ F:	arch/arm/boot/dts/picoxcell*
>  F:	arch/arm/mach-picoxcell/
>  F:	drivers/crypto/picoxcell*
>  
> +PIDFD API
> +M:	Christian Brauner <christian@brauner.io>
> +L:	linux-kernel@vger.kernel.org
> +S:	Maintained
> +T:	git git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux.git
> +F:	samples/pidfd/
> +F:	tools/testing/selftests/pidfd/
> +K:	(?i)pidfd
> +K:	(?i)clone3

These seem fairly specific without false positives.

> +K:	\b(clone_args|kernel_clone_args)\b
> +N:	pidfd

This one I'd suggest using 2 F: patterns instead
as the patterns are more comprehensive and do not
use git history when looked up with get_maintainer

F:	samples/pidfd/
F:	tools/testing/selftests/pidfd/



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

* Re: [PATCH] MAINTAINERS: add new entry for pidfd api
  2019-07-14 22:10 ` Joe Perches
@ 2019-07-14 22:32   ` Christian Brauner
  2019-07-14 23:35     ` Joe Perches
  2019-07-15  0:30   ` [PATCH v1] " Christian Brauner
  1 sibling, 1 reply; 6+ messages in thread
From: Christian Brauner @ 2019-07-14 22:32 UTC (permalink / raw)
  To: Joe Perches; +Cc: linux-kernel, davem, gregkh, mchehab+samsung

On Sun, Jul 14, 2019 at 03:10:06PM -0700, Joe Perches wrote:
> On Sun, 2019-07-14 at 21:33 +0200, Christian Brauner wrote:
> > Add me as a maintainer for pidfd stuff. This way we can easily see when
> > changes come in and people know who to yell at.
> []
> > diff --git a/MAINTAINERS b/MAINTAINERS
> > []
> > @@ -12567,6 +12567,18 @@ F:	arch/arm/boot/dts/picoxcell*
> >  F:	arch/arm/mach-picoxcell/
> >  F:	drivers/crypto/picoxcell*
> >  
> > +PIDFD API
> > +M:	Christian Brauner <christian@brauner.io>
> > +L:	linux-kernel@vger.kernel.org
> > +S:	Maintained
> > +T:	git git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux.git
> > +F:	samples/pidfd/
> > +F:	tools/testing/selftests/pidfd/
> > +K:	(?i)pidfd
> > +K:	(?i)clone3
> 
> These seem fairly specific without false positives.
> 
> > +K:	\b(clone_args|kernel_clone_args)\b
> > +N:	pidfd
> 
> This one I'd suggest using 2 F: patterns instead
> as the patterns are more comprehensive and do not
> use git history when looked up with get_maintainer

Just to clarify, you suggest removing N: pidfd and just leaving in the
two F: patterns for samples/pidfd and tools/testing/selftests/pidfd/
below?

> 
> F:	samples/pidfd/
> F:	tools/testing/selftests/pidfd/
> 
> 

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

* Re: [PATCH] MAINTAINERS: add new entry for pidfd api
  2019-07-14 22:32   ` Christian Brauner
@ 2019-07-14 23:35     ` Joe Perches
  2019-07-15  0:00       ` Christian Brauner
  0 siblings, 1 reply; 6+ messages in thread
From: Joe Perches @ 2019-07-14 23:35 UTC (permalink / raw)
  To: Christian Brauner; +Cc: linux-kernel, davem, gregkh, mchehab+samsung

On Mon, 2019-07-15 at 00:32 +0200, Christian Brauner wrote:
> On Sun, Jul 14, 2019 at 03:10:06PM -0700, Joe Perches wrote:
> > On Sun, 2019-07-14 at 21:33 +0200, Christian Brauner wrote:
> > > Add me as a maintainer for pidfd stuff. This way we can easily see when
> > > changes come in and people know who to yell at.
> > []
> > > diff --git a/MAINTAINERS b/MAINTAINERS
> > > []
> > > @@ -12567,6 +12567,18 @@ F:	arch/arm/boot/dts/picoxcell*
[]
> > > +PIDFD API
[]
> > > +K:	\b(clone_args|kernel_clone_args)\b
> > > +N:	pidfd
> > 
> > This one I'd suggest using 2 F: patterns instead
> > as the patterns are more comprehensive and do not
> > use git history when looked up with get_maintainer
> 
> Just to clarify, you suggest removing N: pidfd and just leaving in the
> two F: patterns for samples/pidfd and tools/testing/selftests/pidfd/
> below?
> 
> > F:	samples/pidfd/
> > F:	tools/testing/selftests/pidfd/

Yes.



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

* Re: [PATCH] MAINTAINERS: add new entry for pidfd api
  2019-07-14 23:35     ` Joe Perches
@ 2019-07-15  0:00       ` Christian Brauner
  0 siblings, 0 replies; 6+ messages in thread
From: Christian Brauner @ 2019-07-15  0:00 UTC (permalink / raw)
  To: Joe Perches; +Cc: linux-kernel, davem, gregkh, mchehab+samsung

On Sun, Jul 14, 2019 at 04:35:07PM -0700, Joe Perches wrote:
> On Mon, 2019-07-15 at 00:32 +0200, Christian Brauner wrote:
> > On Sun, Jul 14, 2019 at 03:10:06PM -0700, Joe Perches wrote:
> > > On Sun, 2019-07-14 at 21:33 +0200, Christian Brauner wrote:
> > > > Add me as a maintainer for pidfd stuff. This way we can easily see when
> > > > changes come in and people know who to yell at.
> > > []
> > > > diff --git a/MAINTAINERS b/MAINTAINERS
> > > > []
> > > > @@ -12567,6 +12567,18 @@ F:	arch/arm/boot/dts/picoxcell*
> []
> > > > +PIDFD API
> []
> > > > +K:	\b(clone_args|kernel_clone_args)\b
> > > > +N:	pidfd
> > > 
> > > This one I'd suggest using 2 F: patterns instead
> > > as the patterns are more comprehensive and do not
> > > use git history when looked up with get_maintainer
> > 
> > Just to clarify, you suggest removing N: pidfd and just leaving in the
> > two F: patterns for samples/pidfd and tools/testing/selftests/pidfd/
> > below?
> > 
> > > F:	samples/pidfd/
> > > F:	tools/testing/selftests/pidfd/
> 
> Yes.

Ok.

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

* [PATCH v1] MAINTAINERS: add new entry for pidfd api
  2019-07-14 22:10 ` Joe Perches
  2019-07-14 22:32   ` Christian Brauner
@ 2019-07-15  0:30   ` Christian Brauner
  1 sibling, 0 replies; 6+ messages in thread
From: Christian Brauner @ 2019-07-15  0:30 UTC (permalink / raw)
  To: linux-kernel; +Cc: joe, davem, gregkh, mchehab+samsung, Christian Brauner

Add me as a maintainer for pidfd stuff so people know who to yell at and
to easily keep track of incoming changes.

Signed-off-by: Christian Brauner <christian@brauner.io>
---
v1:
- Joe Perches <joe@perches.com>:
  - remove N: pidfd line
---
 MAINTAINERS | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 1be025959be9..63522c0043d4 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -12567,6 +12567,17 @@ F:	arch/arm/boot/dts/picoxcell*
 F:	arch/arm/mach-picoxcell/
 F:	drivers/crypto/picoxcell*
 
+PIDFD API
+M:	Christian Brauner <christian@brauner.io>
+L:	linux-kernel@vger.kernel.org
+S:	Maintained
+T:	git git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux.git
+F:	samples/pidfd/
+F:	tools/testing/selftests/pidfd/
+K:	(?i)pidfd
+K:	(?i)clone3
+K:	\b(clone_args|kernel_clone_args)\b
+
 PIN CONTROL SUBSYSTEM
 M:	Linus Walleij <linus.walleij@linaro.org>
 L:	linux-gpio@vger.kernel.org
-- 
2.22.0


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

end of thread, other threads:[~2019-07-15  0:30 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-07-14 19:33 [PATCH] MAINTAINERS: add new entry for pidfd api Christian Brauner
2019-07-14 22:10 ` Joe Perches
2019-07-14 22:32   ` Christian Brauner
2019-07-14 23:35     ` Joe Perches
2019-07-15  0:00       ` Christian Brauner
2019-07-15  0:30   ` [PATCH v1] " Christian Brauner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).