index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
testing
/
selftests
/
bpf
/
test_progs.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-09-05
selftests/bpf: fix some typos in selftests
Lin Yikai
1
-1
/
+1
2024-08-23
selftests/bpf: make use of PROCMAP_QUERY ioctl if available
Andrii Nakryiko
1
-0
/
+3
2024-08-15
selftests/bpf: netns_new() and netns_free() helpers.
Kui-Feng Lee
1
-0
/
+88
2024-08-15
selftests/bpf: Add the traffic monitor option to test_progs.
Kui-Feng Lee
1
-24
/
+62
2024-07-30
selftests/bpf: Fix using stdout, stderr as struct field names
Tony Ambardar
1
-33
/
+33
2024-07-30
selftests/bpf: Fix compile if backtrace support missing in libc
Tony Ambardar
1
-1
/
+15
2024-07-30
selftests/bpf: Use pid_t consistently in test_progs.c
Tony Ambardar
1
-1
/
+1
2024-03-07
selftests/bpf: Utility functions to capture libbpf log in test_progs
Eduard Zingerman
1
-0
/
+59
2024-01-24
selftests/bpf: Move is_jit_enabled() into testing_helpers
Tiezhu Yang
1
-18
/
+0
2023-10-06
selftests/bpf: Don't truncate #test/subtest field
Andrii Nakryiko
1
-1
/
+1
2023-05-17
selftests/bpf: Do not unload bpf_testmod in load_bpf_testmod
Jiri Olsa
1
-3
/
+8
2023-05-17
selftests/bpf: Move test_progs helpers to testing_helpers object
Jiri Olsa
1
-65
/
+2
2023-05-02
selftests/bpf: Test_progs can read test lists from file
Stephen Veiss
1
-10
/
+27
2023-03-31
selftests/bpf: Replace extract_build_id with read_build_id
Jiri Olsa
1
-25
/
+0
2023-03-18
selftests/bpf: Add --json-summary option to test_progs
Manu Bretelle
1
-5
/
+78
2023-01-28
selftests/bpf: Query BPF_MAX_TRAMP_LINKS using BTF
Ilya Leoshkevich
1
-0
/
+38
2023-01-28
selftest/bpf: Make crashes more debuggable in test_progs
Stanislav Fomichev
1
-2
/
+2
2022-11-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+1
2022-11-10
selftests: Fix test group SKIPPED result
Domenico Cerasuolo
1
-16
/
+22
2022-11-09
selftests/bpf: Fix test_progs compilation failure in 32-bit arch
Yang Jihong
1
-1
/
+1
2022-09-09
selftests/bpf: Deduplicate write_sysctl() to test_progs.c
YiFei Zhu
1
-0
/
+17
2022-07-29
selftests/bpf: Bump internal send_signal/send_signal_tracepoint timeout
Daniel Müller
1
-5
/
+2
2022-05-21
selftests/bpf: Remove filtered subtests from output
Mykola Lysenko
1
-2
/
+6
2022-05-21
selftests/bpf: Fix subtest number formatting in test_progs
Mykola Lysenko
1
-3
/
+9
2022-04-29
selftests/bpf: Fix two memory leaks in prog_tests
Mykola Lysenko
1
-6
/
+11
2022-04-28
bpf/selftests: Add granular subtest output for prog_test
Mykola Lysenko
1
-168
/
+458
2022-04-19
selftests/bpf: Refactor prog_tests logging and test execution
Mykola Lysenko
1
-211
/
+117
2022-04-11
selftests/bpf: Improve by-name subtest selection logic in prog_tests
Mykola Lysenko
1
-83
/
+74
2022-04-04
selftests/bpf: Fix cd_flavor_subdir() of test_progs
Yuntao Wang
1
-2
/
+4
2021-12-15
selftests/bpf: Remove explicit setrlimit(RLIMIT_MEMLOCK) in main selftests
Andrii Nakryiko
1
-2
/
+0
2021-11-17
selftests/bpf: Mark variable as static
Yucong Sun
1
-2
/
+2
2021-11-17
selftests/bpf: Variable naming fix
Yucong Sun
1
-8
/
+8
2021-11-17
selftests/bpf: Move summary line after the error logs
Yucong Sun
1
-4
/
+4
2021-10-29
selftests/bpf: Fix fclose/pclose mismatch in test_progs
Andrea Righi
1
-2
/
+2
2021-10-09
selftests/bpf: Allow some tests to be executed in sequence
Yucong Sun
1
-6
/
+54
2021-10-09
selftests/bpf: Add parallelism to test_progs
Yucong Sun
1
-36
/
+575
2021-10-08
bpf/selftests: Add test for writable bare tracepoint
Hou Tao
1
-2
/
+2
2021-09-13
selftests/bpf: Add test for bpf_get_branch_snapshot
Song Liu
1
-0
/
+39
2021-08-17
selftests/bpf: Support glob matching for test selector.
Yucong Sun
1
-16
/
+62
2021-08-17
selftests/bpf: Also print test name in subtest status message
Yucong Sun
1
-2
/
+2
2021-08-17
selftests/bpf: Correctly display subtest skip status
Yucong Sun
1
-12
/
+13
2021-08-17
selftests/bpf: Skip loading bpf_testmod when using -l to list tests.
Yucong Sun
1
-2
/
+2
2021-05-26
selftests/bpf: Turn on libbpf 1.0 mode and fix all IS_ERR checks
Andrii Nakryiko
1
-0
/
+3
2021-01-26
selftests/bpf: Don't exit on failed bpf_testmod unload
Andrii Nakryiko
1
-1
/
+1
2021-01-13
selftests/bpf: Sync RCU before unloading bpf_testmod
Andrii Nakryiko
1
-0
/
+11
2020-12-11
selftests/bpf: Silence ima_setup.sh when not running in verbose mode.
KP Singh
1
-0
/
+10
2020-12-04
selftests/bpf: Add support for marking sub-tests as skipped
Andrii Nakryiko
1
-3
/
+3
2020-12-04
selftests/bpf: Add bpf_testmod kernel module for testing
Andrii Nakryiko
1
-0
/
+59
2020-08-25
selftests/bpf: Fix test_progs-flavor run getting number of tests
Jesper Dangaard Brouer
1
-1
/
+3
2020-07-09
selftests/bpf: test_progs avoid minus shell exit codes
Jesper Dangaard Brouer
1
-4
/
+5
[next]