The quilt patch titled Subject: mm-attempt-to-batch-free-swap-entries-for-zap_pte_range-fix-3 has been removed from the -mm tree. Its filename was mm-attempt-to-batch-free-swap-entries-for-zap_pte_range-fix-3.patch This patch was dropped because it was folded into mm-attempt-to-batch-free-swap-entries-for-zap_pte_range.patch ------------------------------------------------------ From: Barry Song <21cnbao@xxxxxxxxx> Subject: mm-attempt-to-batch-free-swap-entries-for-zap_pte_range-fix-3 Date: Wed, 21 Aug 2024 17:49:21 +1200 add missing zswap_invalidate() Link: https://lkml.kernel.org/r/20240821054921.43468-1-21cnbao@xxxxxxxxx Signed-off-by: Barry Song <21cnbao@xxxxxxxxx> Cc: Chris Li <chrisl@xxxxxxxxxx> Cc: David Hildenbrand <david@xxxxxxxxxx> Cc: "Huang, Ying" <ying.huang@xxxxxxxxx> Cc: Hugh Dickins <hughd@xxxxxxxxxx> Cc: Kairui Song <kasong@xxxxxxxxxxx> Cc: Kalesh Singh <kaleshsingh@xxxxxxxxxx> Cc: Ryan Roberts <ryan.roberts@xxxxxxx> Cc: Yosry Ahmed <yosryahmed@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- mm/swapfile.c | 2 ++ 1 file changed, 2 insertions(+) --- a/mm/swapfile.c~mm-attempt-to-batch-free-swap-entries-for-zap_pte_range-fix-3 +++ a/mm/swapfile.c @@ -1514,6 +1514,8 @@ static bool __swap_entries_free(struct s unlock_cluster_or_swap_info(si, ci); if (!has_cache) { + for (i = 0; i < nr; i++) + zswap_invalidate(swp_entry(si->type, offset + i)); spin_lock(&si->lock); swap_entry_range_free(si, entry, nr); spin_unlock(&si->lock); _ Patches currently in -mm which might be from 21cnbao@xxxxxxxxx are mm-attempt-to-batch-free-swap-entries-for-zap_pte_range.patch