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

From: Joe Perches
Date: Mon Apr 13 2020 - 14:38:15 EST


On Mon, 2020-04-13 at 12:42 +0200, Bartosz Golaszewski wrote:
> From: Bartosz Golaszewski <bgolaszewski@xxxxxxxxxxxx>
>
> 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@xxxxxxxxxxxx>
> ---
> 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@xxxxxxxxxxx>
> +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?