selftests/bpf: Fix progs/find_vma_fail1.c build error.
authorAlexei Starovoitov <ast@kernel.org>
Fri, 10 Mar 2023 20:41:18 +0000 (12:41 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 20 Apr 2023 10:35:10 +0000 (12:35 +0200)
commit3565e0b6bca5f79cf373839dcca94896a74f58ec
treeac2fbb2ab2717d182d520681048c62cfbbc36aa4
parentac5866fcb6f5236527f98978217a03abf7742fb1
selftests/bpf: Fix progs/find_vma_fail1.c build error.

[ Upstream commit 32513d40d908b267508d37994753d9bd1600914b ]

The commit 11e456cae91e ("selftests/bpf: Fix compilation errors: Assign a value to a constant")
fixed the issue cleanly in bpf-next.
This is an alternative fix in bpf tree to avoid merge conflict between bpf and bpf-next.

Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
tools/testing/selftests/bpf/progs/find_vma_fail1.c