]> 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)
commit154bb444fe6ef1da80f3522654349a654199e98d
tree1d43b2f0f75840faf8ea22b57257d6e63cbc847a
parent7e913d2cf28fb170c06381782eb4f1aaf064f7b0
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