The quilt patch titled Subject: mm-vma-the-pgoff-is-correct-if-can_merge_right-fix has been removed from the -mm tree. Its filename was mm-vma-the-pgoff-is-correct-if-can_merge_right-fix.patch This patch was dropped because it was folded into mm-vma-the-pgoff-is-correct-if-can_merge_right.patch ------------------------------------------------------ From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Subject: mm-vma-the-pgoff-is-correct-if-can_merge_right-fix Date: Fri Oct 25 07:39:41 PM PDT 2024 remove now-unused local mm/vma.c: In function 'vma_merge_new_range': mm/vma.c:965:23: error: unused variable 'start' [-Werror=unused-variable] 965 | unsigned long start = vmg->start; | ^~~~~ Cc: Jann Horn <jannh@xxxxxxxxxx> Cc: Liam R. Howlett <Liam.Howlett@xxxxxxxxxx> Cc: Lorenzo Stoakes <lorenzo.stoakes@xxxxxxxxxx> Cc: Vlastimil Babka <vbabka@xxxxxxx> Cc: Wei Yang <richard.weiyang@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- mm/vma.c | 1 - 1 file changed, 1 deletion(-) --- a/mm/vma.c~mm-vma-the-pgoff-is-correct-if-can_merge_right-fix +++ a/mm/vma.c @@ -962,7 +962,6 @@ struct vm_area_struct *vma_merge_new_ran { struct vm_area_struct *prev = vmg->prev; struct vm_area_struct *next = vmg->next; - unsigned long start = vmg->start; unsigned long end = vmg->end; bool can_merge_left, can_merge_right; bool just_expand = vmg->merge_flags & VMG_FLAG_JUST_EXPAND; _ 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 mm-vma-the-pgoff-is-correct-if-can_merge_right.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