-
Notifications
You must be signed in to change notification settings - Fork 108
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
rust Updated libbpf-rs & libbpf-cargo to 0.24 #436
rust Updated libbpf-rs & libbpf-cargo to 0.24 #436
Conversation
Update libbpf-rs & libbpf-cargo to 0.24. Among other things, generated skeletons now contain directly accessible map and program objects, no longer necessitating the use of accessor methods. As a result, the risk for mutability conflicts is reduced greatly. Signed-off-by: Daniel Müller <[email protected]>
52a9971
to
5007453
Compare
Not going to un-draft this until the next |
166774b
to
bd2af27
Compare
bd2af27
to
db04ee9
Compare
|
Please wait with merge a little longer. Still investigating a potential issue. |
db04ee9
to
565aec3
Compare
We should be good now. |
FYI, @danielocfb for some reason, your commit's commit date is earlier than its parent and |
Use updated libbpf-rs & libbpf-cargo. Generated skeletons now contain directly accessible map and program objects, no longer necessitating the use of accessor methods. As a result, the risk for mutability conflicts is reduced greatly.