Skip to content
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

[v0.21.0] capture: fixes and tests #4023

Merged

Conversation

NDStrahilevitz
Copy link
Collaborator

Waiting to merge #4016 so that the mainline commits can be specified in the commit messages.

Commit 3ddf73d changed various probe_read calls to probe_read_kernel.
However, io capture relies on reading userspace buffers, as such the
pointers being read are userspace pointers. Therefore the relevant calls
in some of these changes, affecting IO capture, were changed to
probe_read_user.

commit: e08d553 (main), cherry-pick
Add an e2e instrumentation test for the vfs_writev event. Due to the
event being broken on some kernels, it is currently disabled (missing
in declaration in pr.yaml).

commit: ce26df3 (main), cherry-pick
commit: d89195c (main), cherry-pick
@NDStrahilevitz NDStrahilevitz force-pushed the io_capture_fix_v0.21.0 branch from 44b987a to e9224fa Compare May 7, 2024 09:59
@NDStrahilevitz NDStrahilevitz marked this pull request as ready for review May 7, 2024 09:59
@NDStrahilevitz NDStrahilevitz merged commit 0609071 into aquasecurity:v0.21.0 May 7, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants