The patch titled Subject: dev-kmem-debug-preadv-progress-fix has been removed from the -mm tree. Its filename was dev-kmem-debug-preadv-progress-fix.patch This patch was dropped because it was withdrawn ------------------------------------------------------ From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Subject: dev-kmem-debug-preadv-progress-fix fix printk warnings Reported-by: kbuild test robot <lkp@xxxxxxxxx> Cc: Tetsuo Handa <penguin-kernel@xxxxxxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- fs/read_write.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- a/fs/read_write.c~dev-kmem-debug-preadv-progress-fix +++ a/fs/read_write.c @@ -712,7 +712,7 @@ static ssize_t do_loop_readv_writev(stru if (IS_ENABLED(CONFIG_DEBUG_AID_FOR_SYZBOT) && fatal_signal_pending(current)) - printk("do_loop_readv_writev: iter->count=%ld iovec.iov_len=%ld\n", iter->count, iovec.iov_len); + printk("do_loop_readv_writev: iter->count=%zd iovec.iov_len=%zd\n", iter->count, iovec.iov_len); if (type == READ) { nr = filp->f_op->read(filp, iovec.iov_base, iovec.iov_len, ppos); @@ -722,7 +722,7 @@ static ssize_t do_loop_readv_writev(stru } if (IS_ENABLED(CONFIG_DEBUG_AID_FOR_SYZBOT) && fatal_signal_pending(current)) - printk("do_loop_readv_writev: nr=%ld\n", nr); + printk("do_loop_readv_writev: nr=%zd\n", nr); if (nr < 0) { if (!ret) _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are ocfs2-clear-zero-in-unaligned-direct-io-checkpatch-fixes.patch fs-ocfs2-fix-possible-null-pointer-dereferences-in-ocfs2_xa_prepare_entry-fix.patch mm.patch mm-kmemleak-use-the-memory-pool-for-early-allocations-checkpatch-fixes.patch mm-kmemleak-use-the-memory-pool-for-early-allocations-checkpatch-fixes-fix.patch lib-test_kasan-add-roundtrip-tests-checkpatch-fixes.patch mm-introduce-page_shift-fix.patch mm-throttle-allocators-when-failing-reclaim-over-memoryhigh-fix.patch mm-throttle-allocators-when-failing-reclaim-over-memoryhigh-fix-fix.patch mm-throttle-allocators-when-failing-reclaim-over-memoryhigh-fix-fix-fix.patch mm-memory_hotplug-remove-move_pfn_range-fix.patch mm-memory_hotplug-make-sure-the-pfn-is-aligned-to-the-order-when-onlining-fix.patch mm-compaction-clear-total_migratefree_scanned-before-scanning-a-new-zone-fix-fix.patch mm-compaction-clear-total_migratefree_scanned-before-scanning-a-new-zone-fix-2-fix.patch mm-oom-avoid-printk-iteration-under-rcu-fix.patch mm-oom_killer-add-task-uid-to-info-message-on-an-oom-kill-fix.patch psi-annotate-refault-stalls-from-io-submission-fix.patch psi-annotate-refault-stalls-from-io-submission-fix-2.patch mm-mmapc-refine-find_vma_prev-with-rb_last-fix.patch dev-kmem-debug-preadv-progress-fix-fix.patch linux-next-rejects.patch diff-sucks.patch drivers-tty-serial-sh-scic-suppress-warning.patch kernel-forkc-export-kernel_thread-to-modules.patch