summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/bpf/prog_tests/core_reloc.c
Commit message (Expand)AuthorAgeFilesLines
* selftests/bpf: Store BPF object files with .bpf.o extensionDaniel Müller2022-09-021-37/+37
* selftests/bpf: Add test involving restrict type qualifierDaniel Müller2022-07-081-0/+2
* selftests/bpf: Add type match test against kernel's task_structDaniel Müller2022-07-051-0/+1
* selftests/bpf: Add nested type to type based testsDaniel Müller2022-07-051-0/+4
* selftests/bpf: Add test checking more characteristicsDaniel Müller2022-07-051-0/+37
* selftests/bpf: Add type-match checks to type-based testsDaniel Müller2022-07-051-2/+29
* selftests/bpf: Avoid skipping certain subtestsYonghong Song2022-06-141-1/+6
* selftests/bpf: Add a test for enum64 value relocationsYonghong Song2022-06-071-0/+58
* selftests/bpf: Add bpf_core_field_offset() testsAndrii Nakryiko2022-05-091-2/+11
* selftests/bpf: Fix btfgen testsAndrii Nakryiko2022-02-201-6/+11
* selftests/bpf: Fix crash in core_reloc when bpftool btfgen failsYucong Sun2022-02-171-2/+2
* selftests/bpf: Test "bpftool gen min_core_btf"Mauricio Vásquez2022-02-161-2/+48
* selftests/bpf: Fix GCC11 compiler warnings in -O2 modeAndrii Nakryiko2022-02-151-1/+1
* selftests/bpf: Stop using bpf_object__find_program_by_title API.Kui-Feng Lee2021-12-141-26/+53
* selftests/bpf: Fix possible NULL passed to memcpy() with zero sizeAndrii Nakryiko2021-11-261-1/+2
* selftests/bpf: Avoid duplicate btf__parse() callAndrii Nakryiko2021-11-071-1/+1
* selftests/bpf: Switch to new btf__type_cnt/btf__raw_data APIsHengqi Chen2021-10-221-1/+1
* selftests/bpf: Switch to ".bss"/".rodata"/".data" lookups for internal mapsAndrii Nakryiko2021-10-211-1/+1
* selftests/bpf: Stop using relaxed_core_relocs which has no effectAndrii Nakryiko2021-09-171-2/+1
* selftests/bpf: Add test for bpf_get_branch_snapshotSong Liu2021-09-131-11/+3
* selftests/bpf: Switch existing selftests to using open_opts for custom BTFShuyi Cheng2021-07-161-14/+11
* selftests/bpf: Turn on libbpf 1.0 mode and fix all IS_ERR checksAndrii Nakryiko2021-05-251-10/+5
* selftests/bpf: Fix core_reloc test runnerAndrii Nakryiko2021-04-261-8/+12
* selftests/bpf: Fix field existence CO-RE reloc testsAndrii Nakryiko2021-04-261-12/+19
* selftests/bpf: Add BTF_KIND_FLOAT to test_core_reloc_sizeIlya Leoshkevich2021-03-091-0/+1
* selftests/bpf: Add tp_btf CO-RE reloc test for modulesAndrii Nakryiko2020-12-031-1/+2
* selftests/bpf: Add CO-RE relocs selftest relying on kernel module BTFAndrii Nakryiko2020-12-031-11/+68
* selftests/bpf: Add tests for ENUMVAL_EXISTS/ENUMVAL_VALUE relocationsAndrii Nakryiko2020-08-191-0/+56
* selftests/bpf: Add CO-RE relo test for TYPE_ID_LOCAL/TYPE_ID_TARGETAndrii Nakryiko2020-08-191-5/+163
* selftests/bpf: Test TYPE_EXISTS and TYPE_SIZE CO-RE relocationsAndrii Nakryiko2020-08-191-21/+104
* selftests/bpf: Add test validating failure on ambiguous relocation valueAndrii Nakryiko2020-08-181-0/+1
* selftests/bpf: Correct various core_reloc 64-bit assumptionsAndrii Nakryiko2020-08-131-10/+10
* selftests/bpf: Fix invalid memory reads in core_relo selftestAndrii Nakryiko2020-04-281-1/+1
* selftests/bpf: Add flexible array relocation testsAndrii Nakryiko2019-12-151-0/+4
* selftests/bpf: Ensure core_reloc_kernel is reading test_progs's data onlyAndrii Nakryiko2019-11-241-5/+11
* selftests/bpf: Add BPF_TYPE_MAP_ARRAY mmap() testsAndrii Nakryiko2019-11-181-18/+27
* selftests/bps: Clean up removed ints relocations negative testsAndrii Nakryiko2019-11-061-6/+0
* selftests/bpf: Add field size relocation testsAndrii Nakryiko2019-11-041-5/+34
* selftest/bpf: Add relocatable bitfield reading testsAndrii Nakryiko2019-11-041-2/+82
* libbpf: Make DECLARE_LIBBPF_OPTS macro strictly a variable declarationAndrii Nakryiko2019-10-221-1/+1
* selftest/bpf: Get rid of a bunch of explicit BPF program type settingAndrii Nakryiko2019-10-211-1/+0
* selftests/bpf: Make CO-RE reloc test impartial to test_progs flavorAndrii Nakryiko2019-10-171-2/+2
* selftests/bpf: Add field existence CO-RE relocs testsAndrii Nakryiko2019-10-151-2/+74
* selftests/bpf: Add BPF_CORE_READ and BPF_CORE_READ_STR_INTO macro testsAndrii Nakryiko2019-10-081-2/+6
* selftests/bpf: add CO-RE relocs misc testsAndrii Nakryiko2019-08-071-0/+19
* selftests/bpf: add CO-RE relocs ints testsAndrii Nakryiko2019-08-071-0/+40
* selftests/bpf: add CO-RE relocs ptr-as-array testsAndrii Nakryiko2019-08-071-0/+20
* selftests/bpf: add CO-RE relocs modifiers/typedef testsAndrii Nakryiko2019-08-071-0/+27
* selftests/bpf: add CO-RE relocs enum/ptr/func_proto testsAndrii Nakryiko2019-08-071-0/+36
* selftests/bpf: add CO-RE relocs array testsAndrii Nakryiko2019-08-071-0/+41