exynos-linux-stable/kernel/events
Daniel Borkmann d62556f63e
bpf: drop unnecessary context cast from BPF_PROG_RUN
Since long already bpf_func is not only about struct sk_buff * as
input anymore. Make it generic as void *, so that callers don't
need to cast for it each time they call BPF_PROG_RUN().

Change-Id: I19d19fb1c36d31a1279ac1c30de09817514cc7ba
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Acked-by: Alexei Starovoitov <ast@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
2024-09-25 16:54:45 +03:00
..
callchain.c perf: Remove superfluous allocation error check 2018-05-16 10:08:41 +02:00
core.c bpf: drop unnecessary context cast from BPF_PROG_RUN 2024-09-25 16:54:45 +03:00
hw_breakpoint.c perf/hwbp: Simplify the perf-hwbp code, fix documentation 2018-04-08 12:12:41 +02:00
internal.h bpf, events: fix offset in skb copy handler 2016-07-25 10:34:11 -07:00
Makefile ftrace: allow architectures to specify ftrace compile options 2015-01-29 09:19:19 +01:00
ring_buffer.c perf/ring_buffer: Add ordering to rb->nest increment 2019-06-22 08:17:23 +02:00
uprobes.c signal: Properly deliver SIGILL from uprobes 2019-11-25 09:52:12 +01:00