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

fix(ebpf): revise thread stack identification logic #4578

Merged
merged 1 commit into from
Feb 5, 2025

Conversation

oshaked1
Copy link
Contributor

@oshaked1 oshaked1 commented Feb 5, 2025

Identifying thread stacks by a VMA is unreliable because VMA splitting and joining may cause the searched VMA to not align nicely with the thread stack VMA.
Instead, we can identify a thread stack by an address, making the identification straight-forward.

Identifying thread stacks by a VMA is unreliable because VMA splitting
and joining may cause the searched VMA to not align nicely with the
thread stack VMA.
Instead, we can identify a thread stack by an address, making the
identification straight-forward.
Copy link
Member

@geyslan geyslan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@geyslan
Copy link
Member

geyslan commented Feb 5, 2025

/fast-forward

@github-actions github-actions bot merged commit 5a727b3 into aquasecurity:main Feb 5, 2025
41 checks passed
@oshaked1 oshaked1 deleted the fix_thread_stack branch February 5, 2025 14:24
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