2019-10-31 13:38:36

by Petr Mladek

[permalink] [raw]
Subject: [PATCH] MAINTAINERS: Add VSPRINTF

printk maintainers have been reviewing patches against vsprintf code last
few years. Most changes have been committed via printk.git last two years.

New group is used because printk() is not the only vsprintf() user.
Also the group of interested people is not the same.

Signed-off-by: Petr Mladek <[email protected]>
---
MAINTAINERS | 10 ++++++++++
1 file changed, 10 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index c6c34d04ce95..4181a83bd30a 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -17441,6 +17441,16 @@ S: Maintained
F: drivers/net/vrf.c
F: Documentation/networking/vrf.txt

+VSPRINTF
+M: Petr Mladek <[email protected]>
+M: Steven Rostedt <[email protected]>
+M: Sergey Senozhatsky <[email protected]>
+T: git git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printk.git
+S: Maintained
+F: lib/vsprintf.c
+F: lib/test_printf.c
+F: Documentation/core-api/printk-formats.rst
+
VT1211 HARDWARE MONITOR DRIVER
M: Juerg Haefliger <[email protected]>
L: [email protected]
--
2.16.4


2019-10-31 13:56:00

by Rasmus Villemoes

[permalink] [raw]
Subject: Re: [PATCH] MAINTAINERS: Add VSPRINTF

On 31/10/2019 14.33, Petr Mladek wrote:
> printk maintainers have been reviewing patches against vsprintf code last
> few years. Most changes have been committed via printk.git last two years.
>
> New group is used because printk() is not the only vsprintf() user.
> Also the group of interested people is not the same.

Can you add

R: Rasmus Villemoes <[email protected]>

to that?

Thanks,
Rasmus

2019-10-31 14:52:13

by Petr Mladek

[permalink] [raw]
Subject: Re: [PATCH] MAINTAINERS: Add VSPRINTF

On Thu 2019-10-31 14:51:24, Rasmus Villemoes wrote:
> On 31/10/2019 14.33, Petr Mladek wrote:
> > printk maintainers have been reviewing patches against vsprintf code last
> > few years. Most changes have been committed via printk.git last two years.
> >
> > New group is used because printk() is not the only vsprintf() user.
> > Also the group of interested people is not the same.
>
> Can you add
>
> R: Rasmus Villemoes <[email protected]>

Sure. The more reviewers the better :-)

Best Regards,
Petr

2019-10-31 15:14:46

by Petr Mladek

[permalink] [raw]
Subject: Re: [PATCH] MAINTAINERS: Add VSPRINTF

On Thu 2019-10-31 15:51:12, Petr Mladek wrote:
> On Thu 2019-10-31 14:51:24, Rasmus Villemoes wrote:
> > On 31/10/2019 14.33, Petr Mladek wrote:
> > > printk maintainers have been reviewing patches against vsprintf code last
> > > few years. Most changes have been committed via printk.git last two years.
> > >
> > > New group is used because printk() is not the only vsprintf() user.
> > > Also the group of interested people is not the same.
> >
> > Can you add
> >
> > R: Rasmus Villemoes <[email protected]>
>
> Sure. The more reviewers the better :-)

I acutally wanted to add also

R: Andy Shevchenko <[email protected]>

Best Regards,
Petr

2019-11-02 10:24:10

by Andy Shevchenko

[permalink] [raw]
Subject: Re: [PATCH] MAINTAINERS: Add VSPRINTF

On Thu, Oct 31, 2019 at 5:13 PM Petr Mladek <[email protected]> wrote:
> On Thu 2019-10-31 15:51:12, Petr Mladek wrote:
> > On Thu 2019-10-31 14:51:24, Rasmus Villemoes wrote:
> > > On 31/10/2019 14.33, Petr Mladek wrote:
> > > > printk maintainers have been reviewing patches against vsprintf code last
> > > > few years. Most changes have been committed via printk.git last two years.
> > > >
> > > > New group is used because printk() is not the only vsprintf() user.
> > > > Also the group of interested people is not the same.
> > >
> > > Can you add
> > >
> > > R: Rasmus Villemoes <[email protected]>
> >
> > Sure. The more reviewers the better :-)
>
> I acutally wanted to add also
>
> R: Andy Shevchenko <[email protected]>

Ack


--
With Best Regards,
Andy Shevchenko

2019-11-02 11:12:28

by Steven Rostedt

[permalink] [raw]
Subject: Re: [PATCH] MAINTAINERS: Add VSPRINTF

On Thu, 31 Oct 2019 14:33:37 +0100
Petr Mladek <[email protected]> wrote:

> printk maintainers have been reviewing patches against vsprintf code last
> few years. Most changes have been committed via printk.git last two years.
>
> New group is used because printk() is not the only vsprintf() user.
> Also the group of interested people is not the same.
>
> Signed-off-by: Petr Mladek <[email protected]>
> ---
> MAINTAINERS | 10 ++++++++++
> 1 file changed, 10 insertions(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index c6c34d04ce95..4181a83bd30a 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -17441,6 +17441,16 @@ S: Maintained
> F: drivers/net/vrf.c
> F: Documentation/networking/vrf.txt
>
> +VSPRINTF
> +M: Petr Mladek <[email protected]>
> +M: Steven Rostedt <[email protected]>

Acked-by: Steven Rostedt (VMware) <[email protected]>

-- Steve

> +M: Sergey Senozhatsky <[email protected]>
> +T: git git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printk.git
> +S: Maintained
> +F: lib/vsprintf.c
> +F: lib/test_printf.c
> +F: Documentation/core-api/printk-formats.rst
> +
> VT1211 HARDWARE MONITOR DRIVER
> M: Juerg Haefliger <[email protected]>
> L: [email protected]

2019-11-04 12:44:47

by Sergey Senozhatsky

[permalink] [raw]
Subject: Re: [PATCH] MAINTAINERS: Add VSPRINTF

On (19/10/31 14:33), Petr Mladek wrote:
> printk maintainers have been reviewing patches against vsprintf code last
> few years. Most changes have been committed via printk.git last two years.
>
> New group is used because printk() is not the only vsprintf() user.
> Also the group of interested people is not the same.
>
> Signed-off-by: Petr Mladek <[email protected]>

Acked

-ss

2019-11-07 15:26:12

by Petr Mladek

[permalink] [raw]
Subject: Re: [PATCH] MAINTAINERS: Add VSPRINTF

On Sat 2019-11-02 12:18:18, Andy Shevchenko wrote:
> On Thu, Oct 31, 2019 at 5:13 PM Petr Mladek <[email protected]> wrote:
> > On Thu 2019-10-31 15:51:12, Petr Mladek wrote:
> > > On Thu 2019-10-31 14:51:24, Rasmus Villemoes wrote:
> > > > On 31/10/2019 14.33, Petr Mladek wrote:
> > > > > printk maintainers have been reviewing patches against vsprintf code last
> > > > > few years. Most changes have been committed via printk.git last two years.
> > > > >
> > > > > New group is used because printk() is not the only vsprintf() user.
> > > > > Also the group of interested people is not the same.
> > > >
> > > > Can you add
> > > >
> > > > R: Rasmus Villemoes <[email protected]>
> > >
> > > Sure. The more reviewers the better :-)
> >
> > I acutally wanted to add also
> >
> > R: Andy Shevchenko <[email protected]>
>
> Ack

The updated patch is commited in printk.git, branch for-5.5.

You can check it at
https://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printk.git/commit/?h=for-5.5&id=9d95f0ce36df70e6d7b1f658277c772f589acd84

Best Regards,
Petr