You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
aya/test/integration-test/bpf
Michal Rostecki 44f777bd5b feat(aya-obj): Support loading programs with ksyms
By default, BTF of extern functions has `extern` linkage. However,
verifier is not accepting functions with other linkages than `global`
and `static`.

Fixup of sizes and offsets of ksyms can't be retrieved from ELF.
Instead, the size of an unsigned integer is used for all types which
were found in the ksyms section.

Based on similar fixups which are done in libbpf.[0]

[0] https://github.com/torvalds/linux/commit/5bd022ec01f06

Fixes #1245
3 weeks ago
..
ext.bpf.c integration-test: avoid reliance on kernel headers 2 years ago
iter.bpf.c feat(aya): Add iterator program type 6 months ago
ksym.bpf.c feat(aya-obj): Support loading programs with ksyms 3 weeks ago
main.bpf.c integration-test: avoid reliance on kernel headers 2 years ago
multimap-btf.bpf.c integration-test: Add map pinning coverage 2 years ago
reloc.bpf.c aya-obj: Handle lack of match of enum variants correctly 1 year ago
text_64_64_reloc.c integration-test: avoid reliance on kernel headers 2 years ago
variables_reloc.bpf.c test: Reproduce relocation bug 7 months ago