bpf: Selftests, verifier case for non null pointer map value branch
authorJohn Fastabend <john.fastabend@gmail.com>
Thu, 21 May 2020 20:08:06 +0000 (13:08 -0700)
committerAlexei Starovoitov <ast@kernel.org>
Fri, 22 May 2020 00:44:25 +0000 (17:44 -0700)
commitf9b16ec0eeb75337aef38954a4066e6eecd7cfe5
tree3358afdf6dfb99ab7c596fd19c9f0452633bbdfc
parentc72b5cbb09bd76634b8d19695db2219964e24128
bpf: Selftests, verifier case for non null pointer map value branch

When we have pointer type that is known to be non-null we only follow
the non-null branch. This adds tests to cover the map_value pointer
returned from a map lookup. To force an error if both branches are
followed we do an ALU op on R10.

Signed-off-by: John Fastabend <john.fastabend@gmail.com>
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Acked-by: Andrii Nakryiko <andriin@fb.com>
Link: https://lore.kernel.org/bpf/159009168650.6313.7434084136067263554.stgit@john-Precision-5820-Tower
tools/testing/selftests/bpf/verifier/value_or_null.c