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-01-19
bpf, selftests: Add ringbuf memory type confusion test
Daniel Borkmann
1
-0
/
+14
2022-01-11
bpf/selftests: Add check for updating XDP bpf_link with wrong program type
Toke Høiland-Jørgensen
1
-0
/
+5
2022-01-11
bpf/selftests: convert xdp_link test to ASSERT_* macros
Toke Høiland-Jørgensen
1
-31
/
+25
2022-01-06
bpf/selftests: Test bpf_d_path on rdonly_mem.
Hao Luo
1
-1
/
+21
2022-01-05
bpf/selftests: Fix namespace mount setup in tc_redirect
Jiri Olsa
1
-0
/
+7
2021-12-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
21
-177
/
+565
2021-12-29
bpf/selftests: Update local storage selftest for sleepable programs
KP Singh
1
-14
/
+6
2021-12-18
bpf/selftests: Test PTR_TO_RDONLY_MEM
Hao Luo
1
-0
/
+14
2021-12-17
selftests/bpf: Add libbpf feature-probing API selftests
Andrii Nakryiko
1
-0
/
+124
2021-12-16
bpf: Right align verifier states in verifier logs.
Christy Lee
1
-77
/
+92
2021-12-16
bpf: Only print scratched registers and stack slots to verifier logs.
Christy Lee
1
-15
/
+15
2021-12-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-2
/
+14
2021-12-16
bpf, selftests: Fix racing issue in btf_skc_cls_ingress test
Martin KaFai Lau
1
-2
/
+14
2021-12-14
selftests/bpf: Stop using bpf_object__find_program_by_title API.
Kui-Feng Lee
10
-67
/
+104
2021-12-14
selftests/bpf: Remove explicit setrlimit(RLIMIT_MEMLOCK) in main selftests
Andrii Nakryiko
4
-4
/
+0
2021-12-13
selftests/bpf: Fix segfault in bpf_tcp_ca
Jean-Philippe Brucker
1
-4
/
+3
2021-12-13
selftests/bpf: Add tests for get_func_[arg|ret|arg_cnt] helpers
Jiri Olsa
1
-0
/
+44
2021-12-11
selftests/bpf: Add test cases for bpf_strncmp()
Hou Tao
1
-0
/
+167
2021-12-10
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
35
-247
/
+957
2021-12-10
selftests/bpf: Add test for libbpf's custom log_buf behavior
Andrii Nakryiko
1
-0
/
+276
2021-12-10
selftests/bpf: Replace all uses of bpf_load_btf() with bpf_btf_load()
Andrii Nakryiko
1
-20
/
+30
2021-12-10
libbpf: Improve logging around BPF program loading
Andrii Nakryiko
1
-2
/
+4
2021-12-08
selftests/bpf: Fix a compilation warning
Yonghong Song
1
-1
/
+1
2021-12-03
bpf: Fix the test_task_vma selftest to support output shorter than 1 kB
Maxim Mikityanskiy
1
-2
/
+3
2021-12-02
selftests/bpf: Remove all the uses of deprecated bpf_prog_load_xattr()
Andrii Nakryiko
7
-90
/
+88
2021-12-02
selftests/bpf: Remove recently reintroduced legacy btf__dedup() use
Andrii Nakryiko
1
-2
/
+2
2021-12-02
selftests/bpf: Update test names for xchg and cmpxchg
Paul E. McKenney
1
-2
/
+2
2021-12-02
selftests/bpf: Additional test for CO-RE in the kernel.
Alexei Starovoitov
1
-0
/
+14
2021-12-02
selftests/bpf: Convert map_ptr_kern test to use light skeleton.
Alexei Starovoitov
1
-9
/
+7
2021-12-02
selftests/bpf: Add lskel version of kfunc test.
Alexei Starovoitov
1
-0
/
+24
2021-11-30
selftests/bpf: Measure bpf_loop verifier performance
Joanne Koong
1
-0
/
+12
2021-11-30
selftests/bpf: Add bpf_loop test
Joanne Koong
1
-0
/
+145
2021-11-28
selftests/bpf: Test BPF_MAP_TYPE_PROG_ARRAY static initialization
Hengqi Chen
1
-0
/
+32
2021-11-26
selftests/bpf: Fix misaligned accesses in xdp and xdp_bpf2bpf tests
Andrii Nakryiko
2
-8
/
+9
2021-11-26
selftests/bpf: Fix misaligned memory accesses in xdp_bonding test
Andrii Nakryiko
1
-16
/
+20
2021-11-26
selftests/bpf: Prevent out-of-bounds stack access in test_bpffs
Andrii Nakryiko
1
-1
/
+3
2021-11-26
selftests/bpf: Fix misaligned memory access in queue_stack_map test
Andrii Nakryiko
1
-5
/
+7
2021-11-26
selftests/bpf: Prevent misaligned memory access in get_stack_raw_tp test
Andrii Nakryiko
1
-4
/
+10
2021-11-26
selftests/bpf: Fix possible NULL passed to memcpy() with zero size
Andrii Nakryiko
1
-1
/
+2
2021-11-26
selftests/bpf: Fix UBSan complaint about signed __int128 overflow
Andrii Nakryiko
1
-1
/
+1
2021-11-25
selftests/bpf: Migrate selftests to bpf_map_create()
Andrii Nakryiko
11
-85
/
+63
2021-11-25
selftests/bpf: Mix legacy (maps) and modern (vars) BPF in one test
Andrii Nakryiko
1
-0
/
+65
2021-11-22
selftests/bpf: Fix trivial typo
Drew Fustini
1
-1
/
+1
2021-11-19
selftests/bpf: Add btf_dedup case with duplicated structs within CU
Jiri Olsa
1
-0
/
+113
2021-11-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+33
2021-11-16
selftests/bpf: Add a dedup selftest with equivalent structure types
Yonghong Song
1
-0
/
+26
2021-11-15
selftests/bpf: Add tests for restricted helpers
Dmitrii Banshchikov
1
-0
/
+33
2021-11-15
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
52
-235
/
+577
2021-11-11
selftests/bpf: Add a C test for btf_type_tag
Yonghong Song
1
-0
/
+24
2021-11-11
selftests/bpf: Rename progs/tag.c to progs/btf_decl_tag.c
Yonghong Song
1
-7
/
+13
[next]