Re: [RFC PATCH 12/16] mm/madvise: batch tlb flushes for process_madvise(MADV_DONTNEED[_LOCKED])
From: SeongJae Park
Date: Thu Mar 06 2025 - 14:11:56 EST
On Thu, 6 Mar 2025 10:36:43 -0800 Shakeel Butt <shakeel.butt@xxxxxxxxx> wrote:
> On Wed, Mar 05, 2025 at 10:16:07AM -0800, SeongJae Park wrote:
> > MADV_DONTNEED[_LOCKED] internal logic can be invoked with batched tlb
> > flushes. Update vector_madvise(), which is called for
> > process_madvise(), to use that in the way, by passing an mmu_gather
> > object that it initializes before starting the internal works, and
> > flushing the gathered tlb entries at once after all the internal works
> > are done.
> >
> > Signed-off-by: SeongJae Park <sj@xxxxxxxxxx>
>
> Please squash 12, 13 and 14 patches.
Surely I will do so in the next spin, for all your squash requests, inlcuding
that for 15th and 16th patches.
Thanks,
SJ