-
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: Apply BTF relocations to all functions #602
aya: Apply BTF relocations to all functions #602
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. |
78ce3b6
to
d62fda7
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.
In general looks good, just wondering about that added @section
in the error message.
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.
This is a quality PR! Thanks so much for doing this work. See comments.
28be1cc
to
c737e5c
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.
Looks good, just a small nit
This fix aya wrong logic causing non entrypoint functions to not have any BTF relocations working. Also fix missing section_offset computation for instruction offset in multiple spots.
c737e5c
to
c4e721f
Compare
Should be ready to merge 👍 |
This fix aya wrong logic causing non entrypoint functions to not have any BTF relocations working.
As a result, I needed to refactor how functions are stored and handled.
I also fixed missing section_offset computation for instruction offset in multiple spots.