The quilt patch titled Subject: memcg-v1-no-need-for-memcg-locking-for-mglru-fix has been removed from the -mm tree. Its filename was memcg-v1-no-need-for-memcg-locking-for-mglru-fix.patch This patch was dropped because it was folded into memcg-v1-no-need-for-memcg-locking-for-mglru.patch ------------------------------------------------------ From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Subject: memcg-v1-no-need-for-memcg-locking-for-mglru-fix Date: Fri Oct 25 06:28:06 PM PDT 2024 remove now-unused local: mm/vmscan.c: In function 'walk_mm': mm/vmscan.c:3652:28: error: unused variable 'memcg' [-Werror=unused-variable] 3652 | struct mem_cgroup *memcg = lruvec_memcg(lruvec); | ^~~~~ Cc: Hugh Dickins <hughd@xxxxxxxxxx> Cc: Johannes Weiner <hannes@xxxxxxxxxxx> Cc: Michal Hocko <mhocko@xxxxxxxx> Cc: Muchun Song <muchun.song@xxxxxxxxx> Cc: Roman Gushchin <roman.gushchin@xxxxxxxxx> Cc: Shakeel Butt <shakeel.butt@xxxxxxxxx> Cc: Yosry Ahmed <yosryahmed@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- mm/vmscan.c | 2 -- 1 file changed, 2 deletions(-) --- a/mm/vmscan.c~memcg-v1-no-need-for-memcg-locking-for-mglru-fix +++ a/mm/vmscan.c @@ -3649,10 +3649,8 @@ static void walk_mm(struct mm_struct *mm .p4d_entry = walk_pud_range, .walk_lock = PGWALK_RDLOCK, }; - int err; struct lruvec *lruvec = walk->lruvec; - struct mem_cgroup *memcg = lruvec_memcg(lruvec); walk->next_addr = FIRST_USER_ADDRESS; _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are mm-page_alloc-keep-track-of-free-highatomic-fix.patch mm-refactor-arch_calc_vm_flag_bits-and-arm64-mte-handling-fix.patch mm-fix-__wp_page_copy_user-fallback-path-for-remote-mm-fix.patch mm-memoryc-remove-stray-newline-at-top-of-file.patch memcg-v1-no-need-for-memcg-locking-for-mglru.patch mm-vma-the-pgoff-is-correct-if-can_merge_right-fix.patch memcg-workingset-remove-folio_memcg_rcu-usage-fix.patch bootmem-stop-using-page-index-fix.patch vma-detect-infinite-loop-in-vma-tree-fix.patch maple_tree-add-a-test-checking-storing-null-fix.patch fs-proc-kcorec-fix-coccinelle-reported-error-instances-fix.patch