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

Ignore process entries in the munmap tracer #37

Merged
merged 1 commit into from
May 8, 2024

Conversation

javierhonduco
Copy link
Owner

Otherwise we send events for munmap to userspace about memory mappings that the BPF side doesn't know about, which mostly account for non-executable mappings.

Test Plan

Ran some test workloads without issues but right now the unmapping is not taken into account.

Otherwise we send events for munmap to userspace about memory mappings
that the BPF side doesn't know about, which mostly account for
non-executable mappings.

Test Plan
=========

Ran some test workloads without issues but right now the unmapping is not
taken into account.
@javierhonduco javierhonduco merged commit 4247bc3 into main May 8, 2024
8 checks passed
@javierhonduco javierhonduco deleted the munmap-ignore-proc-entries branch May 8, 2024 15:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant