]> git.ipfire.org Git - thirdparty/linux.git/commit
bpf: Add trampoline ip hash table
authorJiri Olsa <jolsa@kernel.org>
Tue, 30 Dec 2025 14:50:08 +0000 (15:50 +0100)
committerAndrii Nakryiko <andrii@kernel.org>
Wed, 28 Jan 2026 19:44:57 +0000 (11:44 -0800)
commit7d0452497c292153e690652e6df218fead21185f
treed370f2ebfe182f8d386416dc0a4e5d84280ea613
parente93672f770d72f4c33d1dd9fb0633f95948c0cc9
bpf: Add trampoline ip hash table

Following changes need to lookup trampoline based on its ip address,
adding hash table for that.

Signed-off-by: Jiri Olsa <jolsa@kernel.org>
Signed-off-by: Andrii Nakryiko <andrii@kernel.org>
Link: https://lore.kernel.org/bpf/20251230145010.103439-8-jolsa@kernel.org
include/linux/bpf.h
kernel/bpf/trampoline.c