]> git.baikalelectronics.ru Git - kernel.git/commit
bpf: expose bpf_strtol and bpf_strtoul to all program types
authorStanislav Fomichev <sdf@google.com>
Tue, 23 Aug 2022 22:25:53 +0000 (15:25 -0700)
committerAlexei Starovoitov <ast@kernel.org>
Tue, 23 Aug 2022 23:08:21 +0000 (16:08 -0700)
commitfecdb89438712efc51c5690a49241a9705cb809e
tree1d43b2f0f75840faf8ea22b57257d6e63cbc847a
parent36a93b9888eac90ea901acc02ca19439a35e13a2
bpf: expose bpf_strtol and bpf_strtoul to all program types

bpf_strncmp is already exposed everywhere. The motivation is to keep
those helpers in kernel/bpf/helpers.c. Otherwise it's tempting to move
them under kernel/bpf/cgroup.c because they are currently only used
by sysctl prog types.

Suggested-by: Martin KaFai Lau <kafai@fb.com>
Acked-by: Martin KaFai Lau <kafai@fb.com>
Signed-off-by: Stanislav Fomichev <sdf@google.com>
Link: https://lore.kernel.org/r/20220823222555.523590-4-sdf@google.com
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
kernel/bpf/cgroup.c
kernel/bpf/helpers.c