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)
commite2049d8569d94446eb581f792178c1ac4eddb58b
treef6fc2df54c26ab1790cb02424352f76bdcb46f28
parentf46e8939de80bf029787111bf488ee86355b111c
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>
MAINTAINERS