]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
bpf: fix up test cases with mixed signed/unsigned bounds
authorDaniel Borkmann <daniel@iogearbox.net>
Thu, 20 Jul 2017 22:00:23 +0000 (00:00 +0200)
committerDavid S. Miller <davem@davemloft.net>
Thu, 20 Jul 2017 22:20:27 +0000 (15:20 -0700)
commita1502132866fd2d2705eef4041dd6d7d849f48a2
tree8b374fdc3a4f54d303077524b486c35bef76b130
parentd655490417ee22da3267fe6592a0ec2023c3c0db
bpf: fix up test cases with mixed signed/unsigned bounds

Fix the few existing test cases that used mixed signed/unsigned
bounds and switch them only to one flavor. Reason why we need this
is that proper boundaries cannot be derived from mixed tests.

Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Acked-by: Alexei Starovoitov <ast@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
tools/testing/selftests/bpf/test_verifier.c