]> git.baikalelectronics.ru Git - kernel.git/commit
selftests/bpf: Fix test_align verifier log patterns
authorStanislav Fomichev <sdf@google.com>
Wed, 3 Aug 2022 14:50:04 +0000 (17:50 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 11 Aug 2022 10:57:52 +0000 (12:57 +0200)
commit10cb373f7939131a2c738bda40ce60aaebedba7b
tree11bac83b96c7ac85c248d55b359254a00f6d484a
parent636c50187257c15ec4b56f1a72d5e7f0791272c3
selftests/bpf: Fix test_align verifier log patterns

commit 8b02d10fed4069e7fc4c94860151b1ebc77f6436 upstream.

Commit e122184e15c4 ("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: e122184e15c4 ("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: Ovidiu Panait <ovidiu.panait@windriver.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
tools/testing/selftests/bpf/test_align.c