aya
aya copied to clipboard
Fix kernel version parsing failed too early.
libbpf does not fail that early when get_{OS}_kernel_version() failed to scan kernel version strings from either /proc/version_signature or from utsname::version
https://github.com/libbpf/libbpf/blob/855bf91055a6250642dff1390231387cc5540711/src/libbpf_probes.c#L80-L100
Deploy Preview for aya-rs-docs failed.
Built without sensitive environment variables
| Name | Link |
|---|---|
| Latest commit | 7c00199640a237be161a650882ce496792bfb373 |
| Latest deploy log | https://app.netlify.com/sites/aya-rs-docs/deploys/661242a9c778e80008f0f2a0 |
This is the same as #909. Like that one, this needs tests.
can this be closed now that #909 has been merged?