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

btf: allow users to obtain COREFixups #661

Merged
merged 1 commit into from
May 6, 2022
Merged

Conversation

lmb
Copy link
Collaborator

@lmb lmb commented May 4, 2022

It's currently not possible to obtain COREFixups since coreRelocate
is not exported. The relocation process is already opaque to users,
and this makes it worse. To fix this we export coreRelocate and move
the bit that collects CORERelocation into ebpf proper.

It's currently not possible to obtain COREFixups since coreRelocate
is not exported. The relocation process is already opaque to users,
and this makes it worse. To fix this we export coreRelocate and move
the bit that collects CORERelocation into ebpf proper.
@lmb lmb added this to the Export package btf milestone May 4, 2022
@lmb lmb requested a review from ti-mo May 4, 2022 12:24
@ti-mo ti-mo merged commit e082579 into cilium:master May 6, 2022
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.

2 participants