summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Overstreet <kent.overstreet@linux.dev>2022-08-29 20:06:35 -0400
committerKent Overstreet <kent.overstreet@linux.dev>2022-08-29 20:07:07 -0400
commit93162625710cc923b65533c742b035c69b6a36c5 (patch)
tree75b301de73b991c7715145fae5e746b49ec12db2
parent4f4d2504c66a44cbd0e76f6fe628b2fb4422c92b (diff)
MAINTAINERS: Add entries for code tagging & relatedalloc_tags
The new code & libraries added are being maintained - mark them as such. Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
-rw-r--r--MAINTAINERS25
1 files changed, 25 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 96f47a7865d6..04e382edba99 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -5109,6 +5109,19 @@ S: Supported
F: Documentation/process/code-of-conduct-interpretation.rst
F: Documentation/process/code-of-conduct.rst
+CODE TAGGING
+M: Suren Baghdasaryan <surenb@google.com>
+M: Kent Overstreet <kent.overstreet@linux.dev>
+S: Maintained
+F: lib/codetag.c
+F: include/linux/codetag.h
+
+CODE TAGGING TIME STATS
+M: Kent Overstreet <kent.overstreet@linux.dev>
+S: Maintained
+F: lib/codetag_time_stats.c
+F: include/linux/codetag_time_stats.h
+
COMEDI DRIVERS
M: Ian Abbott <abbotti@mev.co.uk>
M: H Hartley Sweeten <hsweeten@visionengravers.com>
@@ -11402,6 +11415,12 @@ M: John Hawley <warthog9@eaglescrag.net>
S: Maintained
F: tools/testing/ktest
+LAZY PERCPU COUNTERS:
+M: Kent Overstreet <kent.overstreet@linux.dev>
+S: Maintained
+F: lib/lazy-percpu-counter.c
+F: include/linux/lazy-percpu-counter.h
+
L3MDEV
M: David Ahern <dsahern@kernel.org>
L: netdev@vger.kernel.org
@@ -20418,6 +20437,12 @@ T: git git://git.kernel.org/pub/scm/linux/kernel/git/luca/wl12xx.git
F: drivers/net/wireless/ti/
F: include/linux/wl12xx.h
+TIME STATS
+M: Kent Overstreet <kent.overstreet@linux.dev>
+S: Maintained
+F: lib/time_stats.c
+F: include/linux/time_stats.h
+
TIMEKEEPING, CLOCKSOURCE CORE, NTP, ALARMTIMER
M: John Stultz <jstultz@google.com>
M: Thomas Gleixner <tglx@linutronix.de>