The patch titled Subject: MAINTAINERS: add an entry for kfifo has been added to the -mm tree. Its filename is maintainers-add-an-entry-for-kfifo.patch This patch should soon appear at http://ozlabs.org/~akpm/mmots/broken-out/maintainers-add-an-entry-for-kfifo.patch and later at http://ozlabs.org/~akpm/mmotm/broken-out/maintainers-add-an-entry-for-kfifo.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/process/submit-checklist.rst when testing your code *** The -mm tree is included into linux-next and is updated there every 3-4 working days ------------------------------------------------------ From: Bartosz Golaszewski <bgolaszewski@xxxxxxxxxxxx> Subject: MAINTAINERS: add an entry for kfifo 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 explitic entry for kfifo to MAINTAINERS file. Link: http://lkml.kernel.org/r/20200124174533.21815-1-brgl@xxxxxxxx Signed-off-by: Bartosz Golaszewski <bgolaszewski@xxxxxxxxxxxx> Cc: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> Cc: Stefani Seibold <stefani@xxxxxxxxxxx> Cc: Linus Walleij <linus.walleij@xxxxxxxxxx> Cc: Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- MAINTAINERS | 7 +++++++ 1 file changed, 7 insertions(+) --- a/MAINTAINERS~maintainers-add-an-entry-for-kfifo +++ a/MAINTAINERS @@ -9188,6 +9188,13 @@ F: include/uapi/linux/keyctl.h F: include/keys/ F: security/keys/ +KFIFO: +M: Stefani Seibold <stefani@xxxxxxxxxxx> +S: Maintained +F: lib/kfifo.c +F: include/linux/kfifo.h +F: samples/kfifo/ + KGDB / KDB /debug_core M: Jason Wessel <jason.wessel@xxxxxxxxxxxxx> M: Daniel Thompson <daniel.thompson@xxxxxxxxxx> _ Patches currently in -mm which might be from bgolaszewski@xxxxxxxxxxxx are maintainers-add-an-entry-for-kfifo.patch