The patch titled Subject: lib-test_bitmap-add-testcases-for-bitmap_parselist-v5 has been added to the -mm tree. Its filename is lib-test_bitmap-add-testcases-for-bitmap_parselist-v5.patch This patch should soon appear at http://ozlabs.org/~akpm/mmots/broken-out/lib-test_bitmap-add-testcases-for-bitmap_parselist-v5.patch and later at http://ozlabs.org/~akpm/mmotm/broken-out/lib-test_bitmap-add-testcases-for-bitmap_parselist-v5.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/process/submit-checklist.rst when testing your code *** The -mm tree is included into linux-next and is updated there every 3-4 working days ------------------------------------------------------ From: Yury Norov <ynorov@xxxxxxxxxxx> Subject: lib-test_bitmap-add-testcases-for-bitmap_parselist-v5 Link: http://lkml.kernel.org/r/20190416063801.20134-5-ynorov@xxxxxxxxxxx Signed-off-by: Yury Norov <ynorov@xxxxxxxxxxx> Reviewed-by: Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx> Cc: Arnd Bergmann <arnd@xxxxxxxx> Cc: Kees Cook <keescook@xxxxxxxxxxxx> Cc: Matthew Wilcox <willy@xxxxxxxxxxxxx> Cc: Mike Travis <travis@xxxxxxx> Cc: Rasmus Villemoes <linux@xxxxxxxxxxxxxxxxxx> Cc: Tetsuo Handa <penguin-kernel@xxxxxxxxxxxxxxxxxxx> Cc: Yury Norov <yury.norov@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- lib/test_bitmap.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) --- a/lib/test_bitmap.c~lib-test_bitmap-add-testcases-for-bitmap_parselist-v5 +++ a/lib/test_bitmap.c @@ -254,11 +254,11 @@ static const struct test_bitmap_parselis {0, "0-2047:128/256", NULL, 2048, PARSE_TIME}, - {0, "", &exp[12], 8, 0}, - {0, "\n", &exp[12], 8, 0}, - {0, ",, ,, , , ,", &exp[12], 8, 0}, - {0, " , ,, , , ", &exp[12], 8, 0}, - {0, " , ,, , , \n", &exp[12], 8, 0}, + {0, "", &exp[12 * step], 8, 0}, + {0, "\n", &exp[12 * step], 8, 0}, + {0, ",, ,, , , ,", &exp[12 * step], 8, 0}, + {0, " , ,, , , ", &exp[12 * step], 8, 0}, + {0, " , ,, , , \n", &exp[12 * step], 8, 0}, {-EINVAL, "-1", NULL, 8, 0}, {-EINVAL, "-0", NULL, 8, 0}, _ Patches currently in -mm which might be from ynorov@xxxxxxxxxxx are lib-rework-bitmap_parselist-v5.patch lib-test_bitmap-add-testcases-for-bitmap_parselist-v5.patch cpumask-fix-double-string-traverse-in-cpumask_parse.patch