-
Notifications
You must be signed in to change notification settings - Fork 286
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
aya: Correctly set the kernel code version for Ubuntu and Debian kernel #579
aya: Correctly set the kernel code version for Ubuntu and Debian kernel #579
Conversation
✅ Deploy Preview for aya-rs-docs ready!Built without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify site settings. |
23aeda0
to
4d7453a
Compare
Should be ready for review now. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See unwrap() comments.
"looks good" but I'd appreciate a non-libc rewrite. If you can't be bothered that's fair, we can merge as is and I'll put it on my endless todo list :P
Fix BPF syscall failure related to the kernel code version.
cdc2cc9
to
97721af
Compare
Add some code to ensure support with kernel after 4.19.229. |
Fix BPF syscall failure related to the kernel code version.
97721af
to
3aeeb81
Compare
This restores and enhances the logic originally added in #579.
This restores and enhances the logic originally added in #579.
This restores and enhances the logic originally added in #579.
Fix BPF syscall failure related to the kernel code version on Ubuntu and Debian.