Skip to content
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: Fix uprobe support on 4.16 and lower #622

Merged
merged 1 commit into from
Jun 5, 2023

Conversation

marysaka
Copy link
Member

@marysaka marysaka commented Jun 5, 2023

There was two issues here:

  1. the fn_name wasn't sanitized causing issue with uprobe library paths.
  2. uretprobe needs the offset to be feed as fn_name is the library name.

Fix uprobe support on Ubuntu 18.04.

Fix uprobe support on Ubuntu 18.04.
@marysaka marysaka added fix A PR that is a small change or fixes a bug aya This is about aya (userspace) labels Jun 5, 2023
@marysaka marysaka requested a review from alessandrod June 5, 2023 13:38
@netlify
Copy link

netlify bot commented Jun 5, 2023

Deploy Preview for aya-rs-docs ready!

Built without sensitive environment variables

Name Link
🔨 Latest commit 49c6f5d
🔍 Latest deploy log https://app.netlify.com/sites/aya-rs-docs/deploys/647de56851c9fa0007a4ed7e
😎 Deploy Preview https://deploy-preview-622--aya-rs-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

@marysaka marysaka merged commit e5bac02 into aya-rs:main Jun 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
aya This is about aya (userspace) fix A PR that is a small change or fixes a bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants