-
Notifications
You must be signed in to change notification settings - Fork 416
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(events): fix process_execute_failed
missing symbol for new kernels
#3983
fix(events): fix process_execute_failed
missing symbol for new kernels
#3983
Conversation
23090de
to
0774240
Compare
process_execute_failed
missing symbol for new kernels
Going over this today. 👍🏼 |
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.
LGTM
Fix an issue that usermode events are only created if they should be emitted.
The previous probe was missing from different distros and kernels. The new probes are safer, but only exist starting from v5.8 of the kernel.
0774240
to
a496a9e
Compare
@geyslan if you can make sure this PR is getting into the 0.21 version it would be great. |
This one went unnoticed, sorry. We filter by kind/bug label to check if a PR needs to enter before the RC. Probably some issue or this PR did not have the label and this one was left out. But let's fix it. |
E2E 1483 green. |
Backport: #4011 |
1. Explain what the PR does
Fix the
process_execute_failed
event missing probe error for kernel 5.8 forward.This is a quick fix, as it uses a global value to determine which probes to use.
In the future, it should be determined using the fallback mechanism - #3965.
This is the fast fix for the previous PR #3881.
Fix #3356
Also fix #3727 as this is the last step for it to be fixed.
On the way fix #4008
2. Explain how to test it
3. Other comments