The patch titled Subject: lib-math-rational-add-kunit-test-cases-fix has been removed from the -mm tree. Its filename was lib-math-rational-add-kunit-test-cases-fix.patch This patch was dropped because it was folded into lib-math-rational-add-kunit-test-cases.patch ------------------------------------------------------ From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Subject: lib-math-rational-add-kunit-test-cases-fix remove non-ascii characters, fix whitespace Cc: Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx> Cc: Daniel Latypov <dlatypov@xxxxxxxxxx> Cc: Oskar Schirmer <oskar@xxxxxxxxx> Cc: Trent Piepho <tpiepho@xxxxxxxxx> Cc: Yiyuan Guo <yguoaz@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- lib/math/rational-test.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) --- a/lib/math/rational-test.c~lib-math-rational-add-kunit-test-cases-fix +++ a/lib/math/rational-test.c @@ -13,8 +13,8 @@ struct rational_test_param { }; static const struct rational_test_param test_parameters[] = { - { 1230, 10, 100, 20, 100, 1, "Exceeds bounds, semi-convergent term > ½ last term" }, - { 34567,100, 120, 20, 120, 1, "Exceeds bounds, semi-convergent term < ½ last term" }, + { 1230, 10, 100, 20, 100, 1, "Exceeds bounds, semi-convergent term > 1/2 last term" }, + { 34567,100, 120, 20, 120, 1, "Exceeds bounds, semi-convergent term < 1/2 last term" }, { 1, 30, 100, 10, 0, 1, "Closest to zero" }, { 1, 19, 100, 10, 1, 10, "Closest to smallest non-zero" }, { 27,32, 16, 16, 11, 13, "Use convergent" }, @@ -42,13 +42,13 @@ static void rational_test(struct kunit * } static struct kunit_case rational_test_cases[] = { - KUNIT_CASE_PARAM(rational_test, rational_gen_params), - {} + KUNIT_CASE_PARAM(rational_test, rational_gen_params), + {} }; static struct kunit_suite rational_test_suite = { - .name = "rational", - .test_cases = rational_test_cases, + .name = "rational", + .test_cases = rational_test_cases, }; kunit_test_suites(&rational_test_suite); _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are lib-math-rational-add-kunit-test-cases.patch lib-decompressors-remove-set-but-not-used-variabled-level-fix.patch ipc-utilc-use-binary-search-for-max_idx-fix.patch mm.patch lazy-tlb-allow-lazy-tlb-mm-refcounting-to-be-configurable-fix.patch linux-next-pre.patch linux-next-post.patch linux-next-rejects.patch kernel-cgroup-cgroupc-dont-export-cgroup_get_e_css-twice.patch mm-introduce-memfd_secret-system-call-to-create-secret-memory-areas-fix.patch module-add-printk-formats-to-add-module-build-id-to-stacktraces-fix.patch module-add-printk-formats-to-add-module-build-id-to-stacktraces-fix-fix.patch kernel-forkc-export-kernel_thread-to-modules.patch