The patch titled Subject: lib-add-test-for-bitmap_parselist-fix has been removed from the -mm tree. Its filename was lib-add-test-for-bitmap_parselist-fix.patch This patch was dropped because it was folded into lib-add-test-for-bitmap_parselist.patch ------------------------------------------------------ From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Subject: lib-add-test-for-bitmap_parselist-fix fix printk warning Cc: Matthew Wilcox <mawilcox@xxxxxxxxxxxxx> Cc: Mauro Carvalho Chehab <mchehab@xxxxxxxxxx> Cc: Noam Camus <noamca@xxxxxxxxxxxx> Cc: Rasmus Villemoes <linux@xxxxxxxxxxxxxxxxxx> Cc: Yury Norov <ynorov@xxxxxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- lib/test_bitmap.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff -puN lib/test_bitmap.c~lib-add-test-for-bitmap_parselist-fix lib/test_bitmap.c --- a/lib/test_bitmap.c~lib-add-test-for-bitmap_parselist-fix +++ a/lib/test_bitmap.c @@ -232,8 +232,9 @@ static void __init test_bitmap_parselist } if (ptest.flags & PARSE_TIME) - pr_err("test %d: input is '%s' OK, Time: %lu\n", - i, ptest.in, cycles); + pr_err("test %d: input is '%s' OK, Time: %llu\n", + i, ptest.in, + (unsigned long long)cycles); } } _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are lib-add-test-for-bitmap_parselist.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