The patch titled Subject: mmap_vmcore-skip-non-ram-pages-reported-by-hypervisors-v7 has been removed from the -mm tree. Its filename was mmap_vmcore-skip-non-ram-pages-reported-by-hypervisors-v7.patch This patch was dropped because it was folded into mmap_vmcore-skip-non-ram-pages-reported-by-hypervisors.patch ------------------------------------------------------ From: Vitaly Kuznetsov <vkuznets@xxxxxxxxxx> Subject: mmap_vmcore-skip-non-ram-pages-reported-by-hypervisors-v7 Changes from v6: - remove useless len increment when remapping the rest of the region Signed-off-by: Vitaly Kuznetsov <vkuznets@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- fs/proc/vmcore.c | 1 - 1 file changed, 1 deletion(-) diff -puN fs/proc/vmcore.c~mmap_vmcore-skip-non-ram-pages-reported-by-hypervisors-v7 fs/proc/vmcore.c --- a/fs/proc/vmcore.c~mmap_vmcore-skip-non-ram-pages-reported-by-hypervisors-v7 +++ a/fs/proc/vmcore.c @@ -383,7 +383,6 @@ static int remap_oldmem_pfn_checked(stru if (remap_oldmem_pfn_range(vma, from + len, pos_start, map_size, prot)) goto fail; - len += map_size; } return 0; fail: _ Patches currently in -mm which might be from vkuznets@xxxxxxxxxx are mmap_vmcore-skip-non-ram-pages-reported-by-hypervisors.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