[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20070422090930.GA4246@APFDCB5C>
Date: Sun, 22 Apr 2007 18:09:30 +0900
From: Akinobu Mita <akinobu.mita@...il.com>
To: Andi Kleen <andi@...stfloor.org>,
Scott Porter <scott@...ngridcomputing.com>,
linux-kernel <linux-kernel@...r.kernel.org>
Cc: akpm@...ux-foundation.org
Subject: [PATCH] fault injection: disable stacktrace filter for x86-64
Disable stacktrace filter support for x86-64 for now.
Will be enable when we can get the dwarf2 unwinder back.
Signed-off-by: Akinobu Mita <akinobu.mita@...il.com>
---
lib/Kconfig.debug | 1 +
1 file changed, 1 insertion(+)
Index: 2.6-git/lib/Kconfig.debug
===================================================================
--- 2.6-git.orig/lib/Kconfig.debug
+++ 2.6-git/lib/Kconfig.debug
@@ -442,6 +442,7 @@ config FAULT_INJECTION_DEBUG_FS
config FAULT_INJECTION_STACKTRACE_FILTER
bool "stacktrace filter for fault-injection capabilities"
depends on FAULT_INJECTION_DEBUG_FS && STACKTRACE_SUPPORT
+ depends on !X86_64
select STACKTRACE
select FRAME_POINTER
help
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists