-
Notifications
You must be signed in to change notification settings - Fork 170
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
new: extend SEND_X and SENDTO_X #2221
base: master
Are you sure you want to change the base?
Conversation
Perf diff from master - unit tests
Heap diff from master - unit tests
Heap diff from master - scap file
Benchmarks diff from master
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #2221 +/- ##
==========================================
+ Coverage 75.34% 75.49% +0.14%
==========================================
Files 279 281 +2
Lines 34368 34466 +98
Branches 5872 5868 -4
==========================================
+ Hits 25894 26019 +125
+ Misses 8474 8447 -27
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
be1b6cc
to
beabd39
Compare
a0bdde4
to
96bd93d
Compare
685f4d2
to
feb5a94
Compare
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.
/approve
LGTM label has been added. Git tree hash: 1c4820b2df7acbfefd9ea14ef21eab9a9700f78c
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ekoops, FedeDP 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 |
/hold |
feb5a94
to
aecef5a
Compare
New changes are detected. LGTM label has been removed. |
Signed-off-by: Leonardo Di Giovanna <[email protected]>
Signed-off-by: Leonardo Di Giovanna <[email protected]>
aecef5a
to
60d75c5
Compare
I triggered kernel-testing workflow against this PR : https://github.com/falcosecurity/libs/actions/runs/13070126804 |
Arm64:
Amd64:
There is an issue with amazonlinux 4.19 bpf :/
|
What type of PR is this?
/kind feature
Any specific area of the project related to this PR?
/area driver-kmod
/area driver-bpf
/area driver-modern-bpf
/area libscap-engine-savefile
/area libscap
/area libsinsp
/area tests
Does this PR require a change in the driver versions?
/version driver-SCHEMA-version-minor
What this PR does / why we need it:
This PR is part of #2068. Besides extending the exit events,
SEND_X
now also exports the socktuple. Moreover, the PR also adds scap files conversion tests for events related to the accept syscall.Which issue(s) this PR fixes:
Fixes #
Special notes for your reviewer:
Does this PR introduce a user-facing change?: