The quilt patch titled Subject: mm/debug: add line breaks has been removed from the -mm tree. Its filename was mm-debug-add-line-breaks.patch This patch was dropped because it was merged into the mm-stable branch of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm ------------------------------------------------------ From: Liu Ye <liuye@xxxxxxxxxx> Subject: mm/debug: add line breaks Date: Wed, 12 Mar 2025 17:37:17 +0800 Missing a newline character at the end of the format string. Link: https://lkml.kernel.org/r/20250312093717.364031-1-liuye@xxxxxxxxxx Signed-off-by: Liu Ye <liuye@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- mm/debug.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/mm/debug.c~mm-debug-add-line-breaks +++ a/mm/debug.c @@ -173,7 +173,7 @@ dump: void dump_page(const struct page *page, const char *reason) { if (PagePoisoned(page)) - pr_warn("page:%p is uninitialized and poisoned", page); + pr_warn("page:%p is uninitialized and poisoned\n", page); else __dump_page(page); if (reason) _ Patches currently in -mm which might be from liuye@xxxxxxxxxx are