Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
selftests: bpf: fix backported ASSERT_FALSE
BugLink: https://bugs.launchpad.net/bugs/1949019 Commit 183d9eb ("selftests/bpf: Fix core_reloc test runner") causes builds of selftests/bpf to fail on 5.10.y since the branch doesn't have the ASSERT_FALSE macro yet. Replace ASSERT_FALSE with ASSERT_EQ. Fixes: 183d9eb ("selftests/bpf: Fix core_reloc test runner") Signed-off-by: Lorenz Bauer <lmb@cloudflare.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Signed-off-by: Chia-Lin Kao (AceLan) <acelan.kao@canonical.com>
- Loading branch information