-
Notifications
You must be signed in to change notification settings - Fork 110
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
bpf: add path_mknod
hook
#2668
bpf: add path_mknod
hook
#2668
Conversation
Hi @mhils. Thanks for your PR. I'm waiting for a kubernetes-sigs member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2668 +/- ##
==========================================
- Coverage 45.50% 41.14% -4.37%
==========================================
Files 79 110 +31
Lines 7782 18582 +10800
==========================================
+ Hits 3541 7645 +4104
- Misses 4099 10422 +6323
- Partials 142 515 +373 |
68a7fd9
to
4aa6998
Compare
…startup This commit makes it so that the BPF program is loaded (and relocated) on profile recorder startup. When we then want to start the recording, we only need to attach the programs. This fixes the flakiness in kubernetes-sigs#2667 and kubernetes-sigs#2668 where program loading is taking so long that we miss container startup.
…startup This commit makes it so that the BPF program is loaded (and relocated) on profile recorder startup. When we then want to start the recording, we only need to attach the programs. This fixes the flakiness in kubernetes-sigs#2667 and kubernetes-sigs#2668 where program loading is taking so long that we miss container startup.
…startup This commit makes it so that the BPF program is loaded (and relocated) on profile recorder startup. When we then want to start the recording, we only need to attach the programs. This fixes the flakiness in kubernetes-sigs#2667 and kubernetes-sigs#2668 where program loading is taking so long that we miss container startup.
…startup This commit makes it so that the BPF program is loaded (and relocated) on profile recorder startup. When we then want to start the recording, we only need to attach the programs. This fixes the flakiness in kubernetes-sigs#2667 and kubernetes-sigs#2668 where program loading is taking so long that we miss container startup.
…startup This commit makes it so that the BPF program is loaded (and relocated) on profile recorder startup. When we then want to start the recording, we only need to attach the programs. This fixes the flakiness in kubernetes-sigs#2667 and kubernetes-sigs#2668 where program loading is taking so long that we miss container startup.
…startup This commit makes it so that the BPF program is loaded (and relocated) on profile recorder startup. When we then want to start the recording, we only need to attach the programs. This fixes the flakiness in #2667 and #2668 where program loading is taking so long that we miss container startup.
/ok-to-test |
/lgtm |
@mhils This need to be rebased. |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ccojocar, mhils The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
…startup This commit makes it so that the BPF program is loaded (and relocated) on profile recorder startup. When we then want to start the recording, we only need to attach the programs. This fixes the flakiness in kubernetes-sigs#2667 and kubernetes-sigs#2668 where program loading is taking so long that we miss container startup.
What type of PR is this?
/kind feature
What this PR does / why we need it:
This PR adds BPF instrumentation for
lsm/path_mknod
Which issue(s) this PR fixes:
None
Does this PR have test?
Yes.
Special notes for your reviewer:
Does this PR introduce a user-facing change?