Merge branch 'Improve error handling of verifier tests'
authorAndrii Nakryiko <andrii@kernel.org>
Fri, 4 Dec 2020 19:53:17 +0000 (11:53 -0800)
committerAndrii Nakryiko <andrii@kernel.org>
Fri, 4 Dec 2020 19:53:17 +0000 (11:53 -0800)
commit5c667dca71095abec90420eb09503f35f66c9585
tree48b760d9508995956455c121c66b063312b833e4
parent2fa3515cc0d3cc8413465e55b85e55aeab090812
parent5f61b7c6975b03e6ace2cfb13d415d5f475c8830
Merge branch 'Improve error handling of verifier tests'

Florian Lehner says:

====================
These patches improve the error handling for verifier tests. With "Test
the 32bit narrow read" Krzesimir Nowak provided these patches first, but
they were never merged.
The improved error handling helps to implement and test BPF program types
that are not supported yet.

v3:
  - Add explicit fallthrough

v2:
  - Add unpriv check in error validation
====================

Signed-off-by: Andrii Nakryiko <andrii@kernel.org>