selftests/bpf: Fix test_align verifier log patterns
authorStanislav Fomichev <sdf@google.com>
Fri, 15 May 2020 19:49:03 +0000 (12:49 -0700)
committerDaniel Borkmann <daniel@iogearbox.net>
Fri, 15 May 2020 23:18:07 +0000 (01:18 +0200)
commit5366d2269139ba8eb6a906d73a0819947e3e4e0a
tree29c6a76f6499b8afd1986c725e6dd1c090be92ce
parent8d35d74f52ae07689e575ea21f7dc2e07dd1392f
selftests/bpf: Fix test_align verifier log patterns

Commit 294f2fc6da27 ("bpf: Verifer, adjust_scalar_min_max_vals to always
call update_reg_bounds()") changed the way verifier logs some of its state,
adjust the test_align accordingly. Where possible, I tried to not copy-paste
the entire log line and resorted to dropping the last closing brace instead.

Fixes: 294f2fc6da27 ("bpf: Verifer, adjust_scalar_min_max_vals to always call update_reg_bounds()")
Signed-off-by: Stanislav Fomichev <sdf@google.com>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Link: https://lore.kernel.org/bpf/20200515194904.229296-1-sdf@google.com
tools/testing/selftests/bpf/test_align.c