commit | 8aa2d4b4b92cd534d53353b0c2fb079572b97fdf | [log] [tgz] |
---|---|---|
author | Alexei Starovoitov <ast@kernel.org> | Mon Apr 01 21:27:49 2019 -0700 |
committer | Daniel Borkmann <daniel@iogearbox.net> | Thu Apr 04 01:27:38 2019 +0200 |
tree | 27109b9d8f1bcea48513a56186c60ed1930f34f0 | |
parent | e5e7a8f2d858a91b79c4afc51a3f15edcbf9cb60 [diff] |
selftests/bpf: synthetic tests to push verifier limits Add a test to generate 1m ld_imm64 insns to stress the verifier. Bump the size of fill_ld_abs_vlan_push_pop test from 4k to 29k and jump_around_ld_abs from 4k to 5.5k. Larger sizes are not possible due to 16-bit offset encoding in jump instructions. Signed-off-by: Alexei Starovoitov <ast@kernel.org> Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>