commit | 1ed5534657900caee2184768e402ba7567d498b0 | [log] [tgz] |
---|---|---|
author | Christopher Ferris <cferris@google.com> | Tue Mar 22 16:06:25 2022 -0700 |
committer | Christopher Ferris <cferris@google.com> | Tue Mar 22 16:48:40 2022 -0700 |
tree | c37bf47d3499ce4601b3cb26a38aa2b4e3b019e9 | |
parent | 8397fadb2e4e912a76093900e7301d94ceee023f [diff] [blame] |
Update to v5.17 kernel headers. Kernel headers coming from: Git: https://android.googlesource.com/kernel/common/ Branch: android-mainline Tag: android-mainline-5.17 Test: Boots on a flame and all bionic unit tests pass. Change-Id: I7057d7308241f3acfa600597d287994c39ababbc
diff --git a/libc/kernel/uapi/asm-x86/asm/prctl.h b/libc/kernel/uapi/asm-x86/asm/prctl.h index d8014b1..c5ba2d6 100644 --- a/libc/kernel/uapi/asm-x86/asm/prctl.h +++ b/libc/kernel/uapi/asm-x86/asm/prctl.h
@@ -27,6 +27,8 @@ #define ARCH_GET_XCOMP_SUPP 0x1021 #define ARCH_GET_XCOMP_PERM 0x1022 #define ARCH_REQ_XCOMP_PERM 0x1023 +#define ARCH_GET_XCOMP_GUEST_PERM 0x1024 +#define ARCH_REQ_XCOMP_GUEST_PERM 0x1025 #define ARCH_MAP_VDSO_X32 0x2001 #define ARCH_MAP_VDSO_32 0x2002 #define ARCH_MAP_VDSO_64 0x2003