-
Notifications
You must be signed in to change notification settings - Fork 141
Comparing changes
Open a pull request
base repository: libbpf/libbpf-rs
base: v0.24.2
head repository: libbpf/libbpf-rs
compare: v0.24.3
- 7 commits
- 5 files changed
- 2 contributors
Commits on Aug 15, 2024
-
libbpf-cargo: Explicitly import libbpf_rs::AsRawLibbpf trait
In the past we wrote the fully qualified syntax for usage of the libbpf_rs::AsRawLibbpf trait inside the generated skeletons. We don't need to do that: given that we are in a custom module, it is safe for us to just import the trait. Signed-off-by: Daniel Müller <deso@posteo.net>
Configuration menu - View commit details
-
Copy full SHA for 5ad6ae1 - Browse repository at this point
Copy the full SHA 5ad6ae1View commit details
Commits on Aug 16, 2024
-
build(deps): bump clap from 4.5.15 to 4.5.16
Bumps [clap](https://github.com/clap-rs/clap) from 4.5.15 to 4.5.16. - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](clap-rs/clap@clap_complete-v4.5.15...clap_complete-v4.5.16) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for e8a7832 - Browse repository at this point
Copy the full SHA e8a7832View commit details
Commits on Aug 19, 2024
-
build(deps): bump serde from 1.0.207 to 1.0.208
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.207 to 1.0.208. - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](serde-rs/serde@v1.0.207...v1.0.208) --- updated-dependencies: - dependency-name: serde dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for 95d4469 - Browse repository at this point
Copy the full SHA 95d4469View commit details
Commits on Aug 20, 2024
-
build(deps): bump libc from 0.2.155 to 0.2.158
Bumps [libc](https://github.com/rust-lang/libc) from 0.2.155 to 0.2.158. - [Release notes](https://github.com/rust-lang/libc/releases) - [Changelog](https://github.com/rust-lang/libc/blob/0.2.158/CHANGELOG.md) - [Commits](rust-lang/libc@0.2.155...0.2.158) --- updated-dependencies: - dependency-name: libc dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for 6877dc5 - Browse repository at this point
Copy the full SHA 6877dc5View commit details
Commits on Aug 21, 2024
-
build(deps): bump test-tag from 0.1.3 to 0.1.4
Bumps [test-tag](https://github.com/d-e-s-o/test-tag) from 0.1.3 to 0.1.4. - [Release notes](https://github.com/d-e-s-o/test-tag/releases) - [Changelog](https://github.com/d-e-s-o/test-tag/blob/main/CHANGELOG.md) - [Commits](d-e-s-o/test-tag@v0.1.3...v0.1.4) --- updated-dependencies: - dependency-name: test-tag dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for 658277e - Browse repository at this point
Copy the full SHA 658277eView commit details
Commits on Aug 23, 2024
-
libbpf-cargo: Suppress some Clippy warnings
With the changes to initialize maps inline during skeleton open/load, we may end up with Clippy complaining that a loop never loops or a match never matches, if there are no maps present. Silence the warnings. Such patterns are to be expected in generated code like this. Closes: #921 Signed-off-by: Daniel Müller <deso@posteo.net>
Configuration menu - View commit details
-
Copy full SHA for ddbb119 - Browse repository at this point
Copy the full SHA ddbb119View commit details -
Prepare for release of 0.24.3 by bumping both libbpf-rs and libbpf-cargo versions accordingly. The main change included is a fix for potential clippy warnings in the generated skeleton when no BPF maps are present in the corresponding object file. Signed-off-by: Daniel Müller <deso@posteo.net>
Configuration menu - View commit details
-
Copy full SHA for 57a11cf - Browse repository at this point
Copy the full SHA 57a11cfView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.24.2...v0.24.3