commit | a0791f0df7d212c245761538b17a9ea93607b667 | [log] [tgz] |
---|---|---|
author | Alexei Starovoitov <ast@kernel.org> | Tue Sep 17 10:45:38 2019 -0700 |
committer | Daniel Borkmann <daniel@iogearbox.net> | Thu Sep 19 14:22:44 2019 +0200 |
tree | 593e1c4283a6689441a6ac90d76ada3fd571a303 | |
parent | 9eea984979513d6ee137e545e26c5877d46039dd [diff] |
bpf: fix BTF limits vmlinux BTF has more than 64k types. Its string section is also at the offset larger than 64k. Adjust both limits to make in-kernel BTF verifier successfully parse in-kernel BTF. Fixes: 69b693f0aefa ("bpf: btf: Introduce BPF Type Format (BTF)") Signed-off-by: Alexei Starovoitov <ast@kernel.org> Acked-by: Martin KaFai Lau <kafai@fb.com> Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>