diff mbox series

[bpf-next,v2] bpf: kprobe: remove unused declaring of bpf_kprobe_override

Message ID 20240730053733.885785-1-dongml2@chinatelecom.cn (mailing list archive)
State Handled Elsewhere
Headers show
Series [bpf-next,v2] bpf: kprobe: remove unused declaring of bpf_kprobe_override | expand

Commit Message

Menglong Dong July 30, 2024, 5:37 a.m. UTC
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.

Fixes: 66665ad2f102 ("tracing/kprobe: bpf: Compare instruction pointer with original one")
Signed-off-by: Menglong Dong <dongml2@chinatelecom.cn>
---
v2: add the Fixes tag
---
 include/linux/trace_events.h | 1 -
 1 file changed, 1 deletion(-)

Comments

patchwork-bot+netdevbpf@kernel.org July 30, 2024, 8:50 p.m. UTC | #1
Hello:

This patch was applied to bpf/bpf-next.git (master)
by Andrii Nakryiko <andrii@kernel.org>:

On Tue, 30 Jul 2024 13:37:33 +0800 you wrote:
> 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.
> 
> Fixes: 66665ad2f102 ("tracing/kprobe: bpf: Compare instruction pointer with original one")
> Signed-off-by: Menglong Dong <dongml2@chinatelecom.cn>
> 
> [...]

Here is the summary with links:
  - [bpf-next,v2] bpf: kprobe: remove unused declaring of bpf_kprobe_override
    https://git.kernel.org/bpf/bpf-next/c/1cbe8143fd2f

You are awesome, thank you!
diff mbox series

Patch

diff --git a/include/linux/trace_events.h b/include/linux/trace_events.h
index 9df3e2973626..9435185c10ef 100644
--- a/include/linux/trace_events.h
+++ b/include/linux/trace_events.h
@@ -880,7 +880,6 @@  do {									\
 struct perf_event;
 
 DECLARE_PER_CPU(struct pt_regs, perf_trace_regs);
-DECLARE_PER_CPU(int, bpf_kprobe_override);
 
 extern int  perf_trace_init(struct perf_event *event);
 extern void perf_trace_destroy(struct perf_event *event);