From e11da6799fe0b1e49668cec68ab646b46712c57c Mon Sep 17 00:00:00 2001 From: Chris Down Date: Wed, 30 Mar 2022 15:32:20 +0100 Subject: [PATCH] MAINTAINERS: Add printk indexing maintainers on mention of printk_index This will primarily catch new and changed printk_index_subsys_emit calls, but it's also worth catching changes to other printk indexing infrastructure outside of kernel/printk/index.c. This avoids churn due to missing ccs when adding new printk indexes, as was the case recently for the first round of the XFS printk indexing patches. Signed-off-by: Chris Down Cc: Petr Mladek Signed-off-by: Petr Mladek Link: https://lore.kernel.org/r/YkRp9IhToTmTnkl7@chrisdown.name --- MAINTAINERS | 1 + 1 file changed, 1 insertion(+) diff --git a/MAINTAINERS b/MAINTAINERS index c10fbd1..e1e6007 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -15586,6 +15586,7 @@ PRINTK INDEXING R: Chris Down S: Maintained F: kernel/printk/index.c +K: printk_index PROC FILESYSTEM L: linux-kernel@vger.kernel.org -- 2.7.4