The patch titled Subject: selftests: khugepaged: fix several spelling mistakes has been added to the -mm tree. Its filename is es-khugepaged-introduce-max_ptes_shared-tunable-fix.patch This patch should soon appear at http://ozlabs.org/~akpm/mmots/broken-out/es-khugepaged-introduce-max_ptes_shared-tunable-fix.patch and later at http://ozlabs.org/~akpm/mmotm/broken-out/es-khugepaged-introduce-max_ptes_shared-tunable-fix.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: Colin Ian King <colin.king@xxxxxxxxxxxxx> Subject: selftests: khugepaged: fix several spelling mistakes There a are several spelling mistakes in various messages. Fix these. There are three spelling mistakes in various messages. Fix these. Link: http://lkml.kernel.org/r/20200420084241.65433-1-colin.king@xxxxxxxxxxxxx Signed-off-by: Colin Ian King <colin.king@xxxxxxxxxxxxx> Cc: "Kirill A. Shutemov" <kirill@xxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- tools/testing/selftests/vm/khugepaged.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/tools/testing/selftests/vm/khugepaged.c~es-khugepaged-introduce-max_ptes_shared-tunable-fix +++ a/tools/testing/selftests/vm/khugepaged.c @@ -908,7 +908,7 @@ static void collapse_max_ptes_shared() else fail("Fail"); - if (wait_for_scan("Do not collapse with max_ptes_shared exeeded", p)) + if (wait_for_scan("Do not collapse with max_ptes_shared exceeded", p)) fail("Timeout"); else if (!check_huge(p)) success("OK"); _ Patches currently in -mm which might be from colin.king@xxxxxxxxxxxxx are khugepaged-add-self-test-fix.patch es-khugepaged-introduce-max_ptes_shared-tunable-fix.patch