]> git.ipfire.org Git - thirdparty/linux.git/commit
bpf/btf: bump BTF_KFUNC_SET_MAX_CNT
authorBenjamin Tissoires <benjamin.tissoires@redhat.com>
Tue, 6 Sep 2022 15:13:01 +0000 (17:13 +0200)
committerAlexei Starovoitov <ast@kernel.org>
Wed, 7 Sep 2022 18:05:03 +0000 (11:05 -0700)
commitf9b348185f4d684cc19e6bd9b87904823d5aa5ed
tree0937a485e30907dc45ed8d4c22b4df88143dc109
parentfb66223a244f252273995557b23e0fa53092e92c
bpf/btf: bump BTF_KFUNC_SET_MAX_CNT

net/bpf/test_run.c is already presenting 20 kfuncs.
net/netfilter/nf_conntrack_bpf.c is also presenting an extra 10 kfuncs.

Given that all the kfuncs are regrouped into one unique set, having
only 2 space left prevent us to add more selftests.

Bump it to 256.

Signed-off-by: Benjamin Tissoires <benjamin.tissoires@redhat.com>
Link: https://lore.kernel.org/r/20220906151303.2780789-6-benjamin.tissoires@redhat.com
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
kernel/bpf/btf.c