The patch titled Subject: kconfig-consolidate-config_debug_strict_user_copy_checks-fix has been removed from the -mm tree. Its filename was kconfig-consolidate-config_debug_strict_user_copy_checks-fix.patch This patch was dropped because it was folded into kconfig-consolidate-config_debug_strict_user_copy_checks.patch ------------------------------------------------------ From: Stephen Boyd <sboyd@xxxxxxxxxxxxxx> Subject: kconfig-consolidate-config_debug_strict_user_copy_checks-fix > CC [M] fs/binfmt_misc.o > In file included from arch/x86/include/asm/uaccess.h:537:0, > from include/linux/uaccess.h:5, > from include/linux/highmem.h:8, > from include/linux/pagemap.h:10, > from fs/binfmt_misc.c:27: > arch/x86/include/asm/uaccess_32.h: In function 'parse_command.part.1': > arch/x86/include/asm/uaccess_32.h:211:26: warning: call to 'copy_from_user_overflow' declared with attribute warning: copy_from_user() buffer size is not provably correct [enabled by default] Hm.. That's because it's part of lib and not obj, right? Cc: Arnd Bergmann <arnd@xxxxxxxx> Cc: Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx> Acked-by: Randy Dunlap <rdunlap@xxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- lib/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN lib/Makefile~kconfig-consolidate-config_debug_strict_user_copy_checks-fix lib/Makefile --- a/lib/Makefile~kconfig-consolidate-config_debug_strict_user_copy_checks-fix +++ a/lib/Makefile @@ -15,7 +15,7 @@ lib-y := ctype.o string.o vsprintf.o cmd is_single_threaded.o plist.o decompress.o kobject_uevent.o \ earlycpio.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 sboyd@xxxxxxxxxxxxxx are origin.patch kconfig-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