The quilt patch titled Subject: swap-add-swap_cache_get_folio-fix has been removed from the -mm tree. Its filename was swap-add-swap_cache_get_folio-fix.patch This patch was dropped because it was folded into swap-add-swap_cache_get_folio.patch ------------------------------------------------------ From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Subject: swap-add-swap_cache_get_folio-fix Date: Sat Sep 3 12:35:09 PM PDT 2022 add CONFIG_SWAP=n stub for swap_cache_get_folio() Reported-by: kernel test robot <lkp@xxxxxxxxx> Cc: "Matthew Wilcox (Oracle)" <willy@xxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- mm/swap.h | 6 ++++++ 1 file changed, 6 insertions(+) --- a/mm/swap.h~swap-add-swap_cache_get_folio-fix +++ a/mm/swap.h @@ -101,6 +101,12 @@ static inline int swap_writepage(struct return 0; } +static inline struct folio *swap_cache_get_folio(swp_entry_t entry, + struct vm_area_struct *vma, unsigned long addr) +{ + return NULL; +} + static inline struct page *lookup_swap_cache(swp_entry_t swp, struct vm_area_struct *vma, unsigned long addr) _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are swap-add-swap_cache_get_folio.patch memcg-reduce-size-of-memcg-vmstats-structures-fix.patch mm-damon-vaddr-add-a-comment-for-default-case-in-damon_va_apply_scheme-fix.patch mm-page_allocc-rename-check_free_page-to-free_page_is_bad.patch mm-page_allocc-rename-check_free_page-to-free_page_is_bad-fix.patch mm-page_allocc-document-bulkfree_pcp_prepare-return-value.patch fs-uninline-inode_maybe_inc_iversion.patch ipc-msg-mitigate-the-lock-contention-with-percpu-counter-checkpatch-fixes.patch ipc-msg-mitigate-the-lock-contention-with-percpu-counter-fix-fix.patch