]> git.ipfire.org Git - people/arne_f/kernel.git/commitdiff
selftests: bpf: fix backported ASSERT_FALSE
authorLorenz Bauer <lmb@cloudflare.com>
Mon, 25 Oct 2021 16:06:19 +0000 (17:06 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 27 Oct 2021 07:56:56 +0000 (09:56 +0200)
Commit 183d9ebd449c ("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: 183d9ebd449c ("selftests/bpf: Fix core_reloc test runner")
Signed-off-by: Lorenz Bauer <lmb@cloudflare.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
tools/testing/selftests/bpf/prog_tests/core_reloc.c

index 8b641c306f26330899fdd57d4d0554cbc06ccc16..5b52985cb60e692f2f5cac77934929feb49161af 100644 (file)
@@ -857,7 +857,7 @@ void test_core_reloc(void)
                        goto cleanup;
                }
 
-               if (!ASSERT_FALSE(test_case->fails, "obj_load_should_fail"))
+               if (!ASSERT_EQ(test_case->fails, false, "obj_load_should_fail"))
                        goto cleanup;
 
                equal = memcmp(data->out, test_case->output,