The patch titled Subject: add-testcases-for-memset16-32-64-fix has been removed from the -mm tree. Its filename was add-testcases-for-memset16-32-64-fix.patch This patch was dropped because it was folded into add-testcases-for-memset16-32-64.patch ------------------------------------------------------ From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Subject: add-testcases-for-memset16-32-64-fix minor tweaks Cc: Matthew Wilcox <mawilcox@xxxxxxxxxxxxx> Cc: Matthew Wilcox <willy@xxxxxxxxxxxxx> Cc: "H. Peter Anvin" <hpa@xxxxxxxxx> Cc: "James E.J. Bottomley" <jejb@xxxxxxxxxxxxxxxxxx> Cc: "Martin K. Petersen" <martin.petersen@xxxxxxxxxx> Cc: David Miller <davem@xxxxxxxxxxxxx> Cc: Ingo Molnar <mingo@xxxxxxx> Cc: Ivan Kokshaysky <ink@xxxxxxxxxxxxxxxxxxxx> Cc: Matt Turner <mattst88@xxxxxxxxx> Cc: Michael Ellerman <mpe@xxxxxxxxxxxxxx> Cc: Minchan Kim <minchan@xxxxxxxxxx> Cc: Ralf Baechle <ralf@xxxxxxxxxxxxxx> Cc: Richard Henderson <rth@xxxxxxxxxxx> Cc: Russell King <rmk+kernel@xxxxxxxxxxxxxxx> Cc: Sam Ravnborg <sam@xxxxxxxxxxxx> Cc: Sergey Senozhatsky <sergey.senozhatsky@xxxxxxxxx> Cc: Thomas Gleixner <tglx@xxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- lib/string.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff -puN lib/string.c~add-testcases-for-memset16-32-64-fix lib/string.c --- a/lib/string.c~add-testcases-for-memset16-32-64-fix +++ a/lib/string.c @@ -1150,7 +1150,6 @@ fail: if (i < 256) return (i << 24) | (j << 16) | k; return 0; - return 0; } static __init int string_selftest_init(void) @@ -1180,4 +1179,4 @@ fail: } module_init(string_selftest_init); -#endif +#endif /* CONFIG_STRING_SELFTEST */ _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are add-testcases-for-memset16-32-64.patch vga-optimise-console-scrolling-fix.patch lib-add-test-for-bitmap_parselist-fix.patch bitmap-introduce-bitmap_from_u64-checkpatch-fixes.patch bitmap-introduce-bitmap_from_u64-checkpatch-fixes-fix.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