The patch titled Subject: consolidate-config_debug_strict_user_copy_checks-fix has been removed from the -mm tree. Its filename was consolidate-config_debug_strict_user_copy_checks-fix.patch This patch was dropped because it was folded into consolidate-config_debug_strict_user_copy_checks.patch The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/ ------------------------------------------------------ From: Sedat Dilek <sedat.dilek@xxxxxxxxxxxxxx> Subject: consolidate-config_debug_strict_user_copy_checks-fix s/lib-/obj-/ for usercopy.o Reported-by: Randy Dunlap <rdunlap@xxxxxxxxxxxx> Reported-by: Sedat Dilek <sedat.dilek@xxxxxxxxx> Tested-by: Randy Dunlap <rdunlap@xxxxxxxxxxxx> Tested-by: Sedat Dilek <sedat.dilek@xxxxxxxxx> Cc: Stephen Boyd <sboyd@xxxxxxxxxxxxxx> Signed-off-by: Sedat Dilek <sedat.dilek@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- lib/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN lib/Makefile~consolidate-config_debug_strict_user_copy_checks-fix lib/Makefile --- a/lib/Makefile~consolidate-config_debug_strict_user_copy_checks-fix +++ a/lib/Makefile @@ -14,7 +14,7 @@ lib-y := ctype.o string.o vsprintf.o cmd proportions.o prio_heap.o ratelimit.o show_mem.o \ is_single_threaded.o plist.o decompress.o -lib-$(CONFIG_ARCH_HAS_DEBUG_STRICT_USER_COPY_CHECKS) += usercopy.o +obj-$(CONFIG_ARCH_HAS_DEBUG_STRICT_USER_COPY_CHECKS) += usercopy.o lib-$(CONFIG_MMU) += ioremap.o lib-$(CONFIG_SMP) += cpumask.o _ Patches currently in -mm which might be from sedat.dilek@xxxxxxxxxxxxxx are consolidate-config_debug_strict_user_copy_checks.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