bpf: Move the signature kfuncs to helpers.c
authorKP Singh <kpsingh@kernel.org>
Sun, 14 Sep 2025 21:51:36 +0000 (23:51 +0200)
committerAlexei Starovoitov <ast@kernel.org>
Fri, 19 Sep 2025 02:11:42 +0000 (19:11 -0700)
commit8cd189e414bb705312fbfff7f7b5605f6de2459a
tree18af4c9497c843f51430f7c3c31bd226c1fb5c42
parentea2e6467ac36bf3d785defc89e58269b15d182f7
bpf: Move the signature kfuncs to helpers.c

No functional changes, except for the addition of the headers for the
kfuncs so that they can be used for signature verification.

Signed-off-by: KP Singh <kpsingh@kernel.org>
Link: https://lore.kernel.org/r/20250914215141.15144-8-kpsingh@kernel.org
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
include/linux/bpf.h
kernel/bpf/helpers.c
kernel/trace/bpf_trace.c