Re: [PATCH v2 0/6] tlb: Fix (soft-)dirty bit management clean up API

From: Will Deacon
Date: Thu Dec 17 2020 - 06:51:25 EST


On Thu, Dec 10, 2020 at 01:26:07PM +0100, Peter Zijlstra wrote:
> On Thu, Dec 10, 2020 at 12:11:04PM +0000, Will Deacon wrote:
> > Will Deacon (6):
> > mm: proc: Invalidate TLB after clearing soft-dirty page state
> > tlb: mmu_gather: Remove unused start/end arguments from
> > tlb_finish_mmu()
> > tlb: mmu_gather: Introduce tlb_gather_mmu_fullmm()
> > tlb: mmu_gather: Remove start/end arguments from tlb_gather_mmu()
> > tlb: arch: Remove empty __tlb_remove_tlb_entry() stubs
> > x86/ldt: Use tlb_gather_mmu_fullmm() when freeing LDT page-tables
>
> Acked-by: Peter Zijlstra (Intel) <peterz@xxxxxxxxxxxxx>

Cheers. I don't think this series is urgent, so I'll post it again in
the New Year.

Will