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/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>
1 parent f46e893 commit e2049d8

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

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 <wuqiang.matt@bytedance.com>
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 <jpoimboe@kernel.org>
1546615473
M: Peter Zijlstra <peterz@infradead.org>

0 commit comments

Comments
 (0)