Message ID | 20201210121110.10094-1-will@kernel.org (mailing list archive) |
---|---|
Headers | show |
Series | tlb: Fix (soft-)dirty bit management clean up API | expand |
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@infradead.org>
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@infradead.org> Cheers. I don't think this series is urgent, so I'll post it again in the New Year. Will