The patch titled Subject: mmap_vmcore-skip-non-ram-pages-reported-by-hypervisors-v4-fix-fix has been removed from the -mm tree. Its filename was mmap_vmcore-skip-non-ram-pages-reported-by-hypervisors-v4-fix-fix.patch This patch was dropped because it was folded into mmap_vmcore-skip-non-ram-pages-reported-by-hypervisors.patch ------------------------------------------------------ From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Subject: mmap_vmcore-skip-non-ram-pages-reported-by-hypervisors-v4-fix-fix clean up layout Cc: Fengguang Wu <fengguang.wu@xxxxxxxxx> Cc: Vitaly Kuznetsov <vkuznets@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- fs/proc/vmcore.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff -puN fs/proc/vmcore.c~mmap_vmcore-skip-non-ram-pages-reported-by-hypervisors-v4-fix-fix fs/proc/vmcore.c --- a/fs/proc/vmcore.c~mmap_vmcore-skip-non-ram-pages-reported-by-hypervisors-v4-fix-fix +++ a/fs/proc/vmcore.c @@ -340,9 +340,9 @@ static inline char *alloc_elfnotes_buf(s * * Returns zero on success, -EAGAIN on failure. */ -static int remap_oldmem_pfn_checked(struct vm_area_struct *vma, unsigned long from, - unsigned long pfn, unsigned long size, - pgprot_t prot) +static int remap_oldmem_pfn_checked(struct vm_area_struct *vma, + unsigned long from, unsigned long pfn, + unsigned long size, pgprot_t prot) { size_t map_size; unsigned long pos_start, pos_end, pos; _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are origin.patch rtc-add-pcf85063-support.patch proc-remove-proc_tty_ldisc-variable.patch mmap_vmcore-skip-non-ram-pages-reported-by-hypervisors.patch panic-add-taint_softlockup-fix.patch kexec-implementation-of-new-syscall-kexec_file_load-checkpatch-fixes.patch kexec-support-kexec-kdump-on-efi-systems-fix.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