Message ID | 20210127235347.1402-1-will@kernel.org (mailing list archive) |
---|---|
Headers | show |
Series | tlb: Fix (soft-)dirty bit management & clean up API | expand |
On Wed, Jan 27, 2021 at 3:54 PM Will Deacon <will@kernel.org> wrote: > > The objective is to fix the lacklustre TLB invalidation on the clear_refs > path and then augment the mmu_gather API to make it more difficult to > abuse. The series continues to look good to me. I don't love our "tlb_flush_pending" hackery, but it is what it is, and at least this series cleans up the proper flushing interfaces. Linus
On Thu, Jan 28, 2021 at 09:14:24AM -0800, Linus Torvalds wrote: > On Wed, Jan 27, 2021 at 3:54 PM Will Deacon <will@kernel.org> wrote: > > > > The objective is to fix the lacklustre TLB invalidation on the clear_refs > > path and then augment the mmu_gather API to make it more difficult to > > abuse. > > The series continues to look good to me. I've taken that as an: Acked-by: Linus Torvalds <torvalds@linux-foundation.org> and queued the lot for tip/core/mm. Thanks!