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

eBPF store APIs are not backward compatible. #3277

Closed
shankarseal opened this issue Feb 20, 2024 · 1 comment · Fixed by #3326
Closed

eBPF store APIs are not backward compatible. #3277

shankarseal opened this issue Feb 20, 2024 · 1 comment · Fixed by #3326
Assignees
Labels
bug Something isn't working triaged Discussed in a triage meeting
Milestone

Comments

@shankarseal
Copy link
Collaborator

#3110 modified the ebpf_helper_function_prototype_t struct and thus broke backwards compatiblity with extensions that were invoke the the eBPF store APIs to export program information data. #3263 temporary reverts the offending change. A backward compatible store API is required.

@shankarseal shankarseal added this to the 2402 milestone Feb 20, 2024
@shankarseal shankarseal self-assigned this Feb 20, 2024
@shankarseal shankarseal added the bug Something isn't working label Feb 20, 2024
@shankarseal
Copy link
Collaborator Author

A possible solution is proposed in #3278.

@Alan-Jowett Alan-Jowett added the triaged Discussed in a triage meeting label Feb 20, 2024
@Alan-Jowett Alan-Jowett modified the milestones: 2402, 2403 Feb 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working triaged Discussed in a triage meeting
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants