-
Notifications
You must be signed in to change notification settings - Fork 164
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 listen syscall backlog field size #1256
Conversation
Please double check driver/API_VERSION file. See versioning. /hold |
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.
Also here we need to remove the new event pair, the patch should become much easier
driver/modern_bpf/programs/tail_called/events/syscall_dispatched_events/listen.bpf.c
Show resolved
Hide resolved
driver/modern_bpf/programs/tail_called/events/syscall_dispatched_events/listen.bpf.c
Outdated
Show resolved
Hide resolved
driver/modern_bpf/programs/tail_called/events/syscall_dispatched_events/listen.bpf.c
Outdated
Show resolved
Hide resolved
driver/modern_bpf/programs/tail_called/events/syscall_dispatched_events/listen.bpf.c
Show resolved
Hide resolved
Same comment as @Andreagit97 see my old post in the closed PR #1200 (comment) again our apologies. |
One more note we enforce usage of |
5fce15d
to
8d4e736
Compare
@oheifetz thanks for removing the new event type.
Uhm @Andreagit97 I don't see a filler for Line 42 in 6ddef94
and we only push values of unsigned long in there. The right fix is likely adding dedicated fillers for old bpf and kernel module as well. |
8e74607
to
b9a3329
Compare
b9a3329
to
c75bfb2
Compare
OK, pushed all changes and all driver tests passed also fixed the issues noted in this thread by @incertum and @Andreagit97 |
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.
@Andreagit97 re schema version do we bump in this PR?
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.
Amazing work thanks! For what concern the SCHEMA_VERSION, yeah we need a minor bump
c75bfb2
to
8a854d2
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
Thank you!
LGTM label has been added. Git tree hash: 6cb15fd12ed6c47cb13a95ce2fb6183df88f55eb
|
bump schema version minor Reported by: github issue falcosecurity#515 Signed-off-by: Ofer Heifetz <oheifetz@gmail.com>
8a854d2
to
5eb1c0b
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: d9707002c3d189357940d4ab45b6c087e9dd5f5c
|
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
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: Andreagit97, incertum, oheifetz 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 |
Reported by: github issue #515
What type of PR is this?
/kind cleanup
Any specific area of the project related to this PR?
/area driver-bpf
/area driver-modern-bpf
/area libscap
/area tests
Does this PR require a change in the driver versions?
What this PR does / why we need it: fix listen syscall backlog field size
Which issue(s) this PR fixes: issue #515
Fixes #
Special notes for your reviewer:
Does this PR introduce a user-facing change?: