-
Notifications
You must be signed in to change notification settings - Fork 418
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
Tracee won't run in newer kernels (>= v6.4) due to bad CO-RE relocation. #3339
Comments
Thanks @ihexon, I'll add tests for latest kernels soon so we can pick these things. Question: 6.3 seems to be working in our tests (which is EOL so the next supported kernel version would be v6.4.6 (from the stable tree). Have you tested that version ? The v6.4.x from the stable tree ? Looks like you're testing a RC version. |
That is likely caused by changes in the kernel types: meaning that we will have to add a flavor of that type for recent kernels @OriGlassman FYI. |
replicated on 6.4.3 kernel
|
Description
Output of
tracee version
:I build tracee from source code, for now the commit:
Output of
uname -a
:Additional information
I also try the release version 0.16.2, still the same problem.
The text was updated successfully, but these errors were encountered: