index
:
sinitax/cachepc-linux
master
Fork of AMDESE/linux with modifications for CachePC side-channel attack
Louis Burda
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
testing
/
selftests
/
bpf
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
selftests/bpf: Prevent misaligned memory access in get_stack_raw_tp test
Andrii Nakryiko
2021-11-26
1
-4
/
+10
|
*
|
selftests/bpf: Fix possible NULL passed to memcpy() with zero size
Andrii Nakryiko
2021-11-26
1
-1
/
+2
|
*
|
selftests/bpf: Fix UBSan complaint about signed __int128 overflow
Andrii Nakryiko
2021-11-26
1
-1
/
+1
|
*
|
selftests/bpf: Migrate selftests to bpf_map_create()
Andrii Nakryiko
2021-11-25
21
-256
/
+201
|
*
|
selftests/bpf: Mix legacy (maps) and modern (vars) BPF in one test
Andrii Nakryiko
2021-11-25
2
-0
/
+138
|
*
|
selftests/bpf: Fix trivial typo
Drew Fustini
2021-11-22
1
-1
/
+1
|
*
|
libbpf: Change bpf_program__set_extra_flags to bpf_program__set_flags
Florent Revest
2021-11-19
1
-1
/
+3
|
*
|
selftests/bpf: Add btf_dedup case with duplicated structs within CU
Jiri Olsa
2021-11-19
1
-0
/
+113
|
*
|
selfetests/bpf: Adapt vmtest.sh to s390 libbpf CI changes
Ilya Leoshkevich
2021-11-18
1
-15
/
+31
|
*
|
selftests/bpf: Fix xdpxceiver failures for no hugepages
Tirthendu Sarkar
2021-11-17
1
-1
/
+5
|
*
|
selftests/bpf: Mark variable as static
Yucong Sun
2021-11-16
1
-2
/
+2
|
*
|
selftests/bpf: Variable naming fix
Yucong Sun
2021-11-16
1
-8
/
+8
|
*
|
selftests/bpf: Move summary line after the error logs
Yucong Sun
2021-11-16
1
-4
/
+4
|
*
|
selftests/bpf: Add uprobe triggering overhead benchmarks
Andrii Nakryiko
2021-11-16
4
-1
/
+166
|
*
|
selftests/bpf: Configure dir paths via env in test_bpftool_synctypes.py
Quentin Monnet
2021-11-16
1
-9
/
+17
|
*
|
bpftool: Update doc (use susbtitutions) and test_bpftool_synctypes.py
Quentin Monnet
2021-11-16
1
-7
/
+63
|
*
|
selftests/bpf: Add a dedup selftest with equivalent structure types
Yonghong Song
2021-11-16
1
-0
/
+26
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-12-09
1
-32
/
+600
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
bpf: Add selftests to cover packet access corner cases
Maxim Mikityanskiy
2021-12-08
1
-16
/
+584
|
*
|
bpf: Fix the off-by-two error in range markings
Maxim Mikityanskiy
2021-12-03
1
-16
/
+16
*
|
|
af_unix: Remove UNIX_ABSTRACT() macro and test sun_path[0] instead.
Kuniyuki Iwashima
2021-11-26
3
-4
/
+2
*
|
|
dccp/tcp: Remove an unused argument in inet_csk_listen_start().
Kuniyuki Iwashima
2021-11-23
1
-1
/
+1
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-11-18
6
-2
/
+432
|
\
|
|
|
|
/
|
/
|
|
*
selftests/bpf: Add tests for restricted helpers
Dmitrii Banshchikov
2021-11-15
4
-1
/
+397
|
*
tools/runqslower: Fix cross-build
Jean-Philippe Brucker
2021-11-12
1
-1
/
+1
|
*
selftests/bpf: Check map in map pruning
Lorenz Bauer
2021-11-12
1
-0
/
+34
*
|
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
2021-11-15
92
-427
/
+1023
|
\
\
|
|
/
|
/
|
|
*
selftests/bpf: Fix a tautological-constant-out-of-range-compare compiler warning
Yonghong Song
2021-11-12
1
-6
/
+11
|
*
selftests/bpf: Fix an unused-but-set-variable compiler warning
Yonghong Song
2021-11-12
1
-2
/
+0
|
*
selftests/bpf: Clarify llvm dependency with btf_tag selftest
Yonghong Song
2021-11-11
1
-4
/
+5
|
*
selftests/bpf: Add a C test for btf_type_tag
Yonghong Song
2021-11-11
2
-0
/
+49
|
*
selftests/bpf: Rename progs/tag.c to progs/btf_decl_tag.c
Yonghong Song
2021-11-11
2
-11
/
+13
|
*
selftests/bpf: Test BTF_KIND_DECL_TAG for deduplication
Yonghong Song
2021-11-11
1
-4
/
+135
|
*
selftests/bpf: Add BTF_KIND_TYPE_TAG unit tests
Yonghong Song
2021-11-11
2
-0
/
+21
|
*
selftests/bpf: Test libbpf API function btf__add_type_tag()
Yonghong Song
2021-11-11
2
-28
/
+43
|
*
selftests/bpf: Update btf_dump__new() uses to v1.0+ variant
Andrii Nakryiko
2021-11-11
3
-26
/
+15
|
*
selftests/bpf: Migrate all deprecated perf_buffer uses
Andrii Nakryiko
2021-11-11
6
-25
/
+11
|
*
libbpf: Turn btf_dedup_opts into OPTS-based struct
Andrii Nakryiko
2021-11-11
2
-42
/
+10
|
*
selftests/bpf: Minor cleanups and normalization of Makefile
Andrii Nakryiko
2021-11-11
1
-16
/
+16
|
*
selftests/bpf: Fix bpf_prog_test_load() logic to pass extra log level
Andrii Nakryiko
2021-11-11
1
-1
/
+6
|
*
selftests/bpf: Add tests for accessing ingress_ifindex in bpf_sk_lookup
Mark Pashmfouroush
2021-11-10
3
-0
/
+71
|
*
selftests/bpf: Add exception handling selftests for tp_bpf program
Alan Maguire
2021-11-08
2
-0
/
+86
|
*
selftests/bpf: Add tests for bpf_find_vma
Song Liu
2021-11-07
4
-0
/
+244
|
*
selftests/bpf: Fix bpf_object leak in skb_ctx selftest
Andrii Nakryiko
2021-11-07
1
-0
/
+2
|
*
selftests/bpf: Destroy XDP link correctly
Andrii Nakryiko
2021-11-07
1
-2
/
+2
|
*
selftests/bpf: Avoid duplicate btf__parse() call
Andrii Nakryiko
2021-11-07
1
-1
/
+1
|
*
selftests/bpf: Clean up btf and btf_dump in dump_datasec test
Andrii Nakryiko
2021-11-07
1
-2
/
+6
|
*
selftests/bpf: Free inner strings index in btf selftest
Andrii Nakryiko
2021-11-07
1
-4
/
+2
|
*
selftests/bpf: Free per-cpu values array in bpf_iter selftest
Andrii Nakryiko
2021-11-07
1
-4
/
+4
|
*
selftests/bpf: Fix memory leaks in btf_type_c_dump() helper
Andrii Nakryiko
2021-11-07
1
-2
/
+7
[prev]
[next]