The quilt patch titled Subject: mm-allow-reuse-of-the-lower-16-bit-of-the-page-type-with-an-actual-type-fix has been removed from the -mm tree. Its filename was mm-allow-reuse-of-the-lower-16-bit-of-the-page-type-with-an-actual-type-fix.patch This patch was dropped because it was folded into mm-allow-reuse-of-the-lower-16-bit-of-the-page-type-with-an-actual-type.patch ------------------------------------------------------ From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Subject: mm-allow-reuse-of-the-lower-16-bit-of-the-page-type-with-an-actual-type-fix Date: Wed May 29 12:04:52 PM PDT 2024 fix PG_hugetlb typo, per David Cc: David Hildenbrand <david@xxxxxxxxxx> Cc: Hyeonggon Yoo <42.hyeyoo@xxxxxxxxx> Cc: Matthew Wilcox (Oracle) <willy@xxxxxxxxxxxxx> Cc: Mike Rapoport (IBM) <rppt@xxxxxxxxxx> Cc: Minchan Kim <minchan@xxxxxxxxxx> Cc: Sergey Senozhatsky <senozhatsky@xxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- include/linux/page-flags.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/include/linux/page-flags.h~mm-allow-reuse-of-the-lower-16-bit-of-the-page-type-with-an-actual-type-fix +++ a/include/linux/page-flags.h @@ -945,7 +945,7 @@ enum pagetype { PG_offline = 0x20000000, PG_table = 0x10000000, PG_guard = 0x08000000, - PG_hugetlb = 0x04008000, + PG_hugetlb = 0x04000000, PG_slab = 0x02000000, PAGE_TYPE_BASE = 0x80000000, _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are mm-huge_memoryc-fix-used-uninitialized.patch mm-allow-reuse-of-the-lower-16-bit-of-the-page-type-with-an-actual-type.patch mm-extend-rmap-flags-arguments-for-folio_add_new_anon_rmap-fix.patch mm-use-folio_add_new_anon_rmap-if-folio_test_anonfolio==false-fix.patch mm-store-zero-pages-to-be-swapped-out-in-a-bitmap-v7-fix.patch tools-mm-introduce-a-tool-to-assess-swap-entry-allocation-for-thp_swapout-fix.patch mm-gup-introduce-memfd_pin_folios-for-pinning-memfd-folios-fix.patch