We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
#1193 added support for new instructions. We need to extend COREFixup.Apply to recognise the new load / store modes.
COREFixup.Apply
The content you are editing has changed. Please copy your edits and refresh the page.
The text was updated successfully, but these errors were encountered:
Check what libbpf does. Did the upstream patch sets make any changes to CO-RE logic?
As far as I can find the only change to libbpf for ISAv4 is libbpf/libbpf@3d0e1c5
No changes to the core logic around that same time https://github.com/libbpf/libbpf/commits/master/src/relo_core.c
And the BPF_MEMSX constant isn't used libbpf anywhere, so it seems like no action is required.
BPF_MEMSX
Sorry, something went wrong.
We'll need to adjust at least
ebpf/btf/core.go
Line 51 in 36f6316
No branches or pull requests
#1193 added support for new instructions. We need to extend
COREFixup.Apply
to recognise the new load / store modes.Tasks
The text was updated successfully, but these errors were encountered: