commit | b285fcb760da7aa87d6d31e6c6a4907d82d9299c | [log] [tgz] |
---|---|---|
author | Alexei Starovoitov <ast@kernel.org> | Tue May 21 20:14:19 2019 -0700 |
committer | Daniel Borkmann <daniel@iogearbox.net> | Thu May 23 16:20:57 2019 +0200 |
tree | 5c982c12df51d373e440d4267a1c0aaa608301df | |
parent | 9efc7794496d531593751a3fb008030d5f9ba87c [diff] |
bpf: bump jmp sequence limit The limit of 1024 subsequent jumps was causing otherwise valid programs to be rejected. Bump it to 8192 and make the error more verbose. Signed-off-by: Alexei Starovoitov <ast@kernel.org> Acked-by: Andrii Nakryiko <andriin@fb.com> Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>