2020-04-13 14:30:26

by Bartosz Golaszewski

[permalink] [raw]
Subject: [RESEND PATCH] MAINTAINERS: add an entry for kfifo

From: Bartosz Golaszewski <[email protected]>

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 <[email protected]>
---
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 <[email protected]>
+S: Maintained
+F: lib/kfifo.c
+F: include/linux/kfifo.h
+F: samples/kfifo/
+
KGDB / KDB /debug_core
M: Jason Wessel <[email protected]>
M: Daniel Thompson <[email protected]>
--
2.25.0


2020-04-14 13:32:54

by Andrew Morton

[permalink] [raw]
Subject: Re: [RESEND PATCH] MAINTAINERS: add an entry for kfifo

On Mon, 13 Apr 2020 12:42:50 +0200 Bartosz Golaszewski <[email protected]> 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.

2020-04-14 21:06:24

by Stefani Seibold

[permalink] [raw]
Subject: Re: [RESEND PATCH] MAINTAINERS: add an entry for kfifo

Acked by Stefani Seibold <[email protected]>

Am Montag, den 13.04.2020, 12:42 +0200 schrieb Bartosz Golaszewski:
> From: Bartosz Golaszewski <[email protected]>
>
> 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 <[email protected]>
> ---
> 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 <[email protected]>
> +S: Maintained
> +F: lib/kfifo.c
> +F: include/linux/kfifo.h
> +F: samples/kfifo/
> +
> KGDB / KDB /debug_core
> M: Jason Wessel <[email protected]>
> M: Daniel Thompson <[email protected]>

2020-04-14 22:13:52

by Joe Perches

[permalink] [raw]
Subject: Re: [RESEND PATCH] MAINTAINERS: add an entry for kfifo

On Mon, 2020-04-13 at 12:42 +0200, Bartosz Golaszewski wrote:
> From: Bartosz Golaszewski <[email protected]>
>
> 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 <[email protected]>
> ---
> 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 <[email protected]>
> +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?