| commit | 55108621a35e42f773de5d4b20cf7a14d6d53503 | [log] [tgz] |
|---|---|---|
| author | Eduard Zingerman <eddyz87@gmail.com> | Sat Mar 25 04:54:46 2023 +0200 |
| committer | Alexei Starovoitov <ast@kernel.org> | Sat Mar 25 17:02:02 2023 -0700 |
| tree | 4fef08a44c347e3788962af894c235e41f45046d | |
| parent | 19a8e06f5f9155caf1a5577a0f7969eee13d0cbb [diff] |
selftests/bpf: prog_tests entry point for migrated test_verifier tests prog_tests/verifier.c would be used as a host for verifier/*.c tests migrated to use inline assembly and run from test_progs. The run_test_aux() function mimics the test_verifier behavior dropping CAP_SYS_ADMIN upon entry. Signed-off-by: Eduard Zingerman <eddyz87@gmail.com> Link: https://lore.kernel.org/r/20230325025524.144043-6-eddyz87@gmail.com Signed-off-by: Alexei Starovoitov <ast@kernel.org>