summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/bpf/test_progs.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-07selftests/bpf: Utility functions to capture libbpf log in test_progsEduard Zingerman1-0/+59
2024-01-24selftests/bpf: Move is_jit_enabled() into testing_helpersTiezhu Yang1-18/+0
2023-10-06selftests/bpf: Don't truncate #test/subtest fieldAndrii Nakryiko1-1/+1
2023-05-17selftests/bpf: Do not unload bpf_testmod in load_bpf_testmodJiri Olsa1-3/+8
2023-05-17selftests/bpf: Move test_progs helpers to testing_helpers objectJiri Olsa1-65/+2
2023-05-02selftests/bpf: Test_progs can read test lists from fileStephen Veiss1-10/+27
2023-03-31selftests/bpf: Replace extract_build_id with read_build_idJiri Olsa1-25/+0
2023-03-18selftests/bpf: Add --json-summary option to test_progsManu Bretelle1-5/+78
2023-01-28selftests/bpf: Query BPF_MAX_TRAMP_LINKS using BTFIlya Leoshkevich1-0/+38
2023-01-28selftest/bpf: Make crashes more debuggable in test_progsStanislav Fomichev1-2/+2
2022-11-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2022-11-10selftests: Fix test group SKIPPED resultDomenico Cerasuolo1-16/+22
2022-11-09selftests/bpf: Fix test_progs compilation failure in 32-bit archYang Jihong1-1/+1
2022-09-09selftests/bpf: Deduplicate write_sysctl() to test_progs.cYiFei Zhu1-0/+17
2022-07-29selftests/bpf: Bump internal send_signal/send_signal_tracepoint timeoutDaniel Müller1-5/+2
2022-05-21selftests/bpf: Remove filtered subtests from outputMykola Lysenko1-2/+6
2022-05-21selftests/bpf: Fix subtest number formatting in test_progsMykola Lysenko1-3/+9
2022-04-29selftests/bpf: Fix two memory leaks in prog_testsMykola Lysenko1-6/+11
2022-04-28bpf/selftests: Add granular subtest output for prog_testMykola Lysenko1-168/+458
2022-04-19selftests/bpf: Refactor prog_tests logging and test executionMykola Lysenko1-211/+117
2022-04-11selftests/bpf: Improve by-name subtest selection logic in prog_testsMykola Lysenko1-83/+74
2022-04-04selftests/bpf: Fix cd_flavor_subdir() of test_progsYuntao Wang1-2/+4
2021-12-15selftests/bpf: Remove explicit setrlimit(RLIMIT_MEMLOCK) in main selftestsAndrii Nakryiko1-2/+0
2021-11-17selftests/bpf: Mark variable as staticYucong Sun1-2/+2
2021-11-17selftests/bpf: Variable naming fixYucong Sun1-8/+8
2021-11-17selftests/bpf: Move summary line after the error logsYucong Sun1-4/+4
2021-10-29selftests/bpf: Fix fclose/pclose mismatch in test_progsAndrea Righi1-2/+2
2021-10-09selftests/bpf: Allow some tests to be executed in sequenceYucong Sun1-6/+54
2021-10-09selftests/bpf: Add parallelism to test_progsYucong Sun1-36/+575
2021-10-08bpf/selftests: Add test for writable bare tracepointHou Tao1-2/+2
2021-09-13selftests/bpf: Add test for bpf_get_branch_snapshotSong Liu1-0/+39
2021-08-17selftests/bpf: Support glob matching for test selector.Yucong Sun1-16/+62
2021-08-17selftests/bpf: Also print test name in subtest status messageYucong Sun1-2/+2
2021-08-17selftests/bpf: Correctly display subtest skip statusYucong Sun1-12/+13
2021-08-17selftests/bpf: Skip loading bpf_testmod when using -l to list tests.Yucong Sun1-2/+2
2021-05-26selftests/bpf: Turn on libbpf 1.0 mode and fix all IS_ERR checksAndrii Nakryiko1-0/+3
2021-01-26selftests/bpf: Don't exit on failed bpf_testmod unloadAndrii Nakryiko1-1/+1
2021-01-13selftests/bpf: Sync RCU before unloading bpf_testmodAndrii Nakryiko1-0/+11
2020-12-11selftests/bpf: Silence ima_setup.sh when not running in verbose mode.KP Singh1-0/+10
2020-12-04selftests/bpf: Add support for marking sub-tests as skippedAndrii Nakryiko1-3/+3
2020-12-04selftests/bpf: Add bpf_testmod kernel module for testingAndrii Nakryiko1-0/+59
2020-08-25selftests/bpf: Fix test_progs-flavor run getting number of testsJesper Dangaard Brouer1-1/+3
2020-07-09selftests/bpf: test_progs avoid minus shell exit codesJesper Dangaard Brouer1-4/+5
2020-07-09selftests/bpf: test_progs use another shell exit on non-actionsJesper Dangaard Brouer1-1/+3
2020-07-02bpf: selftests: Restore netns after each testMartin KaFai Lau1-2/+21
2020-07-02selftests/bpf: Test_progs option for listing test namesJesper Dangaard Brouer1-0/+15
2020-07-02selftests/bpf: Test_progs option for getting number of testsJesper Dangaard Brouer1-0/+18
2020-07-02selftests/bpf: Test_progs indicate to shell on non-actionsJesper Dangaard Brouer1-0/+3
2020-05-13selftests/bpf: Extract parse_num_list into generic testing_helpers.cAndrii Nakryiko1-63/+4
2020-05-09selftests/bpf: Move existing common networking parts into network_helpersStanislav Fomichev1-30/+0