aboutsummaryrefslogtreecommitdiff
path: root/include/uapi
diff options
context:
space:
mode:
authorWill Deacon <[email protected]>2022-03-14 18:58:46 +0000
committerWill Deacon <[email protected]>2022-03-14 18:58:46 +0000
commit0d3d031595cbac3d57a68e600a7facab1ecbdece (patch)
tree646f566e88c221d9779b594ae17d699d85605f00 /include/uapi
parentdfd42facf1e4ada021b939b4e19c935dcdd55566 (diff)
parent3a4f7ef4bed5bdc77a1ac8132f9f0650bbcb3eae (diff)
Merge branch 'for-next/coredump' into for-next/core
* for-next/coredump: arm64: Change elfcore for_each_mte_vma() to use VMA iterator arm64: mte: Document the core dump file format arm64: mte: Dump the MTE tags in the core file arm64: mte: Define the number of bytes for storing the tags in a page elf: Introduce the ARM MTE ELF segment type elfcore: Replace CONFIG_{IA64, UML} checks with a new option
Diffstat (limited to 'include/uapi')
-rw-r--r--include/uapi/linux/elf.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/uapi/linux/elf.h b/include/uapi/linux/elf.h
index 61bf4774b8f2..fe8e5b74cb39 100644
--- a/include/uapi/linux/elf.h
+++ b/include/uapi/linux/elf.h
@@ -40,6 +40,9 @@ typedef __s64 Elf64_Sxword;
#define PT_GNU_STACK (PT_LOOS + 0x474e551)
+/* ARM MTE memory tag segment type */
+#define PT_ARM_MEMTAG_MTE (PT_LOPROC + 0x1)
+
/*
* Extended Numbering
*