]> git.baikalelectronics.ru Git - kernel.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)
commit31c2bdabd2bfc5fe4fe0a65c3a944b7503be1227
tree8b374fdc3a4f54d303077524b486c35bef76b130
parent32cc7d0be20521dc6d227014080941f956a157de
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