On Wed, Jun 07, 2017 at 04:00:02PM +0100, Edward Cree wrote: > Some of the verifier's error messages have changed, and some constructs > that previously couldn't be verified are now accepted. > > Signed-off-by: Edward Cree <ec...@solarflare.com> > --- > tools/testing/selftests/bpf/test_verifier.c | 226 > ++++++++++++++-------------- > 1 file changed, 116 insertions(+), 110 deletions(-)
imo this rewrite needs more than one additional test. Like i counted at least 2 new verifier features (like negative and ptr & 0x40) All the new logic needs to be covered by tests.