The patch titled clean up default value of SYSCALL_DEBUG has been added to the -mm tree. Its filename is cleanup-default-value-of-syscall_debug.patch See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this 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 files changed, 1 deletion(-) diff -puN arch/um/Kconfig.debug~cleanup-default-value-of-syscall_debug arch/um/Kconfig.debug --- devel/arch/um/Kconfig.debug~cleanup-default-value-of-syscall_debug 2006-04-16 17:51:29.000000000 -0700 +++ devel-akpm/arch/um/Kconfig.debug 2006-04-16 17:51:29.000000000 -0700 @@ -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 cleanup-default-value-of-sched_smt.patch cleanup-default-value-of-syscall_debug.patch cleanup-default-value-of-mtd_pcmcia_anonymous.patch cleanup-default-value-of-usb_isp116x_hcd-usb_sl811_hcd-and-usb_sl811_cs.patch cleanup-default-value-of-ip_dccp_ackvec.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