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

Fix for verifier error on arm64 #21

Merged
merged 1 commit into from
Apr 23, 2024
Merged

Fix for verifier error on arm64 #21

merged 1 commit into from
Apr 23, 2024

Conversation

javierhonduco
Copy link
Owner

See comments for more details. Not sure what commits changed the behaviour but this hack works around this issue.

cc @gmarler as we discussed that in our arm64 Lima boxes the BPF code failed to load. We still need to do some work to make the unwinder work in arm64, but at least this should unblock testing that the BPF program can load at all!

Some things we should do:

  • report this upstream (bisect the code change in the kernel);
  • add the BPF code as part of the kernel BPF integration tests;
  • add kernel tests for both arm64 (requested access to the preview for arm64 Actions workers, to not have to emulate arm64 which is quite slow in the already overloaded Actions machines) and x86_64 (I started it in this branch);

See comments for more details. Not sure what commits changed the behaviour but this
hack works around this issue.
@javierhonduco javierhonduco merged commit a8094d1 into main Apr 23, 2024
4 checks passed
@javierhonduco javierhonduco deleted the arm64-verifier-fix branch April 23, 2024 11:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant