commit | 9eea984979513d6ee137e545e26c5877d46039dd | [log] [tgz] |
---|---|---|
author | Alexei Starovoitov <ast@kernel.org> | Tue Sep 17 10:45:37 2019 -0700 |
committer | Daniel Borkmann <daniel@iogearbox.net> | Thu Sep 19 14:22:44 2019 +0200 |
tree | 44705f0e9fad8a7b3206d3b582e06875ce86f565 | |
parent | e0973a421c6e9d268db2157bcb8756e7ab4b4313 [diff] |
bpf: fix BTF verification of enums vmlinux BTF has enums that are 8 byte and 1 byte in size. 2 byte enum is a valid construct as well. Fix BTF enum verification to accept those sizes. 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>