The patch titled Subject: mm-remove-extra-newline-from-allocation-stall-warning-fix has been removed from the -mm tree. Its filename was mm-remove-extra-newline-from-allocation-stall-warning-fix.patch This patch was dropped because it was folded into mm-remove-extra-newline-from-allocation-stall-warning.patch ------------------------------------------------------ From: Tetsuo Handa <penguin-kernel@xxxxxxxxxxxxxxxxxxx> Subject: mm-remove-extra-newline-from-allocation-stall-warning-fix fix typo Link: http://lkml.kernel.org/r/1476026219-7974-1-git-send-email-penguin-kernel@xxxxxxxxxxxxxxxxxxx Signed-off-by: Tetsuo Handa <penguin-kernel@xxxxxxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- mm/page_alloc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN mm/page_alloc.c~mm-remove-extra-newline-from-allocation-stall-warning-fix mm/page_alloc.c --- a/mm/page_alloc.c~mm-remove-extra-newline-from-allocation-stall-warning-fix +++ a/mm/page_alloc.c @@ -3658,7 +3658,7 @@ retry: /* Make sure we know about allocations which stall for too long */ if (time_after(jiffies, alloc_start + stall_timeout)) { warn_alloc(gfp_mask, - "page alloction stalls for %ums, order:%u", + "page allocation stalls for %ums, order:%u", jiffies_to_msecs(jiffies-alloc_start), order); stall_timeout += 10 * HZ; } _ Patches currently in -mm which might be from penguin-kernel@xxxxxxxxxxxxxxxxxxx are mm-remove-extra-newline-from-allocation-stall-warning.patch hung_task-decrement-sysctl_hung_task_warnings-only-if-it-is-positive.patch -- To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html