-
Notifications
You must be signed in to change notification settings - Fork 376
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
fix(deps): update module github.com/cilium/ebpf to v0.17.1 (main) #3206
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we should wait for the next release, except if we need a special version to work with. Otherwise we'll have PRs every time they merge something into main.
OK, removing the |
ce2d747
to
442749a
Compare
✅ Deploy Preview for tetragon ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
177359f
to
66e06e7
Compare
66e06e7
to
6e7d251
Compare
e193e0b
to
5d36802
Compare
df9034e
to
0ff8475
Compare
b0a5f87
to
f109cd3
Compare
Signed-off-by: cilium-renovate[bot] <134692979+cilium-renovate[bot]@users.noreply.github.com>
f109cd3
to
9c44714
Compare
PR cilium/ebpf#1626 added the new pin package that simplifies a lot how one can parse a bpf fs. I just love it. Signed-off-by: Mahe Tardy <[email protected]>
4c31e33
to
ef53ab5
Compare
Hey @olsajiri could you take a look at my commit and see if you need updates on your side? Since my part of this code breaks loudly with tests and your stuff recently broke quietly, you might need to test it manually and see if it needs to use this amazing |
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
added change to use it, was easy and seems to work, thanks |
3d03040
to
7528c11
Compare
Using new pin.WalkDir interface to get all the tetragon programs from bpffs directory. Signed-off-by: Jiri Olsa <[email protected]>
7528c11
to
93db3c9
Compare
This PR contains the following updates:
v0.16.1-0.20241205185900-f0eec7efba9d
->v0.17.1
Release Notes
cilium/ebpf (github.com/cilium/ebpf)
v0.17.1
: Hotfix: don't retry endlessly on verifier errors on kernels <6.4Compare Source
During the prior removal of
ProgramOptions.LogSize
in v0.16, the tests weren't updated to exercise the retry logic. With the last-minute addition ofProgramOptions.LogSizeStart
, a bug was introduced that would cause program loads to retry indefinitely without ever growing the buffer in case of a verifier error on kernels before 6.4. This is now fixed, and the tests were updated to exercise the retry logic.Configuration
📅 Schedule: Branch creation - "on monday and friday" (UTC), 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 has been generated by Renovate Bot.