On 5/15/20 9:49 PM, Stanislav Fomichev wrote:
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()")
Cc: John Fastabend <john.fastab...@gmail.com>
Signed-off-by: Stanislav Fomichev <s...@google.com>
Both applied, thanks!