summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Overstreet <kent.overstreet@gmail.com>2022-08-12 12:52:53 -0400
committerKent Overstreet <kent.overstreet@linux.dev>2022-08-29 18:39:17 -0400
commit91c5f43bd2b8890d3e6663b591332c82b8fe1f3c (patch)
treef0f973da777af8faf2d3ddaec8c6bf3c2ac5dd0c
parentd5135a7540d80773c043d073f3656c80840d8656 (diff)
MAINTAINERS: Add entry for printbufsprintbuf_v6
Printbufs are a new string building library; adding myself as the author of this code. Signed-off-by: Kent Overstreet <kent.overstreet@gmail.com>
-rw-r--r--MAINTAINERS6
1 files changed, 6 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index b7deb6e92acd..d954af7a84cc 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -16365,6 +16365,12 @@ S: Maintained
F: include/linux/psi*
F: kernel/sched/psi.c
+PRINTBUF
+M: Kent Overstreet <kent.overstreet@linux.dev>
+S: Maintained
+F: include/linux/printbuf.h
+F: lib/printbuf.c
+
PRINTK
M: Petr Mladek <pmladek@suse.com>
M: Sergey Senozhatsky <senozhatsky@chromium.org>