The patch titled Subject: mm-selftest-add-map_populate-test-fix has been added to the -mm tree. Its filename is mm-selftest-add-map_populate-test-fix.patch This patch should soon appear at http://ozlabs.org/~akpm/mmots/broken-out/mm-selftest-add-map_populate-test-fix.patch and later at http://ozlabs.org/~akpm/mmotm/broken-out/mm-selftest-add-map_populate-test-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: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Subject: mm-selftest-add-map_populate-test-fix change message, per review discussion Cc: Dmitry Safonov <0x7f454c46@xxxxxxxxx> Cc: Dmitry Safonov <dima@xxxxxxxxxx> Cc: Hua Zhong <hzhong@xxxxxxxxxx> Cc: Shuah Khan <shuah@xxxxxxxxxx> Cc: Stuart Ritchie <sritchie@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- tools/testing/selftests/vm/map_populate.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/tools/testing/selftests/vm/map_populate.c~mm-selftest-add-map_populate-test-fix +++ a/tools/testing/selftests/vm/map_populate.c @@ -45,7 +45,7 @@ static int parent_f(int sock, unsigned l BUG_ON(ret <= 0, "write(sock)"); waitpid(child, &status, 0); - BUG_ON(!WIFEXITED(status), "child hasn't suicide by own will"); + BUG_ON(!WIFEXITED(status), "child in unexpected state"); return WEXITSTATUS(status); } _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are mm-oom-distinguish-blockable-mode-for-mmu-notifiers-checkpatch-fixes.patch mm-oom-distinguish-blockable-mode-for-mmu-notifiers-fix.patch mm-zero-out-the-vma-in-vma_init.patch mm-selftest-add-map_populate-test-fix.patch list_lru-prefetch-neighboring-list-entries-before-acquiring-lock-fix.patch