]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
MIPS: randomize PIE load address
authorDavid Daney <ddaney.cavm@gmail.com>
Wed, 30 Nov 2011 04:11:43 +0000 (15:11 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Wed, 30 Nov 2011 04:13:56 +0000 (15:13 +1100)
... by selecting ARCH_BINFMT_ELF_RANDOMIZE_PIE

Signed-off-by: David Daney <david.daney@cavium.com>
Cc: Russell King <linux@arm.linux.org.uk>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Ingo Molnar <mingo@redhat.com>
Cc: "H. Peter Anvin" <hpa@zytor.com>
Cc: Alexander Viro <viro@zeniv.linux.org.uk>
Cc: H. Peter Anvin <hpa@zytor.com>
Cc: Ralf Baechle <ralf@linux-mips.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
arch/mips/Kconfig

index 8d87487841fb76a394a61357f21f188151f95e36..c2911b74690657d0e4a1a14ceb101f235e85894a 100644 (file)
@@ -25,6 +25,7 @@ config MIPS
        select GENERIC_IRQ_SHOW
        select HAVE_ARCH_JUMP_LABEL
        select IRQ_FORCED_THREADING
+       select ARCH_BINFMT_ELF_RANDOMIZE_PIE
 
 menu "Machine selection"