The patch titled Subject: proc-kcore-fix-invalid-memory-access-in-multi-page-read-optimization-v3-fix has been removed from the -mm tree. Its filename was proc-kcore-fix-invalid-memory-access-in-multi-page-read-optimization-v3-fix.patch This patch was dropped because it was folded into proc-kcore-fix-invalid-memory-access-in-multi-page-read-optimization-v3.patch ------------------------------------------------------ From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Subject: proc-kcore-fix-invalid-memory-access-in-multi-page-read-optimization-v3-fix add comment Cc: Alexey Dobriyan <adobriyan@xxxxxxxxx> Cc: Bhupesh Sharma <bhsharma@xxxxxxxxxx> Cc: Dominique Martinet <asmadeus@xxxxxxxxxxxxx> Cc: Eric Biederman <ebiederm@xxxxxxxxxxxx> Cc: James Morse <james.morse@xxxxxxx> Cc: Omar Sandoval <osandov@xxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- fs/proc/kcore.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/fs/proc/kcore.c~proc-kcore-fix-invalid-memory-access-in-multi-page-read-optimization-v3-fix +++ a/fs/proc/kcore.c @@ -464,7 +464,7 @@ read_kcore(struct file *file, char __use ret = -EFAULT; goto out; } - m = NULL; + m = NULL; /* skip the list anchor */ } else if (m->type == KCORE_VMALLOC) { vread(buf, (char *)start, tsz); /* we have to zero-fill user buffer even if no read */ _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are proc-kcore-fix-invalid-memory-access-in-multi-page-read-optimization-v3.patch fix-crash-on-ocfs2_duplicate_clusters_by_page-v5-checkpatch-fixes.patch arm-arch-arm-include-asm-pageh-needs-personalityh.patch fix-clusters-leak-in-ocfs2_defrag_extent-fix.patch mm.patch mmpage_alloc-pf_wq_worker-threads-must-sleep-at-should_reclaim_retry-fix.patch sched-loadavg-consolidate-load_int-load_frac-calc_load-fix.patch mm-calculate-deferred-pages-after-skipping-mirrored-memory-fix.patch list_lru-prefetch-neighboring-list-entries-before-acquiring-lock-fix.patch lib-bitmapc-fix-remaining-space-computation-in-bitmap_print_to_pagebuf-fix.patch lib-bitmapc-fix-remaining-space-computation-in-bitmap_print_to_pagebuf-fix-fix.patch ipc-allow-boot-time-extension-of-ipcmni-from-32k-to-8m-checkpatch-fixes.patch linux-next-rejects.patch linux-next-git-rejects.patch kernel-forkc-export-kernel_thread-to-modules.patch slab-leaks3-default-y.patch