Skip to content

Commit e2049d8

Browse files
mattwuqmhiramat
authored andcommitted
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]>
1 parent f46e893 commit e2049d8

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

MAINTAINERS

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15461,6 +15461,13 @@ F: include/linux/objagg.h
1546115461
F: lib/objagg.c
1546215462
F: lib/test_objagg.c
1546315463

15464+
OBJPOOL
15465+
M: Matt Wu <[email protected]>
15466+
S: Supported
15467+
F: include/linux/objpool.h
15468+
F: lib/objpool.c
15469+
F: lib/test_objpool.c
15470+
1546415471
OBJTOOL
1546515472
M: Josh Poimboeuf <[email protected]>
1546615473
M: Peter Zijlstra <[email protected]>

0 commit comments

Comments
 (0)