-
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(ebpf): fix hidden_kernel_module not found symbol #3834
Conversation
7c06964
to
87c668f
Compare
87c668f
to
d898776
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.
All looks great.
Only issue is using consts for all error values.
3bf6bcd
to
424b21c
Compare
9e5afb4
to
45674b7
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.
LGTM
[ERROR] |
[ERROR] |
[ERROR] |
45674b7
to
a9a6d86
Compare
We have this update #3875 Please rebase your PR against main to make use of the new workflow setup. |
a9a6d86
to
2484b15
Compare
Rebased |
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
1. Explain what the PR does
Change hidden_kernel_module logic so that it's not based on layout_and_allocate symbol which is not always present in all kernels
2. Explain how to test it
./tracee -e=hidden_kernel_module
3. Other comments