The patch titled clean up default value of SYSCALL_DEBUG has been removed from the -mm tree. Its filename is cleanup-default-value-of-syscall_debug.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: clean up default value of SYSCALL_DEBUG From: Jean-Luc Leger <jean-luc.leger@xxxxxxxxxxxxxxxx> Default values for boolean and tristate options can only be 'y', 'm' or 'n'. This patch removes wrong default for SYSCALL_DEBUG. Signed-off-by: Jean-Luc Leger <jean-luc.leger@xxxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- arch/um/Kconfig.debug | 1 - 1 file changed, 1 deletion(-) diff -puN arch/um/Kconfig.debug~cleanup-default-value-of-syscall_debug arch/um/Kconfig.debug --- a/arch/um/Kconfig.debug~cleanup-default-value-of-syscall_debug +++ a/arch/um/Kconfig.debug @@ -49,7 +49,6 @@ config GCOV config SYSCALL_DEBUG bool "Enable system call debugging" - default N depends on DEBUG_INFO help This adds some system debugging to UML, including keeping a ring buffer _ Patches currently in -mm which might be from jean-luc.leger@xxxxxxxxxxxxxxxx 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