[PATCH] MAINTAINERS: add tlb trace events to MMU GATHER AND TLB INVALIDATION

Tal Zussman posted 1 patch 6 months, 2 weeks ago
MAINTAINERS | 1 +
1 file changed, 1 insertion(+)
[PATCH] MAINTAINERS: add tlb trace events to MMU GATHER AND TLB INVALIDATION
Posted by Tal Zussman 6 months, 2 weeks ago
The MMU GATHER AND TLB INVALIDATION entry lists other TLB-related files.
Add the tlb.h tracepoint file there as well.

Link: https://lore.kernel.org/linux-mm/ce048e11-f79d-44a6-bacc-46e1ebc34b24@redhat.com/
Suggested-by: David Hildenbrand <david@redhat.com>
Signed-off-by: Tal Zussman <tz2294@columbia.edu>
---
 MAINTAINERS | 1 +
 1 file changed, 1 insertion(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 98201e1f4ab5..678eae27688b 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -16653,6 +16653,7 @@ L:	linux-mm@kvack.org
 S:	Maintained
 F:	arch/*/include/asm/tlb.h
 F:	include/asm-generic/tlb.h
+F:	include/trace/events/tlb.h
 F:	mm/mmu_gather.c
 
 MN88472 MEDIA DRIVER

---
base-commit: 546b1c9e93c2bb8cf5ed24e0be1c86bb089b3253
change-id: 20250603-tlb-maintainers-7697bc27729c

Best regards,
-- 
Tal Zussman <tz2294@columbia.edu>
Re: [PATCH] MAINTAINERS: add tlb trace events to MMU GATHER AND TLB INVALIDATION
Posted by David Hildenbrand 6 months, 2 weeks ago
On 04.06.25 00:50, Tal Zussman wrote:
> The MMU GATHER AND TLB INVALIDATION entry lists other TLB-related files.
> Add the tlb.h tracepoint file there as well.
> 
> Link: https://lore.kernel.org/linux-mm/ce048e11-f79d-44a6-bacc-46e1ebc34b24@redhat.com/
> Suggested-by: David Hildenbrand <david@redhat.com>
> Signed-off-by: Tal Zussman <tz2294@columbia.edu>

Acked-by: David Hildenbrand <david@redhat.com>

-- 
Cheers,

David / dhildenb