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
/
prog_tests
/
core_reloc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
selftests/bpf: Add bpf_core_field_offset() tests
Andrii Nakryiko
2022-05-09
1
-2
/
+11
*
selftests/bpf: Fix btfgen tests
Andrii Nakryiko
2022-02-20
1
-6
/
+11
*
selftests/bpf: Fix crash in core_reloc when bpftool btfgen fails
Yucong Sun
2022-02-17
1
-2
/
+2
*
selftests/bpf: Test "bpftool gen min_core_btf"
Mauricio Vásquez
2022-02-16
1
-2
/
+48
*
selftests/bpf: Fix GCC11 compiler warnings in -O2 mode
Andrii Nakryiko
2022-02-15
1
-1
/
+1
*
selftests/bpf: Stop using bpf_object__find_program_by_title API.
Kui-Feng Lee
2021-12-14
1
-26
/
+53
*
selftests/bpf: Fix possible NULL passed to memcpy() with zero size
Andrii Nakryiko
2021-11-26
1
-1
/
+2
*
selftests/bpf: Avoid duplicate btf__parse() call
Andrii Nakryiko
2021-11-07
1
-1
/
+1
*
selftests/bpf: Switch to new btf__type_cnt/btf__raw_data APIs
Hengqi Chen
2021-10-22
1
-1
/
+1
*
selftests/bpf: Switch to ".bss"/".rodata"/".data" lookups for internal maps
Andrii Nakryiko
2021-10-21
1
-1
/
+1
*
selftests/bpf: Stop using relaxed_core_relocs which has no effect
Andrii Nakryiko
2021-09-17
1
-2
/
+1
*
selftests/bpf: Add test for bpf_get_branch_snapshot
Song Liu
2021-09-13
1
-11
/
+3
*
selftests/bpf: Switch existing selftests to using open_opts for custom BTF
Shuyi Cheng
2021-07-16
1
-14
/
+11
*
selftests/bpf: Turn on libbpf 1.0 mode and fix all IS_ERR checks
Andrii Nakryiko
2021-05-25
1
-10
/
+5
*
selftests/bpf: Fix core_reloc test runner
Andrii Nakryiko
2021-04-26
1
-8
/
+12
*
selftests/bpf: Fix field existence CO-RE reloc tests
Andrii Nakryiko
2021-04-26
1
-12
/
+19
*
selftests/bpf: Add BTF_KIND_FLOAT to test_core_reloc_size
Ilya Leoshkevich
2021-03-09
1
-0
/
+1
*
selftests/bpf: Add tp_btf CO-RE reloc test for modules
Andrii Nakryiko
2020-12-03
1
-1
/
+2
*
selftests/bpf: Add CO-RE relocs selftest relying on kernel module BTF
Andrii Nakryiko
2020-12-03
1
-11
/
+68
*
selftests/bpf: Add tests for ENUMVAL_EXISTS/ENUMVAL_VALUE relocations
Andrii Nakryiko
2020-08-19
1
-0
/
+56
*
selftests/bpf: Add CO-RE relo test for TYPE_ID_LOCAL/TYPE_ID_TARGET
Andrii Nakryiko
2020-08-19
1
-5
/
+163
*
selftests/bpf: Test TYPE_EXISTS and TYPE_SIZE CO-RE relocations
Andrii Nakryiko
2020-08-19
1
-21
/
+104
*
selftests/bpf: Add test validating failure on ambiguous relocation value
Andrii Nakryiko
2020-08-18
1
-0
/
+1
*
selftests/bpf: Correct various core_reloc 64-bit assumptions
Andrii Nakryiko
2020-08-13
1
-10
/
+10
*
selftests/bpf: Fix invalid memory reads in core_relo selftest
Andrii Nakryiko
2020-04-28
1
-1
/
+1
*
selftests/bpf: Add flexible array relocation tests
Andrii Nakryiko
2019-12-15
1
-0
/
+4
*
selftests/bpf: Ensure core_reloc_kernel is reading test_progs's data only
Andrii Nakryiko
2019-11-24
1
-5
/
+11
*
selftests/bpf: Add BPF_TYPE_MAP_ARRAY mmap() tests
Andrii Nakryiko
2019-11-18
1
-18
/
+27
*
selftests/bps: Clean up removed ints relocations negative tests
Andrii Nakryiko
2019-11-06
1
-6
/
+0
*
selftests/bpf: Add field size relocation tests
Andrii Nakryiko
2019-11-04
1
-5
/
+34
*
selftest/bpf: Add relocatable bitfield reading tests
Andrii Nakryiko
2019-11-04
1
-2
/
+82
*
libbpf: Make DECLARE_LIBBPF_OPTS macro strictly a variable declaration
Andrii Nakryiko
2019-10-22
1
-1
/
+1
*
selftest/bpf: Get rid of a bunch of explicit BPF program type setting
Andrii Nakryiko
2019-10-21
1
-1
/
+0
*
selftests/bpf: Make CO-RE reloc test impartial to test_progs flavor
Andrii Nakryiko
2019-10-17
1
-2
/
+2
*
selftests/bpf: Add field existence CO-RE relocs tests
Andrii Nakryiko
2019-10-15
1
-2
/
+74
*
selftests/bpf: Add BPF_CORE_READ and BPF_CORE_READ_STR_INTO macro tests
Andrii Nakryiko
2019-10-08
1
-2
/
+6
*
selftests/bpf: add CO-RE relocs misc tests
Andrii Nakryiko
2019-08-07
1
-0
/
+19
*
selftests/bpf: add CO-RE relocs ints tests
Andrii Nakryiko
2019-08-07
1
-0
/
+40
*
selftests/bpf: add CO-RE relocs ptr-as-array tests
Andrii Nakryiko
2019-08-07
1
-0
/
+20
*
selftests/bpf: add CO-RE relocs modifiers/typedef tests
Andrii Nakryiko
2019-08-07
1
-0
/
+27
*
selftests/bpf: add CO-RE relocs enum/ptr/func_proto tests
Andrii Nakryiko
2019-08-07
1
-0
/
+36
*
selftests/bpf: add CO-RE relocs array tests
Andrii Nakryiko
2019-08-07
1
-0
/
+41
*
selftests/bpf: add CO-RE relocs nesting tests
Andrii Nakryiko
2019-08-07
1
-0
/
+39
*
selftests/bpf: add CO-RE relocs struct flavors tests
Andrii Nakryiko
2019-08-07
1
-0
/
+34
*
selftests/bpf: add CO-RE relocs testing setup
Andrii Nakryiko
2019-08-07
1
-0
/
+129