The patch titled fault injection: disable stacktrace filter for x86-64 has been removed from the -mm tree. Its filename was fault-injection-disable-stacktrace-filter-for-x86-64.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: fault injection: disable stacktrace filter for x86-64 From: Akinobu Mita <akinobu.mita@xxxxxxxxx> 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@xxxxxxxxx> Acked-by: Andi Kleen <ak@xxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- lib/Kconfig.debug | 1 + 1 file changed, 1 insertion(+) diff -puN lib/Kconfig.debug~fault-injection-disable-stacktrace-filter-for-x86-64 lib/Kconfig.debug --- a/lib/Kconfig.debug~fault-injection-disable-stacktrace-filter-for-x86-64 +++ a/lib/Kconfig.debug @@ -438,6 +438,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 _ Patches currently in -mm which might be from akinobu.mita@xxxxxxxxx are git-alsa.patch auth_gss-unregister-gss_domain-when-unloading-module.patch add-kstrndup.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html