diff options
author | Yonghong Song <yhs@fb.com> | 2021-02-26 12:49:24 -0800 |
---|---|---|
committer | Alexei Starovoitov <ast@kernel.org> | 2021-02-26 13:23:52 -0800 |
commit | 282a0f46d6cda7cf843cd77c9b53b4d1d9e31302 (patch) | |
tree | 3c7f7f1ac22b03ed5bc01fda150434cbcc1c3d00 /kernel/bpf/helpers.c | |
parent | 1435137573f9c75455903e8cd01f84d6e092ea16 (diff) | |
download | linux-282a0f46d6cda7cf843cd77c9b53b4d1d9e31302.tar.gz linux-282a0f46d6cda7cf843cd77c9b53b4d1d9e31302.tar.bz2 linux-282a0f46d6cda7cf843cd77c9b53b4d1d9e31302.zip |
bpf: Change return value of verifier function add_subprog()
Currently, verifier function add_subprog() returns 0 for success
and negative value for failure. Change the return value
to be the subprog number for success. This functionality will be
used in the next patch to save a call to find_subprog().
Signed-off-by: Yonghong Song <yhs@fb.com>
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Acked-by: Andrii Nakryiko <andrii@kernel.org>
Link: https://lore.kernel.org/bpf/20210226204924.3884848-1-yhs@fb.com
Diffstat (limited to 'kernel/bpf/helpers.c')
0 files changed, 0 insertions, 0 deletions