selftests/bpf: verifier/spin_lock converted to inline assembly
authorEduard Zingerman <eddyz87@gmail.com>
Fri, 21 Apr 2023 17:42:30 +0000 (20:42 +0300)
committerAlexei Starovoitov <ast@kernel.org>
Fri, 21 Apr 2023 19:25:31 +0000 (12:25 -0700)
commitf323a81806bd79adafa6e88607b388166e92a1b0
tree60c9ffc5ff9e7b47939cfe27cf6a25ff3b58852f
parent426fc0e3fce272c92e804b2d844a41641f9b888e
selftests/bpf: verifier/spin_lock converted to inline assembly

Test verifier/spin_lock automatically converted to use inline assembly.

Signed-off-by: Eduard Zingerman <eddyz87@gmail.com>
Link: https://lore.kernel.org/r/20230421174234.2391278-21-eddyz87@gmail.com
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
tools/testing/selftests/bpf/prog_tests/verifier.c
tools/testing/selftests/bpf/progs/verifier_spin_lock.c [new file with mode: 0644]
tools/testing/selftests/bpf/verifier/spin_lock.c [deleted file]