The patch titled uml: declare in Kconfig our partial LOCKDEP support has been removed from the -mm tree. Its filename is uml-declare-in-kconfig-our-partial-lockdep-support.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: uml: declare in Kconfig our partial LOCKDEP support From: Paolo 'Blaisorblade' Giarrusso <blaisorblade@xxxxxxxx> Declare UML partial support for LOCKDEP - however IRQFLAGS tracing requires some coding which nobody did yet, so we cannot run full lockdep on UML. Grep for CONFIG_TRACE_IRQFLAGS on i386 code to find their implementation. Signed-off-by: Paolo 'Blaisorblade' Giarrusso <blaisorblade@xxxxxxxx> Cc: Jeff Dike <jdike@xxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- arch/um/Kconfig | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff -puN arch/um/Kconfig~uml-declare-in-kconfig-our-partial-lockdep-support arch/um/Kconfig --- a/arch/um/Kconfig~uml-declare-in-kconfig-our-partial-lockdep-support +++ a/arch/um/Kconfig @@ -25,6 +25,19 @@ config PCI config PCMCIA bool +# Yet to do! +config TRACE_IRQFLAGS_SUPPORT + bool + default n + +config LOCKDEP_SUPPORT + bool + default y + +config STACKTRACE_SUPPORT + bool + default y + config GENERIC_CALIBRATE_DELAY bool default y _ Patches currently in -mm which might be from blaisorblade@xxxxxxxx are origin.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