* Patch "arm64: kconfig: Move LIST_POISON to a safe value" has been added to the 3.14-stable tree
@ 2015-09-23 4:35 gregkh
0 siblings, 0 replies; only message in thread
From: gregkh @ 2015-09-23 4:35 UTC (permalink / raw)
To: jeffv, catalin.marinas, gregkh, tstrudel, will.deacon
Cc: stable, stable-commits
This is a note to let you know that I've just added the patch titled
arm64: kconfig: Move LIST_POISON to a safe value
to the 3.14-stable tree which can be found at:
http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary
The filename of the patch is:
arm64-kconfig-move-list_poison-to-a-safe-value.patch
and it can be found in the queue-3.14 subdirectory.
If you, or anyone else, feels it should not be added to the stable tree,
please let <stable@vger.kernel.org> know about it.
>From bf0c4e04732479f650ff59d1ee82de761c0071f0 Mon Sep 17 00:00:00 2001
From: Jeff Vander Stoep <jeffv@google.com>
Date: Tue, 18 Aug 2015 20:50:10 +0100
Subject: arm64: kconfig: Move LIST_POISON to a safe value
From: Jeff Vander Stoep <jeffv@google.com>
commit bf0c4e04732479f650ff59d1ee82de761c0071f0 upstream.
Move the poison pointer offset to 0xdead000000000000, a
recognized value that is not mappable by user-space exploits.
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>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
---
arch/arm64/Kconfig | 4 ++++
1 file changed, 4 insertions(+)
--- a/arch/arm64/Kconfig
+++ b/arch/arm64/Kconfig
@@ -68,6 +68,10 @@ config NO_IOPORT
config STACKTRACE_SUPPORT
def_bool y
+config ILLEGAL_POINTER_VALUE
+ hex
+ default 0xdead000000000000
+
config LOCKDEP_SUPPORT
def_bool y
Patches currently in stable-queue which might be from jeffv@google.com are
queue-3.14/arm64-kconfig-move-list_poison-to-a-safe-value.patch
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2015-09-23 4:35 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-23 4:35 Patch "arm64: kconfig: Move LIST_POISON to a safe value" has been added to the 3.14-stable tree gregkh
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.