All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] MAINTAINERS: Add printk indexing maintainers on mention of printk_index
@ 2022-03-30 14:32 Chris Down
  2022-04-01 12:31 ` Petr Mladek
  0 siblings, 1 reply; 3+ messages in thread
From: Chris Down @ 2022-03-30 14:32 UTC (permalink / raw)
  To: linux-kernel; +Cc: Petr Mladek, kernel-team

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 <chris@chrisdown.name>
Cc: Petr Mladek <pmladek@suse.com>
---
 MAINTAINERS | 1 +
 1 file changed, 1 insertion(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index e3b11033e628..45121b9e943d 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -15404,6 +15404,7 @@ PRINTK INDEXING
 R:	Chris Down <chris@chrisdown.name>
 S:	Maintained
 F:	kernel/printk/index.c
+K:	printk_index
 
 PROC FILESYSTEM
 L:	linux-kernel@vger.kernel.org
-- 
2.35.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] MAINTAINERS: Add printk indexing maintainers on mention of printk_index
  2022-03-30 14:32 [PATCH] MAINTAINERS: Add printk indexing maintainers on mention of printk_index Chris Down
@ 2022-04-01 12:31 ` Petr Mladek
  2022-04-01 12:32   ` Chris Down
  0 siblings, 1 reply; 3+ messages in thread
From: Petr Mladek @ 2022-04-01 12:31 UTC (permalink / raw)
  To: Chris Down; +Cc: linux-kernel, kernel-team

On Wed 2022-03-30 15:32:20, Chris Down wrote:
> 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 <chris@chrisdown.name>
> Cc: Petr Mladek <pmladek@suse.com>

Nice trick. I was not aware of that K: entries.

I have pushed the patch into printk/linux.git, branch for-5.19.

We missed the direct 5.18 train. I will add the commit into
a printk pull request for 5.18-rcX if there is any. But I think
that it is not worth creating a pull request just with this change.

I am going to make sure that you are added into CC in the meantime.
I hope that they will add me at least ;-)

Best Regards,
Petr

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] MAINTAINERS: Add printk indexing maintainers on mention of printk_index
  2022-04-01 12:31 ` Petr Mladek
@ 2022-04-01 12:32   ` Chris Down
  0 siblings, 0 replies; 3+ messages in thread
From: Chris Down @ 2022-04-01 12:32 UTC (permalink / raw)
  To: Petr Mladek; +Cc: linux-kernel, kernel-team

Petr Mladek writes:
>On Wed 2022-03-30 15:32:20, Chris Down wrote:
>> 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 <chris@chrisdown.name>
>> Cc: Petr Mladek <pmladek@suse.com>
>
>Nice trick. I was not aware of that K: entries.
>
>I have pushed the patch into printk/linux.git, branch for-5.19.
>
>We missed the direct 5.18 train. I will add the commit into
>a printk pull request for 5.18-rcX if there is any. But I think
>that it is not worth creating a pull request just with this change.
>
>I am going to make sure that you are added into CC in the meantime.
>I hope that they will add me at least ;-)

Sounds good, thank you! :-)

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-04-01 12:32 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-30 14:32 [PATCH] MAINTAINERS: Add printk indexing maintainers on mention of printk_index Chris Down
2022-04-01 12:31 ` Petr Mladek
2022-04-01 12:32   ` Chris Down

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.