You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 :/
The text was updated successfully, but these errors were encountered:
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>
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>
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 inmm_struct::mmap
since torvalds/linux@763ecb0 (v6.1
) . That makes iterating all VMAs of a process much harder right now :/The text was updated successfully, but these errors were encountered: