The quilt patch titled Subject: mm-memory-failure-add-unmap_poisoned_folio-fix has been removed from the -mm tree. Its filename was mm-memory-failure-add-unmap_poisoned_folio-fix.patch This patch was dropped because it was folded into mm-memory-failure-add-unmap_poisoned_folio.patch ------------------------------------------------------ From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Subject: mm-memory-failure-add-unmap_poisoned_folio-fix Date: Sun Sep 1 04:48:53 PM PDT 2024 whitespace tweak, per Miaohe Lin Link: https://lkml.kernel.org/r/1f80c7e3-c30d-1ac1-6a36-d1a5f5907f7c@xxxxxxxxxx Cc: David Hildenbrand <david@xxxxxxxxxx> Cc: Miaohe Lin <linmiaohe@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- mm/memory-failure.c | 1 + 1 file changed, 1 insertion(+) --- a/mm/memory-failure.c~mm-memory-failure-add-unmap_poisoned_folio-fix +++ a/mm/memory-failure.c @@ -1558,6 +1558,7 @@ void unmap_poisoned_folio(struct folio * { if (folio_test_hugetlb(folio) && !folio_test_anon(folio)) { struct address_space *mapping; + /* * For hugetlb folios in shared mappings, try_to_unmap * could potentially call huge_pmd_unshare. Because of _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are mm-memory-failure-add-unmap_poisoned_folio.patch mm-count-the-number-of-anonymous-thps-per-size-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