selftests/bpf: Don't mask result of bpf_csum_diff() in test_verifier
authorPuranjay Mohan <puranjay@kernel.org>
Sat, 26 Oct 2024 12:53:38 +0000 (12:53 +0000)
committerDaniel Borkmann <daniel@iogearbox.net>
Wed, 30 Oct 2024 14:29:59 +0000 (15:29 +0100)
commitb87f584024e1df289027cb7671de6af0d97b5de9
treeb5216430f03249f5774c366d25fa0a7f592b8012
parent6a4794d5a3e2bf10233ce8a5e53f168e23715e8a
selftests/bpf: Don't mask result of bpf_csum_diff() in test_verifier

The bpf_csum_diff() helper has been fixed to return a 16-bit value for
all archs, so now we don't need to mask the result.

This commit is basically reverting the below:

commit 6185266c5a85 ("selftests/bpf: Mask bpf_csum_diff() return value
to 16 bits in test_verifier")

Signed-off-by: Puranjay Mohan <puranjay@kernel.org>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Reviewed-by: Toke Høiland-Jørgensen <toke@redhat.com>
Acked-by: Daniel Borkmann <daniel@iogearbox.net>
Link: https://lore.kernel.org/bpf/20241026125339.26459-4-puranjay@kernel.org
tools/testing/selftests/bpf/progs/verifier_array_access.c