aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwuqiang.matt <[email protected]>2023-10-17 21:56:54 +0800
committerMasami Hiramatsu (Google) <[email protected]>2023-10-19 00:07:40 +0900
commite2049d8569d94446eb581f792178c1ac4eddb58b (patch)
treef6fc2df54c26ab1790cb02424352f76bdcb46f28
parentf46e8939de80bf029787111bf488ee86355b111c (diff)
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/[email protected]/ Signed-off-by: wuqiang.matt <[email protected]> Acked-by: Masami Hiramatsu (Google) <[email protected]> Signed-off-by: Masami Hiramatsu (Google) <[email protected]>
-rw-r--r--MAINTAINERS7
1 files changed, 7 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 35977b269d5e..e80e727077d5 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 <[email protected]>
+S: Supported
+F: include/linux/objpool.h
+F: lib/objpool.c
+F: lib/test_objpool.c
+
OBJTOOL
M: Josh Poimboeuf <[email protected]>
M: Peter Zijlstra <[email protected]>