From 381b9b68d8f5777c6d25c55cf4c2004038d0245c Mon Sep 17 00:00:00 2001 From: Andi Kleen Date: Sat, 25 Mar 2006 16:31:04 +0100 Subject: [PATCH] --- yaml --- r: 23831 b: refs/heads/master c: 7682968b7d4d42bb076051b962c3926b4c98539a h: refs/heads/master i: 23829: 40afa68e165529bccc05b8d06161905526c2f78b 23827: 3013b710e4d7c75793c8f4b9493a38026a73828f 23823: ab955dd9ab6835d22fa6be77c77bfa29ea95db93 v: v3 --- [refs] | 2 +- trunk/arch/x86_64/kernel/setup64.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index aeac103e3c2c..cff88d47b089 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: df92004ce60a0bb60c8315903c0765873c34a702 +refs/heads/master: 7682968b7d4d42bb076051b962c3926b4c98539a diff --git a/trunk/arch/x86_64/kernel/setup64.c b/trunk/arch/x86_64/kernel/setup64.c index 356b462cb0ec..eabdb63fec31 100644 --- a/trunk/arch/x86_64/kernel/setup64.c +++ b/trunk/arch/x86_64/kernel/setup64.c @@ -59,7 +59,7 @@ int __init nonx_setup(char *str) } __setup("noexec=", nonx_setup); /* parsed early actually */ -int force_personality32 = READ_IMPLIES_EXEC; +int force_personality32 = 0; /* noexec32=on|off Control non executable heap for 32bit processes.