lib/py: add VMA_AREA_MEMFD constant

The VMA_AREA_MEMFD constant was introduced with commit

29a1a88bce
memfd: add memory mapping support

This patch extends the status map used in CRIT and coredump with the
value of this constant to recognize it.

Signed-off-by: Radostin Stoyanov <rstoyanov@fedoraproject.org>
This commit is contained in:
Radostin Stoyanov 2023-08-13 12:21:35 +01:00 committed by Andrei Vagin
parent d3b955e578
commit d1096e3b31
2 changed files with 2 additions and 0 deletions

View file

@ -53,6 +53,7 @@ status = {
"VMA_AREA_SOCKET": 1 << 11,
"VMA_AREA_VVAR": 1 << 12,
"VMA_AREA_AIORING": 1 << 13,
"VMA_AREA_MEMFD": 1 << 14,
"VMA_AREA_UNSUPP": 1 << 31
}