-
You must be signed in to change notification settings -
fix for kernels v6.3 and mitigation for tracee.pid in tests #3076
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
Conversation
This is ready for review. The only thing having errors in v6.1 and v6.3 kernels is the e2e instrumentation tests for file_modification event (opened #3077 for that issue). I don't see why not merging this one (if you agree) because then the tests will get fixed once that PR is merged (hopefully). |
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
Updating urfave brought some issues with cmdline parsing. Usually we would fix them but, since urfave is being deprecated, it is just easier to keep urfave version until then. Fixes broken "magic_write_filter" parsing.
commit cea89a6 (HEAD -> include-v6, rafaeldtinoco/include-v6)
Author: Rafael David Tinoco rafaeldtinoco@gmail.com
Date: Mon May 8 23:45:33 2023
commit f45cc1b
Author: Rafael David Tinoco rafaeldtinoco@gmail.com
Date: Mon May 8 23:42:07 2023
commit 5752060
Author: Rafael David Tinoco rafaeldtinoco@gmail.com
Date: Mon May 8 12:54:31 2023
commit 6aee729
Author: Rafael David Tinoco rafaeldtinoco@gmail.com
Date: Mon May 8 12:53:06 2023
The only change that isn't chore is the change that fixes v6.3 kernels (commit f45cc1b) and the way to test it:
test case
in a v6.3.1 kernel (vanilla upstream)
in a 5.15.0-69-generic kernel (ubuntu flavored)