diff options
author | Jeff Vander Stoep <jeffv@google.com> | 2015-08-18 20:50:10 +0100 |
---|---|---|
committer | Will Deacon <will.deacon@arm.com> | 2015-08-19 17:10:21 +0100 |
commit | bf0c4e04732479f650ff59d1ee82de761c0071f0 (patch) | |
tree | 2450e9a6432c6c39e7bab9a16a807ed9ae963a44 /arch/arm64/Kconfig | |
parent | 9a5ad7d0e3e1c6c0c11df89fbc5376f8aaf7a90f (diff) | |
download | linux-stable-bf0c4e04732479f650ff59d1ee82de761c0071f0.tar.gz linux-stable-bf0c4e04732479f650ff59d1ee82de761c0071f0.tar.bz2 linux-stable-bf0c4e04732479f650ff59d1ee82de761c0071f0.zip |
arm64: kconfig: Move LIST_POISON to a safe value
Move the poison pointer offset to 0xdead000000000000, a
recognized value that is not mappable by user-space exploits.
Cc: <stable@vger.kernel.org>
Acked-by: Catalin Marinas <catalin.marinas@arm.com>
Signed-off-by: Thierry Strudel <tstrudel@google.com>
Signed-off-by: Jeff Vander Stoep <jeffv@google.com>
Signed-off-by: Will Deacon <will.deacon@arm.com>
Diffstat (limited to 'arch/arm64/Kconfig')
-rw-r--r-- | arch/arm64/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig index 78b89fa337ee..f3d751a342f0 100644 --- a/arch/arm64/Kconfig +++ b/arch/arm64/Kconfig @@ -106,6 +106,10 @@ config NO_IOPORT_MAP config STACKTRACE_SUPPORT def_bool y +config ILLEGAL_POINTER_VALUE + hex + default 0xdead000000000000 + config LOCKDEP_SUPPORT def_bool y |