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/aya-obj/src
Tyrone Wu 359b3eafe1
aya,aya-obj: add feature probing program type
Adds API that probes whether kernel supports a program type.

Additionally add `const fn bpf_insn::new()` so that common instructions
are not re-computed from `copy_instructions()`.

Assertions for `LircMode2` and `Lsm` are disabled because they require
certain kernel configs to be enabled, which are not by default in VM
tests.
3 months ago
..
btf test: adjust test to not use byte arrays 5 months ago
generated [codegen] Update libbpf to 80b16457cb23db4d633b17ba0305f29daa2eb307 4 months ago
programs aya-obj: add conversion u32 to enum type for prog, link, & attach type 5 months ago
lib.rs aya-obj: add conversion u32 to enum type for prog, link, & attach type 5 months ago
links.rs aya-obj: add conversion u32 to enum type for prog, link, & attach type 5 months ago
maps.rs aya-obj: add conversion u32 to enum type for prog, link, & attach type 5 months ago
obj.rs aya,aya-obj: add feature probing program type 3 months ago
relocation.rs feat(aya-obj)!: Rename BpfRelocationError -> EbpfRelocationError 11 months ago
util.rs rustfmt: group_imports = "StdExternalCrate" 1 year ago