lkml.org 
[lkml]   [2008]   [Apr]   [18]   [last100]   RSS Feed
Views: [more markup]  [less markup]  [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
DateFri, 18 Apr 2008 15:36:45 +0200
FromIngo Molnar <>
SubjectRe: StackProtector Oopses - Re: 2.6.25-mm1
* Reuben Farrelly <reuben-linuxkernel@reub.net> wrote:

> is enough to prevent my system booting, viz:

hm, does it boot up fine with the attached patch and stackprotector 
enabled? It appears that your system got to the self-test so 
stackprotector is working mostly - it's just that the self-test went 
wrong.

	Ingo

----------------->
Subject: x86: disable stackprotector selftest
From: Ingo Molnar <mingo@elte.hu>
Date: Fri Apr 18 15:21:49 CEST 2008
Signed-off-by: Ingo Molnar <mingo@elte.hu>
---
 kernel/panic.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
Index: linux-x86.q/kernel/panic.c
===================================================================
--- linux-x86.q.orig/kernel/panic.c
+++ linux-x86.q/kernel/panic.c
@@ -394,5 +394,5 @@ void __stack_chk_fail(void)
 }
 EXPORT_SYMBOL(__stack_chk_fail);
 
-late_initcall(__stack_chk_test);
+/* late_initcall(__stack_chk_test); */
 #endif

\
 
 \ /
  Last update: 2008-04-18 15:39    [from the cache]
©2003-2008