-
Notifications
You must be signed in to change notification settings - Fork 312
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: add a safe wrapper for 'BPF_TASK_FD_QUERY' logic #492
base: main
Are you sure you want to change the base?
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 configuration. |
CI is failing because of #490. |
587d04a
to
8ded21e
Compare
Rebased on |
@lucab, this pull request is now in conflict and requires a rebase. |
@lucab, this pull request is now in conflict and requires a rebase. |
@lucab, this pull request is now in conflict and requires a rebase. |
This wraps the logic for `BPF_TASK_FD_QUERY` in a safe helper.
8ded21e
to
ff282d6
Compare
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.
@lucab I have rebased this and made sure clippy passes. The codegen changes were no longer needed. However, this needs a test.
This add bindings for the
bpf_task_fd_type
FFI type, and then add a safe wrapper for theBPF_TASK_FD_QUERY
logic.This change is