Skip to content

Commit 7526aa5

Browse files
committed
MAINTAINERS: Add entry for MMU GATHER AND TLB INVALIDATION
We recently had to debug a TLB invalidation problem on the munmap() path, which was made more difficult than necessary because: (a) The MMU gather code had changed without people realising (b) Many people subtly misunderstood the operation of the MMU gather code and its interactions with RCU and arch-specific TLB invalidation (c) Untangling the intended behaviour involved educated guesswork and plenty of discussion Hopefully, we can avoid getting into this mess again by designating a cross-arch group of people to look after this code. It is not intended that they will have a separate tree, but they at least provide a point of contact for anybody working in this area and can co-ordinate any proposed future changes to the internal API. Cc: Peter Zijlstra <peterz@infradead.org> Cc: Nicholas Piggin <npiggin@gmail.com> Cc: Linus Torvalds <torvalds@linux-foundation.org> Cc: "Aneesh Kumar K.V" <aneesh.kumar@linux.vnet.ibm.com> Cc: "Kirill A. Shutemov" <kirill.shutemov@linux.intel.com> Cc: Andrew Morton <akpm@linux-foundation.org> Cc: Michal Hocko <mhocko@suse.com> Signed-off-by: Will Deacon <will.deacon@arm.com>
1 parent 196d9d8 commit 7526aa5

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

MAINTAINERS

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9681,6 +9681,19 @@ S: Maintained
96819681
F: arch/arm/boot/dts/mmp*
96829682
F: arch/arm/mach-mmp/
96839683

9684+
MMU GATHER AND TLB INVALIDATION
9685+
M: Will Deacon <will.deacon@arm.com>
9686+
M: "Aneesh Kumar K.V" <aneesh.kumar@linux.vnet.ibm.com>
9687+
M: Andrew Morton <akpm@linux-foundation.org>
9688+
M: Nick Piggin <npiggin@gmail.com>
9689+
M: Peter Zijlstra <peterz@infradead.org>
9690+
L: linux-arch@vger.kernel.org
9691+
L: linux-mm@kvack.org
9692+
S: Maintained
9693+
F: arch/*/include/asm/tlb.h
9694+
F: include/asm-generic/tlb.h
9695+
F: mm/mmu_gather.c
9696+
96849697
MN88472 MEDIA DRIVER
96859698
M: Antti Palosaari <crope@iki.fi>
96869699
L: linux-media@vger.kernel.org

0 commit comments

Comments
 (0)