crit: add VMA_AREA_UPROBES flag

Signed-off-by: Shashank Balaji <shashank.mahadasyam@sony.com>
This commit is contained in:
Shashank Balaji 2025-08-18 10:54:28 +09:00 committed by Andrei Vagin
parent 0ff2e0a66e
commit 74bf40feeb

View file

@ -105,6 +105,7 @@ mmap_status_map = [
('VMA_AREA_AIORING', 1 << 13),
('VMA_AREA_MEMFD', 1 << 14),
('VMA_AREA_SHSTK', 1 << 15),
('VMA_AREA_UPROBES', 1 << 17),
('VMA_UNSUPP', 1 << 31),
]