linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [RESEND PATCH] MAINTAINERS: add an entry for kfifo
@ 2020-04-13 10:42 Bartosz Golaszewski
  2020-04-13 10:49 ` Stefani Seibold
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Bartosz Golaszewski @ 2020-04-13 10:42 UTC (permalink / raw)
  To: Andrew Morton, Stephen Rothwell, Greg Kroah-Hartman,
	Stefani Seibold, Linus Walleij, Andy Shevchenko
  Cc: linux-kernel, Bartosz Golaszewski

From: Bartosz Golaszewski <bgolaszewski@baylibre.com>

Kfifo has been written by Stefani Seibold and she's implicitly expected to
Ack any changes to it.  She's not however officially listed as kfifo
maintainer which leads to delays in patch review.  This patch proposes to
add an explicit entry for kfifo to MAINTAINERS file.

Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
---
I'm not sure why this patch hasn't made it into v5.7 - it's been in next
for weeks now. :(

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

diff --git a/MAINTAINERS b/MAINTAINERS
index e64e5db31497..f0f30b2cafa4 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -9412,6 +9412,13 @@ F:	include/linux/keyctl.h
 F:	include/uapi/linux/keyctl.h
 F:	security/keys/
 
+KFIFO
+M:	Stefani Seibold <stefani@seibold.net>
+S:	Maintained
+F:	lib/kfifo.c
+F:	include/linux/kfifo.h
+F:	samples/kfifo/
+
 KGDB / KDB /debug_core
 M:	Jason Wessel <jason.wessel@windriver.com>
 M:	Daniel Thompson <daniel.thompson@linaro.org>
-- 
2.25.0


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

* Re: [RESEND PATCH] MAINTAINERS: add an entry for kfifo
  2020-04-13 10:42 [RESEND PATCH] MAINTAINERS: add an entry for kfifo Bartosz Golaszewski
@ 2020-04-13 10:49 ` Stefani Seibold
  2020-04-13 18:35 ` Joe Perches
  2020-04-13 20:09 ` Andrew Morton
  2 siblings, 0 replies; 4+ messages in thread
From: Stefani Seibold @ 2020-04-13 10:49 UTC (permalink / raw)
  To: Bartosz Golaszewski, Andrew Morton, Stephen Rothwell,
	Greg Kroah-Hartman, Linus Walleij, Andy Shevchenko
  Cc: linux-kernel, Bartosz Golaszewski

Acked by Stefani Seibold <stefani@seibold.net>

Am Montag, den 13.04.2020, 12:42 +0200 schrieb Bartosz Golaszewski:
> From: Bartosz Golaszewski <bgolaszewski@baylibre.com>
> 
> Kfifo has been written by Stefani Seibold and she's implicitly
> expected to
> Ack any changes to it.  She's not however officially listed as kfifo
> maintainer which leads to delays in patch review.  This patch
> proposes to
> add an explicit entry for kfifo to MAINTAINERS file.
> 
> Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
> ---
> I'm not sure why this patch hasn't made it into v5.7 - it's been in
> next
> for weeks now. :(
> 
>  MAINTAINERS | 7 +++++++
>  1 file changed, 7 insertions(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index e64e5db31497..f0f30b2cafa4 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -9412,6 +9412,13 @@ F:	include/linux/keyctl.h
>  F:	include/uapi/linux/keyctl.h
>  F:	security/keys/
>  
> +KFIFO
> +M:	Stefani Seibold <stefani@seibold.net>
> +S:	Maintained
> +F:	lib/kfifo.c
> +F:	include/linux/kfifo.h
> +F:	samples/kfifo/
> +
>  KGDB / KDB /debug_core
>  M:	Jason Wessel <jason.wessel@windriver.com>
>  M:	Daniel Thompson <daniel.thompson@linaro.org>


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

* Re: [RESEND PATCH] MAINTAINERS: add an entry for kfifo
  2020-04-13 10:42 [RESEND PATCH] MAINTAINERS: add an entry for kfifo Bartosz Golaszewski
  2020-04-13 10:49 ` Stefani Seibold
@ 2020-04-13 18:35 ` Joe Perches
  2020-04-13 20:09 ` Andrew Morton
  2 siblings, 0 replies; 4+ messages in thread
From: Joe Perches @ 2020-04-13 18:35 UTC (permalink / raw)
  To: Bartosz Golaszewski, Andrew Morton, Stephen Rothwell,
	Greg Kroah-Hartman, Stefani Seibold, Linus Walleij,
	Andy Shevchenko
  Cc: linux-kernel, Bartosz Golaszewski

On Mon, 2020-04-13 at 12:42 +0200, Bartosz Golaszewski wrote:
> From: Bartosz Golaszewski <bgolaszewski@baylibre.com>
> 
> Kfifo has been written by Stefani Seibold and she's implicitly expected to
> Ack any changes to it.  She's not however officially listed as kfifo
> maintainer which leads to delays in patch review.  This patch proposes to
> add an explicit entry for kfifo to MAINTAINERS file.
> 
> Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
> ---
> I'm not sure why this patch hasn't made it into v5.7 - it's been in next
> for weeks now. :(
> 
>  MAINTAINERS | 7 +++++++
>  1 file changed, 7 insertions(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index e64e5db31497..f0f30b2cafa4 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -9412,6 +9412,13 @@ F:	include/linux/keyctl.h
>  F:	include/uapi/linux/keyctl.h
>  F:	security/keys/
>  
> +KFIFO
> +M:	Stefani Seibold <stefani@seibold.net>
> +S:	Maintained
> +F:	lib/kfifo.c
> +F:	include/linux/kfifo.h
> +F:	samples/kfifo/
> +

trivia:

F: entries are now all sorted alphabetically.

Maybe switch the include and lib entries?




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

* Re: [RESEND PATCH] MAINTAINERS: add an entry for kfifo
  2020-04-13 10:42 [RESEND PATCH] MAINTAINERS: add an entry for kfifo Bartosz Golaszewski
  2020-04-13 10:49 ` Stefani Seibold
  2020-04-13 18:35 ` Joe Perches
@ 2020-04-13 20:09 ` Andrew Morton
  2 siblings, 0 replies; 4+ messages in thread
From: Andrew Morton @ 2020-04-13 20:09 UTC (permalink / raw)
  To: Bartosz Golaszewski
  Cc: Stephen Rothwell, Greg Kroah-Hartman, Stefani Seibold,
	Linus Walleij, Andy Shevchenko, linux-kernel,
	Bartosz Golaszewski

On Mon, 13 Apr 2020 12:42:50 +0200 Bartosz Golaszewski <brgl@bgdev.pl> wrote:

> I'm not sure why this patch hasn't made it into v5.7 - it's been in next
> for weeks now. :(

I was awaiting Stefani's ack, which we now have.

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

end of thread, other threads:[~2020-04-13 20:09 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-13 10:42 [RESEND PATCH] MAINTAINERS: add an entry for kfifo Bartosz Golaszewski
2020-04-13 10:49 ` Stefani Seibold
2020-04-13 18:35 ` Joe Perches
2020-04-13 20:09 ` Andrew Morton

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).