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/xtask
Dave Tucker 7af8bf8a66 feat(aya): Add is_program_type_supported
This adds a new API to test whether a given program type is supported.

This is to support 3 usecases:

1. A project like bpfman (which uses Aya) may wish to prevent users with
   a list of program types that are supported on the target system
2. A user of Aya may wish to test whether Fentry/Fexit programs are
   supported and code their own behaviour to fallback to Kprobes
3. Our own integration tests can be made to skip certain program tests
   when kernel features are missing.

Signed-off-by: Dave Tucker <dave@dtucker.co.uk>
1 month ago
..
libbpf@20ea95b450 xtask: Generate new bindings 11 months ago
public-api feat(aya): Add is_program_type_supported 1 month ago
src ci: cache downloads 2 months ago
Cargo.toml ci: download gen_init_cpio with authentication 3 months ago