linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
From: Andrew Morton <akpm@linux-foundation.org>
To: Yajun Deng <yajun.deng@linux.dev>
Cc: Liam.Howlett@oracle.com, vbabka@suse.cz, lstoakes@gmail.com,
	linux-mm@kvack.org, linux-kernel@vger.kernel.org,
	Helge Deller <deller@gmx.de>
Subject: Re: [PATCH v2 RESEND] mm/mmap: convert all mas except mas_detach to vma iterator
Date: Mon, 25 Mar 2024 11:53:08 -0700	[thread overview]
Message-ID: <20240325115308.f6344233a27f1633f642f888@linux-foundation.org> (raw)
In-Reply-To: <20240325063258.1437618-1-yajun.deng@linux.dev>

On Mon, 25 Mar 2024 14:32:58 +0800 Yajun Deng <yajun.deng@linux.dev> wrote:

> There are two types of iterators mas and vmi in the current code. If the
> maple tree comes from the mm structure, we can use the vma iterator. Avoid
> using mas directly as possible.
> 
> Keep using mas for the mt_detach tree, since it doesn't come from the mm
> structure.
> 
> Remove as many uses of mas as possible, but we will still have a few that
> must be passed through in unmap_vmas() and free_pgtables().
> 
> Also introduce vma_iter_reset, vma_iter_{prev, next}_range_limit and
> vma_iter_area_{lowest, highest} helper functions for using the vma
> interator.
> 

I assume Liam's earlier request still applies?

: Helge,
: 
: Yajun has changed code that affects parisc with this patch, which hasn't
: been tested.
: 
: ...
: 
: Can you make sure that the expand_upwards() still functions on parisc?




  reply	other threads:[~2024-03-25 18:53 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-25  6:32 Yajun Deng
2024-03-25 18:53 ` Andrew Morton [this message]
     [not found]   ` <5dc6860f-df05-457c-8b78-067f276e423b@gmx.de>
2024-03-25 20:26     ` Liam R. Howlett

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240325115308.f6344233a27f1633f642f888@linux-foundation.org \
    --to=akpm@linux-foundation.org \
    --cc=Liam.Howlett@oracle.com \
    --cc=deller@gmx.de \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mm@kvack.org \
    --cc=lstoakes@gmail.com \
    --cc=vbabka@suse.cz \
    --cc=yajun.deng@linux.dev \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox