The patch titled Subject: mm-selftest-add-map_populate-test-fix has been removed from the -mm tree. Its filename was mm-selftest-add-map_populate-test-fix.patch This patch was dropped because it was folded into mm-selftest-add-map_populate-test.patch ------------------------------------------------------ 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-zero-out-the-vma-in-vma_init.patch mm-selftest-add-map_populate-test.patch proc-kcore-hold-lock-during-read-fix.patch kernel-hung_taskc-allow-to-set-checking-interval-separately-from-timeout-fix.patch fs-epoll-robustify-irq-safety-with-lockdep_assert_irqs_enabled-fix.patch checkpatch-check-for-if-0-if-1-fix.patch checkpatch-warn-when-a-patch-doesnt-have-a-description-fix.patch fs-epoll-simply-config_net_rx_busy_poll-ifdefery-fix.patch