History log of /linux-master/tools/testing/selftests/bpf/progs/verifier_reg_equal.c
Revision Date Author Comments
# 49859de9 17-Apr-2023 Yonghong Song <yhs@fb.com>

selftests/bpf: Add a selftest for checking subreg equality

Add a selftest to ensure subreg equality if source register
upper 32bit is 0. Without previous patch, the test will
fail verification.

Acked-by: Eduard Zingerman <eddyz87@gmail.com>
Signed-off-by: Yonghong Song <yhs@fb.com>
Link: https://lore.kernel.org/r/20230417222139.360607-1-yhs@fb.com
Signed-off-by: Alexei Starovoitov <ast@kernel.org>