diff options
| author | Puranjay Mohan <[email protected]> | 2023-11-10 17:51:50 +0000 |
|---|---|---|
| committer | Alexei Starovoitov <[email protected]> | 2023-11-15 20:46:27 +0000 |
| commit | 5fa201f37c2ef58a0f821e656d794af89b3a1738 (patch) | |
| tree | 5e9c2c4777548cfeb8e111d7f71b6729b0be4284 /tools/testing/selftests/bpf/prog_tests/bpf_verif_scale.c | |
| parent | Merge branch 'bpf-register-bounds-range-vs-range-support' (diff) | |
| download | kernel-5fa201f37c2ef58a0f821e656d794af89b3a1738.tar.gz kernel-5fa201f37c2ef58a0f821e656d794af89b3a1738.zip | |
bpf: Remove test for MOVSX32 with offset=32
MOVSX32 only supports sign extending 8-bit and 16-bit operands into 32
bit operands. The "ALU_MOVSX | BPF_W" test tries to sign extend a 32 bit
operand into a 32 bit operand which is equivalent to a normal BPF_MOV.
Remove this test as it tries to run an invalid instruction.
Fixes: daabb2b098e0 ("bpf/tests: add tests for cpuv4 instructions")
Signed-off-by: Puranjay Mohan <[email protected]>
Reported-by: kernel test robot <[email protected]>
Closes: https://lore.kernel.org/oe-lkp/[email protected]
Acked-by: Stanislav Fomichev <[email protected]>
Acked-by: Yonghong Song <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Alexei Starovoitov <[email protected]>
Diffstat (limited to 'tools/testing/selftests/bpf/prog_tests/bpf_verif_scale.c')
0 files changed, 0 insertions, 0 deletions
