The quilt patch titled Subject: mm-delete-unused-mmf_oom_victim-flag-fix has been removed from the -mm tree. Its filename was mm-delete-unused-mmf_oom_victim-flag-vs-mglru.patch This patch was dropped because it is obsolete ------------------------------------------------------ From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Subject: mm-delete-unused-mmf_oom_victim-flag-fix Date: Mon Aug 22 03:11:53 PM PDT 2022 remove MGLRU's mm_is_oom_victim() calls from vmscan.c Cc: Suren Baghdasaryan <surenb@xxxxxxxxxx> Cc: Yu Zhao <yuzhao@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- mm/vmscan.c | 6 ------ 1 file changed, 6 deletions(-) --- a/mm/vmscan.c~mm-delete-unused-mmf_oom_victim-flag-vs-mglru +++ a/mm/vmscan.c @@ -3429,9 +3429,6 @@ static bool should_skip_mm(struct mm_str if (size < MIN_LRU_BATCH) return true; - if (mm_is_oom_victim(mm)) - return true; - return !mmget_not_zero(mm); } @@ -4130,9 +4127,6 @@ restart: walk_pmd_range(&val, addr, next, args); - if (mm_is_oom_victim(args->mm)) - return 1; - /* a racy check to curtail the waiting time */ if (wq_has_sleeper(&walk->lruvec->mm_state.wait)) return 1; _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are mmhwpoison-check-mm-when-killing-accessing-process-fix.patch mm-oom_kill-add-trace-logs-in-process_mrelease-system-call-fix.patch mm-demotion-add-support-for-explicit-memory-tiers-fix.patch mm-demotion-update-node_is_toptier-to-work-with-memory-tiers-fix-2.patch mm-drop-oom-code-from-exit_mmap-fix-fix.patch mm-add-merging-after-mremap-resize-checkpatch-fixes.patch mm-reduce-noise-in-show_mem-for-lowmem-allocations-vs-mapletree.patch mm-reduce-noise-in-show_mem-for-lowmem-allocations-vs-mapletree-fix.patch mm-vmscan-fix-a-lot-of-comments-vs-mglru.patch swap-add-swap_cache_get_folio-fix.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