index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
testing
/
selftests
/
bpf
/
prog_tests
Age
Commit message (
Expand
)
Author
Files
Lines
2022-04-18
selftests/bpf: Refactor prog_tests logging and test execution
Mykola Lysenko
2
-2
/
+58
2022-04-11
selftests/bpf: Drop duplicate max/min definitions
Geliang Tang
4
-11
/
+4
2022-04-10
selftests/bpf: Use libbpf 1.0 API mode instead of RLIMIT_MEMLOCK
Yafang Shao
1
-1
/
+0
2022-04-10
selftests/bpf: Improve by-name subtest selection logic in prog_tests
Mykola Lysenko
1
-0
/
+107
2022-04-08
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
7
-21
/
+566
2022-04-07
selftests/bpf: Uprobe tests should verify param/return values
Alan Maguire
1
-7
/
+18
2022-04-06
selftests/bpf: Test for writes to map key from BPF helpers
Kumar Kartikeya Dwivedi
1
-0
/
+12
2022-04-06
selftests/bpf: Test passing rdonly mem to global func
Kumar Kartikeya Dwivedi
2
-5
/
+13
2022-04-06
selftests/bpf: Use bpf_num_possible_cpus() in per-cpu map allocations
Artem Savkov
1
-1
/
+1
2022-04-05
selftests/bpf: Add urandom_read shared lib and USDTs
Andrii Nakryiko
1
-0
/
+108
2022-04-05
selftests/bpf: Add basic USDT selftests
Andrii Nakryiko
1
-0
/
+313
2022-04-03
selftests/bpf: Add tests for uprobe auto-attach via skeleton
Alan Maguire
1
-0
/
+38
2022-04-03
selftests/bpf: Add tests for u[ret]probe attach by name
Alan Maguire
1
-15
/
+70
2022-03-30
bpf: selftests: Test fentry tracing a struct_ops program
Martin KaFai Lau
1
-0
/
+23
2022-03-28
selftests/bpf: Fix clang compilation errors
Yonghong Song
1
-3
/
+0
2022-03-20
selftests/bpf: Test skipping stacktrace
Namhyung Kim
1
-0
/
+63
2022-03-17
selftests/bpf: Test subskeleton functionality
Delyan Kratunov
1
-0
/
+78
2022-03-17
selftests/bpf: Add cookie test for bpf_program__attach_kprobe_multi_opts
Jiri Olsa
1
-0
/
+68
2022-03-17
selftests/bpf: Add attach test for bpf_program__attach_kprobe_multi_opts
Jiri Olsa
1
-11
/
+193
2022-03-17
selftests/bpf: Add kprobe_multi bpf_cookie test
Jiri Olsa
1
-0
/
+109
2022-03-17
selftests/bpf: Add kprobe_multi attach test
Jiri Olsa
1
-0
/
+141
2022-03-16
selftests/bpf: Test subprog jit when toggle bpf_jit_harden repeatedly
Hou Tao
1
-9
/
+68
2022-03-16
bpf: selftests: Remove libcap usage from test_progs
Martin KaFai Lau
1
-36
/
+8
2022-03-15
selftests/bpf: Clean up array_size.cocci warnings
Guo Zhengkui
5
-7
/
+7
2022-03-11
selftests/bpf: Fix a clang compilation error for send_signal.c
Yonghong Song
1
-1
/
+1
2022-03-11
selftests/bpf: Add a test for maximum packet size in xdp_do_redirect
Toke Høiland-Jørgensen
1
-0
/
+24
2022-03-10
selftests/bpf: Check that bpf_kernel_read_file() denies reading IMA policy
Roberto Sassu
1
-0
/
+17
2022-03-10
selftests/bpf: Add test for bpf_lsm_kernel_read_file()
Roberto Sassu
1
-0
/
+19
2022-03-10
selftests/bpf: Check if the digest is refreshed after a file write
Roberto Sassu
1
-3
/
+69
2022-03-10
selftests/bpf: Add test for bpf_ima_file_hash()
Roberto Sassu
1
-4
/
+39
2022-03-09
selftests/bpf: Add selftest for XDP_REDIRECT in BPF_PROG_RUN
Toke Høiland-Jørgensen
1
-0
/
+177
2022-03-09
selftests/bpf: Move open_netns() and close_netns() into network_helpers.c
Toke Høiland-Jørgensen
1
-89
/
+0
2022-03-08
Improve stability of find_vma BPF test
Mykola Lysenko
1
-9
/
+19
2022-03-08
Improve send_signal BPF test stability
Mykola Lysenko
1
-7
/
+10
2022-03-08
Improve perf related BPF tests (sample_freq issue)
Mykola Lysenko
4
-5
/
+5
2022-03-05
selftests/bpf: Add a test for btf_type_tag "percpu"
Hao Luo
1
-29
/
+135
2022-03-05
selftests/bpf: Add custom SEC() handling selftest
Andrii Nakryiko
1
-0
/
+176
2022-03-04
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
5
-199
/
+185
2022-03-03
bpf: Small BPF verifier log improvements
Mykola Lysenko
2
-111
/
+111
2022-03-03
bpf: selftests: test skb->tstamp in redirect_neigh
Martin KaFai Lau
1
-0
/
+434
2022-03-01
selftests/bpf: Update btf_dump case for conflicting names
Xu Kuohai
1
-13
/
+41
2022-02-28
bpf, selftests: Use raw_tp program for atomic test
Hou Tao
1
-69
/
+22
2022-02-20
selftests/bpf: Fix btfgen tests
Andrii Nakryiko
1
-6
/
+11
2022-02-17
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
4
-6
/
+88
2022-02-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+32
2022-02-17
selftests/bpf: Fix crash in core_reloc when bpftool btfgen fails
Yucong Sun
1
-2
/
+2
2022-02-16
selftests/bpf: Test "bpftool gen min_core_btf"
Mauricio Vásquez
1
-2
/
+48
2022-02-15
selftests/bpf: Fix GCC11 compiler warnings in -O2 mode
Andrii Nakryiko
3
-3
/
+3
2022-02-11
selftests/bpf: Add test for bpf_timer overwriting crash
Kumar Kartikeya Dwivedi
1
-0
/
+32
2022-02-10
selftest/bpf: Check invalid length in test_xdp_update_frags
Lorenzo Bianconi
1
-1
/
+37
[prev]
[next]