Re: [PATCH v14 00/70] Introducing the Maple Tree

From: Andrew Morton
Date: Tue Sep 06 2022 - 19:51:22 EST


On Tue, 6 Sep 2022 19:48:38 +0000 Liam Howlett <liam.howlett@xxxxxxxxxx> wrote:

> This is the v13 + fixes and still based against mm-unstable
> v6.0-rc1-140-geb22a5b1b495

I merged up this version, thanks.

One fix was missed:

--- a/mm/memory.c~mm-remove-the-vma-linked-list-fix
+++ a/mm/memory.c
@@ -1697,6 +1697,7 @@ static void unmap_single_vma(struct mmu_
/**
* unmap_vmas - unmap a range of memory covered by a list of vma's
* @tlb: address of the caller's struct mmu_gather
+ * @mt: the maple tree
* @vma: the starting vma
* @start_addr: virtual address at which to start unmapping
* @end_addr: virtual address at which to end unmapping
_

OK, tiny, but worrisome. This is one of the reasons why I dislike
replacing patch series like this. Hopefully we can get to the finish
line just with little fixups from now on?