2023-07-05 13:44:08

by Sergey Senozhatsky

[permalink] [raw]
Subject: [PATCH] MAINTAINERS: adjust printk/vsprintf entries

M should be earned.

Signed-off-by: Sergey Senozhatsky <[email protected]>
---
MAINTAINERS | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 15ce1f07d9f7..42b3b05f8473 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -17037,9 +17037,9 @@ F: kernel/sched/psi.c

PRINTK
M: Petr Mladek <[email protected]>
-M: Sergey Senozhatsky <[email protected]>
R: Steven Rostedt <[email protected]>
R: John Ogness <[email protected]>
+R: Sergey Senozhatsky <[email protected]>
S: Maintained
T: git git://git.kernel.org/pub/scm/linux/kernel/git/printk/linux.git
F: include/linux/printk.h
@@ -22796,9 +22796,9 @@ F: drivers/net/vrf.c
VSPRINTF
M: Petr Mladek <[email protected]>
M: Steven Rostedt <[email protected]>
-M: Sergey Senozhatsky <[email protected]>
R: Andy Shevchenko <[email protected]>
R: Rasmus Villemoes <[email protected]>
+R: Sergey Senozhatsky <[email protected]>
S: Maintained
T: git git://git.kernel.org/pub/scm/linux/kernel/git/printk/linux.git
F: Documentation/core-api/printk-formats.rst
--
2.41.0.255.g8b1d071c50-goog



2023-07-14 12:24:18

by Petr Mladek

[permalink] [raw]
Subject: Re: [PATCH] MAINTAINERS: adjust printk/vsprintf entries

On Wed 2023-07-05 22:14:34, Sergey Senozhatsky wrote:
> M should be earned.
>
> Signed-off-by: Sergey Senozhatsky <[email protected]>
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -17037,9 +17037,9 @@ F: kernel/sched/psi.c
>
> PRINTK
> M: Petr Mladek <[email protected]>
> -M: Sergey Senozhatsky <[email protected]>
> R: Steven Rostedt <[email protected]>
> R: John Ogness <[email protected]>
> +R: Sergey Senozhatsky <[email protected]>
> S: Maintained
> T: git git://git.kernel.org/pub/scm/linux/kernel/git/printk/linux.git
> F: include/linux/printk.h
> @@ -22796,9 +22796,9 @@ F: drivers/net/vrf.c
> VSPRINTF
> M: Petr Mladek <[email protected]>
> M: Steven Rostedt <[email protected]>
> -M: Sergey Senozhatsky <[email protected]>
> R: Andy Shevchenko <[email protected]>
> R: Rasmus Villemoes <[email protected]>
> +R: Sergey Senozhatsky <[email protected]>
> S: Maintained
> T: git git://git.kernel.org/pub/scm/linux/kernel/git/printk/linux.git
> F: Documentation/core-api/printk-formats.rst

Thanks a lot for staying around and keeping an eye on printk().

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

Best Regards,
Petr

2023-07-17 05:41:50

by Sergey Senozhatsky

[permalink] [raw]
Subject: Re: [PATCH] MAINTAINERS: adjust printk/vsprintf entries

On (23/07/14 13:56), Petr Mladek wrote:
>
> Thanks a lot for staying around and keeping an eye on printk().
>
> I have pushed the patch into printk/linux.git, branch for-6.6.

Many thanks Petr!