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 d92284e4f8 chore(codegen): Fix duplicate BPF_F_LINK
Per the comment added in the code, there are 2 definitions of
BPF_F_LINK in the kernel headers. Once is in an anonymous enum which
bindgen will constify, and once is via a #define macro. The values are
identical. The fix is to exclude BPF_F_LINK from the list of variables
in bindgen removing one of the duplicate definitions.

Signed-off-by: Dave Tucker <dave@dtucker.co.uk>
3 weeks ago
..
libbpf@20ea95b450 xtask: Generate new bindings 11 months ago
public-api public-api: regenerate 1 month ago
src chore(codegen): Fix duplicate BPF_F_LINK 3 weeks ago
Cargo.toml ci: download gen_init_cpio with authentication 2 months ago