Import the new MADV_GUARD_INSTALL/REMOVE madvise flags.

Signed-off-by: Lorenzo Stoakes <[email protected]>
---
 tools/include/uapi/asm-generic/mman-common.h | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/tools/include/uapi/asm-generic/mman-common.h 
b/tools/include/uapi/asm-generic/mman-common.h
index 6ce1f1ceb432..1ea2c4c33b86 100644
--- a/tools/include/uapi/asm-generic/mman-common.h
+++ b/tools/include/uapi/asm-generic/mman-common.h
@@ -79,6 +79,9 @@
 
 #define MADV_COLLAPSE  25              /* Synchronous hugepage collapse */
 
+#define MADV_GUARD_INSTALL 102         /* fatal signal on access to range */
+#define MADV_GUARD_REMOVE 103          /* unguard range */
+
 /* compatibility flags */
 #define MAP_FILE       0
 
-- 
2.47.0


Reply via email to