The quilt patch titled Subject: mm-contig_alloc-support-__gfp_comp-fix has been removed from the -mm tree. Its filename was mm-contig_alloc-support-__gfp_comp-fix.patch This patch was dropped because it was folded into mm-contig_alloc-support-__gfp_comp.patch ------------------------------------------------------ From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Subject: mm-contig_alloc-support-__gfp_comp-fix Date: Thu Aug 22 11:32:43 AM PDT 2024 fix folio_alloc_gigantic_noprof() WARN expression, per Yu Liao Cc: Frank van der Linden <fvdl@xxxxxxxxxx> Cc: Matthew Wilcox (Oracle) <willy@xxxxxxxxxxxxx> Cc: Muchun Song <muchun.song@xxxxxxxxx> Cc: Yu Zhao <yuzhao@xxxxxxxxxx> Cc: Zi Yan <ziy@xxxxxxxxxx> Cc: Yu Liao <liaoyu15@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- include/linux/gfp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/include/linux/gfp.h~mm-contig_alloc-support-__gfp_comp-fix +++ a/include/linux/gfp.h @@ -452,7 +452,7 @@ static inline struct folio *folio_alloc_ { struct page *page; - if (WARN_ON(!order || !(gfp | __GFP_COMP))) + if (WARN_ON(!order || !(gfp & __GFP_COMP))) return NULL; page = alloc_contig_pages_noprof(1 << order, gfp, nid, node); _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are mm-contig_alloc-support-__gfp_comp.patch selftests-mm-add-more-mseal-traversal-tests-fix.patch selftests-mm-add-more-mseal-traversal-tests-fix-fix.patch mm-remove-pageactive-fix.patch documentation-cgroup-v2-clarify-that-zswapwriteback-is-ignored-if-zswap-is-disabled-fix.patch mm-count-the-number-of-anonymous-thps-per-size-fix.patch mm-memory-failure-add-unmap_poisoned_folio-fix.patch mm-shmem-extend-shmem_unused_huge_shrink-to-all-sizes-fix.patch mm-hugetlb-sort-out-global-lock-annotations-fix.patch mm-hugetlb-sort-out-global-lock-annotations-fix-fix.patch mmtmpfs-consider-end-of-file-write-in-shmem_is_huge-checkpatch-fixes.patch