chore(deps): update dependency libbpf/bpftool to v7.7.0#472
Closed
renovate[bot] wants to merge 1 commit intomasterfrom
Closed
chore(deps): update dependency libbpf/bpftool to v7.7.0#472renovate[bot] wants to merge 1 commit intomasterfrom
renovate[bot] wants to merge 1 commit intomasterfrom
Conversation
Signed-off-by: renovate[bot] <bot@renovateapp.com>
HadrienPatte
added a commit
that referenced
this pull request
Mar 23, 2026
This PR is #472 with a couple additional fixes to account for changes between 7.6.0 and 7.7.0: * It is no longer necessary to patch `LIBS` to add `-lzstd` since libbpf/bpftool@67f1758 * `bpftool` now links against `openssl`: "This comes at the cost of an additional build dependency to OpenSSL's development library." (see https://github.com/libbpf/bpftool/releases/tag/v7.7.0) Signed-off-by: Hadrien Patte <hadrien.patte@datadoghq.com>
HadrienPatte
added a commit
that referenced
this pull request
Mar 23, 2026
This PR is #472 with a couple additional fixes to account for changes between 7.6.0 and 7.7.0: * It is no longer necessary to patch `LIBS` to add `-lzstd` since libbpf/bpftool@67f1758 * `bpftool` now links against `openssl`: "This comes at the cost of an additional build dependency to OpenSSL's development library." (see https://github.com/libbpf/bpftool/releases/tag/v7.7.0) Signed-off-by: Hadrien Patte <hadrien.patte@datadoghq.com>
Member
|
Closing in favor of #473 |
Contributor
Author
Renovate Ignore NotificationBecause you closed this PR without merging, Renovate will ignore this update ( If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v7.6.0→v7.7.0Release Notes
libbpf/bpftool (libbpf/bpftool)
v7.7.0: bpftool v7.7Compare Source
New features
6b9405a,2d37198,865da8c)bpftool token listshowing information for each BPF virtual file system mount point containing BPF token information. (91d14c3,70d7843,3cfb156,9a1d7b3,00ade8b)insn_arraykeyword), and teach the disassembler about indirect jump instructions. (6a7a050,3db1faa)bpftool btf dump file <path1> file <path2> .... (1664891)prependoption for loading tcx programs (bpftool net attach tcx_ingress name tc_prog dev lo prepend) to insert the program at the beginning of the chain. (e22710d)fsessionattach type for cgroup programs. (0f57bca)kernel.kptr_restrictthat might interfere with the dump. (0b99945)bpftool-progmanual page to mention newer ekfuncbpf_stream_vprintk_impl()rather than the legacybpf_stream_vprintk(). (640fb7c)Bug fixes
f38edf1)60f3d88)43342f4,bdf9e48)Build fixes
2381434)8b1712f)-fms-extensions, to support for anonymous structs or unions. This is required because the kernel now builds with these extensions as well, and may leak anonymous structs or unions into thevmlinux.hBTF header generated and used by bpftool. (829b8a6)uninitialized-const-pointerwarnings for clang >= 21. (8ed27e2)Other internal changes
string.hheader inclusion in one source file. (66fec80)Continuous deployment
1cb60a5)Known bugs
LIBSflags when building bpftool (it's ugly but it works). (#73)Full Changelog: libbpf/bpftool@v7.6.0...v7.7.0
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.