diff options
author | wuqiang.matt <wuqiang.matt@bytedance.com> | 2023-10-17 21:56:54 +0800 |
---|---|---|
committer | Masami Hiramatsu (Google) <mhiramat@kernel.org> | 2023-10-19 00:07:40 +0900 |
commit | e2049d8569d94446eb581f792178c1ac4eddb58b (patch) | |
tree | f6fc2df54c26ab1790cb02424352f76bdcb46f28 /MAINTAINERS | |
parent | f46e8939de80bf029787111bf488ee86355b111c (diff) | |
download | linux-e2049d8569d94446eb581f792178c1ac4eddb58b.tar.gz linux-e2049d8569d94446eb581f792178c1ac4eddb58b.tar.bz2 linux-e2049d8569d94446eb581f792178c1ac4eddb58b.zip |
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-- | MAINTAINERS | 7 |
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 <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> |