The patch titled Subject: mm-kasan-print-frame-description-for-stack-bugs-fix has been removed from the -mm tree. Its filename was mm-kasan-print-frame-description-for-stack-bugs-fix.patch This patch was dropped because it is obsolete ------------------------------------------------------ From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Subject: mm-kasan-print-frame-description-for-stack-bugs-fix fix printk warnings Link: http://lkml.kernel.org/r/201905190408.ieVAcUi7%lkp@xxxxxxxxx Reported-by: kbuild test robot <lkp@xxxxxxxxx> Cc: Alexander Potapenko <glider@xxxxxxxxxx> Cc: Andrey Ryabinin <aryabinin@xxxxxxxxxxxxx> Cc: Dmitry Vyukov <dvyukov@xxxxxxxxxx> Cc: Marco Elver <elver@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- mm/kasan/report.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- a/mm/kasan/report.c~mm-kasan-print-frame-description-for-stack-bugs-fix +++ a/mm/kasan/report.c @@ -230,7 +230,7 @@ static void print_decoded_frame_descr(co return; pr_err("\n"); - pr_err("this frame has %zu %s:\n", num_objects, + pr_err("this frame has %lu %s:\n", num_objects, num_objects == 1 ? "object" : "objects"); while (num_objects--) { @@ -257,7 +257,7 @@ static void print_decoded_frame_descr(co strreplace(token, ':', '\0'); /* Finally, print object information. */ - pr_err(" [%zu, %zu) '%s'", offset, offset + size, token); + pr_err(" [%lu, %lu) '%s'", offset, offset + size, token); } } _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are mm-vmallocc-fix-typo-in-comment.patch mm-mmu_gather-remove-__tlb_reset_range-for-force-flush-checkpatch-fixes.patch prctl_set_mm-refactor-checks-from-validate_prctl_map-checkpatch-fixes.patch prctl_set_mm-downgrade-mmap_sem-to-read-lock-checkpatch-fixes.patch proc-report-eip-and-esp-for-all-threads-when-coredumping-fix.patch scripts-spellingtxt-drop-sepc-from-the-misspelling-list-fix.patch ocfs2-clear-zero-in-unaligned-direct-io-checkpatch-fixes.patch mm.patch include-linux-pfn_th-remove-pfn_t_to_virt.patch mm-add-probe_user_read-fix.patch byteorder-sanity-check-toolchain-vs-kernel-endianess-checkpatch-fixes.patch linux-next-rejects.patch kernel-forkc-export-kernel_thread-to-modules.patch