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

Support Maple tree data structure #261

Closed
marxin opened this issue Jan 30, 2023 · 0 comments
Closed

Support Maple tree data structure #261

marxin opened this issue Jan 30, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@marxin
Copy link
Contributor

marxin commented Jan 30, 2023

Similarly to other tree data structures (e.g. drgn.helpers.linux.rbtree), please add support for Maple trees. The data structure replaces the linked list in mm_struct::mmap since torvalds/linux@763ecb0 (v6.1) . That makes iterating all VMAs of a process much harder right now :/

@osandov osandov added the enhancement New feature or request label Jul 5, 2023
osandov added a commit that referenced this issue Oct 30, 2023
Maple trees have been around and used for VMAs for almost a year now
(since Linux 6.1). Finally add helpers and tests for them.

Closes #261.

Signed-off-by: Omar Sandoval <osandov@osandov.com>
osandov added a commit that referenced this issue Oct 30, 2023
Maple trees have been around and used for VMAs for almost a year now
(since Linux 6.1). Finally add helpers and tests for them.

Closes #261.

Signed-off-by: Omar Sandoval <osandov@osandov.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants