]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
bpf: kprobe: remove unused declaring of bpf_kprobe_override
authorMenglong Dong <menglong8.dong@gmail.com>
Mon, 5 Aug 2024 05:01:21 +0000 (14:01 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 14 Aug 2024 13:34:21 +0000 (15:34 +0200)
commit8c7eab0e8abc7b589feafd6bc403311f9fde4d7f
treee37e99660b25a4706d0fcf6586fed20271860194
parent8c8352f492c65334bf295ad3a037e49384b51b54
bpf: kprobe: remove unused declaring of bpf_kprobe_override

[ Upstream commit 0e8b53979ac86eddb3fd76264025a70071a25574 ]

After the commit 66665ad2f102 ("tracing/kprobe: bpf: Compare instruction
pointer with original one"), "bpf_kprobe_override" is not used anywhere
anymore, and we can remove it now.

Link: https://lore.kernel.org/all/20240710085939.11520-1-dongml2@chinatelecom.cn/
Fixes: 66665ad2f102 ("tracing/kprobe: bpf: Compare instruction pointer with original one")
Signed-off-by: Menglong Dong <dongml2@chinatelecom.cn>
Acked-by: Jiri Olsa <jolsa@kernel.org>
Signed-off-by: Masami Hiramatsu (Google) <mhiramat@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
include/linux/trace_events.h