]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
MAINTAINERS: objpool added
authorwuqiang.matt <wuqiang.matt@bytedance.com>
Tue, 17 Oct 2023 13:56:54 +0000 (21:56 +0800)
committerMasami Hiramatsu (Google) <mhiramat@kernel.org>
Wed, 18 Oct 2023 15:07:40 +0000 (00:07 +0900)
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>
MAINTAINERS

index 35977b269d5efb9ffd197e8c095ad4722fde87a2..e80e727077d538817a371d853d25f7121903a00f 100644 (file)
@@ -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>