index
:
kernel
linux-6.17.y
linux-6.18.y
main
saturneric's kernel source tree
about
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 test for LDX/STX/ST relocations over array field
Andrii Nakryiko
2025-02-15
1
-2
/
+4
*
selftests/bpf: Consolidate kernel modules into common directory
Toke Høiland-Jørgensen
2024-12-06
1
-1
/
+1
*
selftests/bpf: Clean up open-coded gettid syscall invocations
Kumar Kartikeya Dwivedi
2024-11-04
1
-1
/
+1
*
selftests/bpf: Fix compiling core_reloc.c with musl-libc
Tony Ambardar
2024-07-29
1
-0
/
+1
*
selftests/bpf: Store BPF object files with .bpf.o extension
Daniel Müller
2022-09-02
1
-37
/
+37
*
selftests/bpf: Add test involving restrict type qualifier
Daniel Müller
2022-07-08
1
-0
/
+2
*
selftests/bpf: Add type match test against kernel's task_struct
Daniel Müller
2022-07-06
1
-0
/
+1
*
selftests/bpf: Add nested type to type based tests
Daniel Müller
2022-07-06
1
-0
/
+4
*
selftests/bpf: Add test checking more characteristics
Daniel Müller
2022-07-06
1
-0
/
+37
*
selftests/bpf: Add type-match checks to type-based tests
Daniel Müller
2022-07-06
1
-2
/
+29
*
selftests/bpf: Avoid skipping certain subtests
Yonghong Song
2022-06-14
1
-1
/
+6
*
selftests/bpf: Add a test for enum64 value relocations
Yonghong Song
2022-06-07
1
-0
/
+58
*
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-25
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-22
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-26
1
-10
/
+5
*
selftests/bpf: Fix core_reloc test runner
Andrii Nakryiko
2021-04-27
1
-8
/
+12
*
selftests/bpf: Fix field existence CO-RE reloc tests
Andrii Nakryiko
2021-04-27
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-04
1
-1
/
+2
*
selftests/bpf: Add CO-RE relocs selftest relying on kernel module BTF
Andrii Nakryiko
2020-12-04
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-19
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-29
1
-1
/
+1
*
selftests/bpf: Add flexible array relocation tests
Andrii Nakryiko
2019-12-16
1
-0
/
+4
*
selftests/bpf: Ensure core_reloc_kernel is reading test_progs's data only
Andrii Nakryiko
2019-11-25
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
[next]