aboutsummaryrefslogtreecommitdiffstats
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorwuqiang.matt <wuqiang.matt@bytedance.com>2023-10-17 21:56:54 +0800
committerMasami Hiramatsu (Google) <mhiramat@kernel.org>2023-10-19 00:07:40 +0900
commite2049d8569d94446eb581f792178c1ac4eddb58b (patch)
treef6fc2df54c26ab1790cb02424352f76bdcb46f28 /MAINTAINERS
parentf46e8939de80bf029787111bf488ee86355b111c (diff)
downloadstaging-e2049d8569d94446eb581f792178c1ac4eddb58b.tar.gz
MAINTAINERS: objpool added
objpool, a scalable and lockless ring-array based object pool, was introduced to replace the original freelist (a LIFO queue based on singly linked list) to improve kretprobe scalability. Link: https://lore.kernel.org/all/20231017135654.82270-6-wuqiang.matt@bytedance.com/ Signed-off-by: wuqiang.matt <wuqiang.matt@bytedance.com> Acked-by: Masami Hiramatsu (Google) <mhiramat@kernel.org> Signed-off-by: Masami Hiramatsu (Google) <mhiramat@kernel.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS7
1 files changed, 7 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 35977b269d5efb..e80e727077d538 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -15461,6 +15461,13 @@ F: include/linux/objagg.h
F: lib/objagg.c
F: lib/test_objagg.c
+OBJPOOL
+M: Matt Wu <wuqiang.matt@bytedance.com>
+S: Supported
+F: include/linux/objpool.h
+F: lib/objpool.c
+F: lib/test_objpool.c
+
OBJTOOL
M: Josh Poimboeuf <jpoimboe@kernel.org>
M: Peter Zijlstra <peterz@infradead.org>