From 3309e2d7a1aa82e52d7ac0facd64f9b5c28f923b Mon Sep 17 00:00:00 2001 From: Szabolcs Nagy Date: Sat, 19 Dec 2020 22:29:19 +0000 Subject: aarch64/bits/mman.h: add PROT_MTE from linux v5.10 see linux commit 9f3419315f3cdc41a7318e4d50ba18a592b30c8c arm64: mte: Add PROT_MTE support to mmap() and mprotect() --- arch/aarch64/bits/mman.h | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/aarch64/bits/mman.h b/arch/aarch64/bits/mman.h index 6d9d8850..8fad5ceb 100644 --- a/arch/aarch64/bits/mman.h +++ b/arch/aarch64/bits/mman.h @@ -1 +1,2 @@ #define PROT_BTI 0x10 +#define PROT_MTE 0x20 -- cgit v1.2.1