summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/bpf/test_progs.c
Commit message (Expand)AuthorAgeFilesLines
* selftests/bpf: Remove filtered subtests from outputMykola Lysenko2022-05-201-2/+6
* selftests/bpf: Fix subtest number formatting in test_progsMykola Lysenko2022-05-201-3/+9
* selftests/bpf: Fix two memory leaks in prog_testsMykola Lysenko2022-04-281-6/+11
* bpf/selftests: Add granular subtest output for prog_testMykola Lysenko2022-04-271-168/+458
* selftests/bpf: Refactor prog_tests logging and test executionMykola Lysenko2022-04-181-211/+117
* selftests/bpf: Improve by-name subtest selection logic in prog_testsMykola Lysenko2022-04-101-83/+74
* selftests/bpf: Fix cd_flavor_subdir() of test_progsYuntao Wang2022-04-031-2/+4
* selftests/bpf: Remove explicit setrlimit(RLIMIT_MEMLOCK) in main selftestsAndrii Nakryiko2021-12-141-2/+0
* selftests/bpf: Mark variable as staticYucong Sun2021-11-161-2/+2
* selftests/bpf: Variable naming fixYucong Sun2021-11-161-8/+8
* selftests/bpf: Move summary line after the error logsYucong Sun2021-11-161-4/+4
* selftests/bpf: Fix fclose/pclose mismatch in test_progsAndrea Righi2021-10-291-2/+2
* selftests/bpf: Allow some tests to be executed in sequenceYucong Sun2021-10-081-6/+54
* selftests/bpf: Add parallelism to test_progsYucong Sun2021-10-081-36/+575
* bpf/selftests: Add test for writable bare tracepointHou Tao2021-10-081-2/+2
* selftests/bpf: Add test for bpf_get_branch_snapshotSong Liu2021-09-131-0/+39
* selftests/bpf: Support glob matching for test selector.Yucong Sun2021-08-171-16/+62
* selftests/bpf: Also print test name in subtest status messageYucong Sun2021-08-171-2/+2
* selftests/bpf: Correctly display subtest skip statusYucong Sun2021-08-171-12/+13
* selftests/bpf: Skip loading bpf_testmod when using -l to list tests.Yucong Sun2021-08-171-2/+2
* selftests/bpf: Turn on libbpf 1.0 mode and fix all IS_ERR checksAndrii Nakryiko2021-05-251-0/+3
* selftests/bpf: Don't exit on failed bpf_testmod unloadAndrii Nakryiko2021-01-261-1/+1
* selftests/bpf: Sync RCU before unloading bpf_testmodAndrii Nakryiko2021-01-121-0/+11
* selftests/bpf: Silence ima_setup.sh when not running in verbose mode.KP Singh2020-12-101-0/+10
* selftests/bpf: Add support for marking sub-tests as skippedAndrii Nakryiko2020-12-031-3/+3
* selftests/bpf: Add bpf_testmod kernel module for testingAndrii Nakryiko2020-12-031-0/+59
* selftests/bpf: Fix test_progs-flavor run getting number of testsJesper Dangaard Brouer2020-08-241-1/+3
* selftests/bpf: test_progs avoid minus shell exit codesJesper Dangaard Brouer2020-07-091-4/+5
* selftests/bpf: test_progs use another shell exit on non-actionsJesper Dangaard Brouer2020-07-091-1/+3
* bpf: selftests: Restore netns after each testMartin KaFai Lau2020-07-021-2/+21
* selftests/bpf: Test_progs option for listing test namesJesper Dangaard Brouer2020-07-011-0/+15
* selftests/bpf: Test_progs option for getting number of testsJesper Dangaard Brouer2020-07-011-0/+18
* selftests/bpf: Test_progs indicate to shell on non-actionsJesper Dangaard Brouer2020-07-011-0/+3
* selftests/bpf: Extract parse_num_list into generic testing_helpers.cAndrii Nakryiko2020-05-131-63/+4
* selftests/bpf: Move existing common networking parts into network_helpersStanislav Fomichev2020-05-091-30/+0
* selftests/bpf: Fix memory leak in extract_build_id()Andrii Nakryiko2020-04-281-0/+1
* selftests/bpf: Fix memory leak in test selectorAndrii Nakryiko2020-04-281-4/+16
* selftests/bpf: Reset process and thread affinity after each test/sub-testAndrii Nakryiko2020-03-171-1/+41
* selftests/bpf: Fix test_progs's parsing of test numbersAndrii Nakryiko2020-03-171-6/+7
* selftests/bpf: Fix nanosleep for real this timeAndrii Nakryiko2020-03-171-10/+6
* selftests/bpf: Ensure consistent test failure outputAndrii Nakryiko2020-03-131-5/+5
* selftests/bpf: Fix usleep() implementationAndrii Nakryiko2020-03-131-1/+10
* selftests/bpf: Guarantee that useep() calls nanosleep() syscallAndrii Nakryiko2020-03-131-0/+9
* selftests/bpf: Print backtrace on SIGSEGV in test_progsAndrii Nakryiko2020-02-251-0/+25
* selftests/bpf: Add whitelist/blacklist of test names to test_progsAndrii Nakryiko2020-01-151-10/+73
* selftests/bpf: Integrate verbose verifier log into test_progsAndrii Nakryiko2019-11-241-6/+12
* selftests/bpf: Make a copy of subtest nameAndrii Nakryiko2019-10-211-5/+12
* selftests/bpf: Teach test_progs to cd into subdirAndrii Nakryiko2019-10-171-1/+32
* selftests/bpf: test_progs: add test__join_cgroup helperStanislav Fomichev2019-09-061-0/+38
* selftests/bpf: test_progs: fix verbose mode garbageStanislav Fomichev2019-09-031-0/+1