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.
8 months ago
..
btf test: adjust test to not use byte arrays 10 months ago
generated [codegen] Update libbpf to 80b16457cb23db4d633b17ba0305f29daa2eb307 9 months ago
programs aya-obj: add conversion u32 to enum type for prog, link, & attach type 10 months ago
lib.rs aya-obj: add conversion u32 to enum type for prog, link, & attach type 10 months ago
links.rs aya-obj: add conversion u32 to enum type for prog, link, & attach type 10 months ago
maps.rs aya-obj: add conversion u32 to enum type for prog, link, & attach type 10 months ago
obj.rs aya,aya-obj: add feature probing program type 8 months ago
relocation.rs feat(aya-obj)!: Rename BpfRelocationError -> EbpfRelocationError 1 year ago
util.rs rustfmt: group_imports = "StdExternalCrate" 2 years ago