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
Tyrone Wu e1e775f83d
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 computed at compile-time instead of going through
`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 weeks ago
..
bpf feat(aya): Add iterator program type 3 months ago
src aya,aya-obj: add feature probing program type 3 weeks ago
Cargo.toml Use Result in integration-test's build script 3 months ago
build.rs Use Result in integration-test's build script 3 months ago