]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/commit
selftests/bpf: fix test_align liveliness expectations
authorStanislav Fomichev <sdf@google.com>
Wed, 3 Jul 2019 21:29:07 +0000 (14:29 -0700)
committerDaniel Borkmann <daniel@iogearbox.net>
Fri, 5 Jul 2019 22:16:56 +0000 (00:16 +0200)
commitd6dbce8fdd2b71a7aafc50b2dc5a67cc449428de
tree0eef32a56a5d2debba7f15d34eb6575563cff3c7
parent46dd3d7d287b4f1850a4fe02d74587b5375ec4ab
selftests/bpf: fix test_align liveliness expectations

Commit 2589726d12a1 ("bpf: introduce bounded loops") caused a change
in the way some registers liveliness is reported in the test_align.
Add missing "_w" to a couple of tests. Note, there are no offset
changes!

Fixes: 2589726d12a1 ("bpf: introduce bounded loops")
Signed-off-by: Stanislav Fomichev <sdf@google.com>
Acked-by: Yonghong Song <yhs@fb.com>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
tools/testing/selftests/bpf/test_align.c