The patch titled Subject: thp-shmem-fix-conflict-of-above-47bit-hint-address-and-pmd-alignment-fix has been removed from the -mm tree. Its filename was thp-shmem-fix-conflict-of-above-47bit-hint-address-and-pmd-alignment-fix.patch This patch was dropped because it was folded into thp-shmem-fix-conflict-of-above-47bit-hint-address-and-pmd-alignment.patch ------------------------------------------------------ From: "Kirill A. Shutemov" <kirill@xxxxxxxxxxxxx> Subject: thp-shmem-fix-conflict-of-above-47bit-hint-address-and-pmd-alignment-fix Ouch, I forgot to fold in a fixup: Link: http://lkml.kernel.org/r/20191223231309.t6bh5hkbmokihpfu@box Cc: "Willhalm, Thomas" <thomas.willhalm@xxxxxxxxx> Cc: Dan Williams <dan.j.williams@xxxxxxxxx> Cc: "Bruggeman, Otto G" <otto.g.bruggeman@xxxxxxxxx> Cc: "Aneesh Kumar K . V" <aneesh.kumar@xxxxxxxxxxxxxxxxxx> Cc: Kirill A. Shutemov" <kirill@xxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- mm/shmem.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/mm/shmem.c~thp-shmem-fix-conflict-of-above-47bit-hint-address-and-pmd-alignment-fix +++ a/mm/shmem.c @@ -2144,7 +2144,7 @@ unsigned long shmem_get_unmapped_area(st if (inflated_len < len) return addr; - inflated_addr = get_area(uaddr, 0, inflated_len, 0, flags); + inflated_addr = get_area(NULL, uaddr, inflated_len, 0, flags); if (IS_ERR_VALUE(inflated_addr)) return addr; if (inflated_addr & ~PAGE_MASK) _ Patches currently in -mm which might be from kirill@xxxxxxxxxxxxx are thp-fix-conflict-of-above-47bit-hint-address-and-pmd-alignment.patch thp-shmem-fix-conflict-of-above-47bit-hint-address-and-pmd-alignment.patch mm-page_alloc-skip-non-present-sections-on-zone-initialization.patch