selftests/bpf: Fix test_align verifier log patterns
commita150e6583c9aed164e11deeaf0121b3c8d748a5b
authorStanislav Fomichev <sdf@google.com>
Fri, 15 May 2020 19:49:03 +0000 (15 12:49 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 22 Jun 2020 07:32:45 +0000 (22 09:32 +0200)
treee689148d8cad61b50f7cfbe7ec1440262cf765e7
parent00e3e4d8d0e9bfdf6a8b353d22c70062862348b3
selftests/bpf: Fix test_align verifier log patterns

[ Upstream commit 5366d2269139ba8eb6a906d73a0819947e3e4e0a ]

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
Signed-off-by: Sasha Levin <sashal@kernel.org>
tools/testing/selftests/bpf/test_align.c