linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] MAINTAINERS: Add VSPRINTF
@ 2019-10-31 13:33 Petr Mladek
  2019-10-31 13:51 ` Rasmus Villemoes
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Petr Mladek @ 2019-10-31 13:33 UTC (permalink / raw)
  To: Andy Shevchenko, Sergey Senozhatsky, Steven Rostedt
  Cc: Rasmus Villemoes, Sergey Senozhatsky, linux-kernel,
	Andrew Morton, Uwe Kleine-König, Joe Perches, Sakari Ailus,
	Petr Mladek

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 <pmladek@suse.com>
---
 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 <pmladek@suse.com>
+M:	Steven Rostedt <rostedt@goodmis.org>
+M:	Sergey Senozhatsky <sergey.senozhatsky@gmail.com>
+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 <juergh@gmail.com>
 L:	linux-hwmon@vger.kernel.org
-- 
2.16.4


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

* Re: [PATCH] MAINTAINERS: Add VSPRINTF
  2019-10-31 13:33 [PATCH] MAINTAINERS: Add VSPRINTF Petr Mladek
@ 2019-10-31 13:51 ` Rasmus Villemoes
  2019-10-31 14:51   ` Petr Mladek
  2019-11-02 11:09 ` Steven Rostedt
  2019-11-04 12:41 ` Sergey Senozhatsky
  2 siblings, 1 reply; 8+ messages in thread
From: Rasmus Villemoes @ 2019-10-31 13:51 UTC (permalink / raw)
  To: Petr Mladek, Andy Shevchenko, Sergey Senozhatsky, Steven Rostedt
  Cc: Sergey Senozhatsky, linux-kernel, Andrew Morton,
	Uwe Kleine-König, Joe Perches, Sakari Ailus

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 <linux@rasmusvillemoes.dk>

to that?

Thanks,
Rasmus

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

* Re: [PATCH] MAINTAINERS: Add VSPRINTF
  2019-10-31 13:51 ` Rasmus Villemoes
@ 2019-10-31 14:51   ` Petr Mladek
  2019-10-31 15:09     ` Petr Mladek
  0 siblings, 1 reply; 8+ messages in thread
From: Petr Mladek @ 2019-10-31 14:51 UTC (permalink / raw)
  To: Rasmus Villemoes
  Cc: Andy Shevchenko, Sergey Senozhatsky, Steven Rostedt,
	Sergey Senozhatsky, linux-kernel, Andrew Morton,
	Uwe Kleine-König, Joe Perches, Sakari Ailus

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 <linux@rasmusvillemoes.dk>

Sure. The more reviewers the better :-)

Best Regards,
Petr

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

* Re: [PATCH] MAINTAINERS: Add VSPRINTF
  2019-10-31 14:51   ` Petr Mladek
@ 2019-10-31 15:09     ` Petr Mladek
  2019-11-02 10:18       ` Andy Shevchenko
  0 siblings, 1 reply; 8+ messages in thread
From: Petr Mladek @ 2019-10-31 15:09 UTC (permalink / raw)
  To: Rasmus Villemoes
  Cc: Andy Shevchenko, Sergey Senozhatsky, Steven Rostedt,
	Sergey Senozhatsky, linux-kernel, Andrew Morton,
	Uwe Kleine-König, Joe Perches, Sakari Ailus

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 <linux@rasmusvillemoes.dk>
> 
> Sure. The more reviewers the better :-)

I acutally wanted to add also

R: Andy Shevchenko <andriy.shevchenko@linux.intel.com>

Best Regards,
Petr

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

* Re: [PATCH] MAINTAINERS: Add VSPRINTF
  2019-10-31 15:09     ` Petr Mladek
@ 2019-11-02 10:18       ` Andy Shevchenko
  2019-11-07 15:22         ` Petr Mladek
  0 siblings, 1 reply; 8+ messages in thread
From: Andy Shevchenko @ 2019-11-02 10:18 UTC (permalink / raw)
  To: Petr Mladek
  Cc: Rasmus Villemoes, Andy Shevchenko, Sergey Senozhatsky,
	Steven Rostedt, Sergey Senozhatsky, Linux Kernel Mailing List,
	Andrew Morton, Uwe Kleine-König, Joe Perches, Sakari Ailus

On Thu, Oct 31, 2019 at 5:13 PM Petr Mladek <pmladek@suse.com> 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 <linux@rasmusvillemoes.dk>
> >
> > Sure. The more reviewers the better :-)
>
> I acutally wanted to add also
>
> R: Andy Shevchenko <andriy.shevchenko@linux.intel.com>

Ack


-- 
With Best Regards,
Andy Shevchenko

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

* Re: [PATCH] MAINTAINERS: Add VSPRINTF
  2019-10-31 13:33 [PATCH] MAINTAINERS: Add VSPRINTF Petr Mladek
  2019-10-31 13:51 ` Rasmus Villemoes
@ 2019-11-02 11:09 ` Steven Rostedt
  2019-11-04 12:41 ` Sergey Senozhatsky
  2 siblings, 0 replies; 8+ messages in thread
From: Steven Rostedt @ 2019-11-02 11:09 UTC (permalink / raw)
  To: Petr Mladek
  Cc: Andy Shevchenko, Sergey Senozhatsky, Rasmus Villemoes,
	Sergey Senozhatsky, linux-kernel, Andrew Morton,
	Uwe Kleine-König, Joe Perches, Sakari Ailus

On Thu, 31 Oct 2019 14:33:37 +0100
Petr Mladek <pmladek@suse.com> 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 <pmladek@suse.com>
> ---
>  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 <pmladek@suse.com>
> +M:	Steven Rostedt <rostedt@goodmis.org>

Acked-by: Steven Rostedt (VMware) <rostedt@goodmis.org>

-- Steve

> +M:	Sergey Senozhatsky <sergey.senozhatsky@gmail.com>
> +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 <juergh@gmail.com>
>  L:	linux-hwmon@vger.kernel.org


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

* Re: [PATCH] MAINTAINERS: Add VSPRINTF
  2019-10-31 13:33 [PATCH] MAINTAINERS: Add VSPRINTF Petr Mladek
  2019-10-31 13:51 ` Rasmus Villemoes
  2019-11-02 11:09 ` Steven Rostedt
@ 2019-11-04 12:41 ` Sergey Senozhatsky
  2 siblings, 0 replies; 8+ messages in thread
From: Sergey Senozhatsky @ 2019-11-04 12:41 UTC (permalink / raw)
  To: Petr Mladek
  Cc: Andy Shevchenko, Sergey Senozhatsky, Steven Rostedt,
	Rasmus Villemoes, Sergey Senozhatsky, linux-kernel,
	Andrew Morton, Uwe Kleine-König, Joe Perches, Sakari Ailus

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 <pmladek@suse.com>

Acked

	-ss

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

* Re: [PATCH] MAINTAINERS: Add VSPRINTF
  2019-11-02 10:18       ` Andy Shevchenko
@ 2019-11-07 15:22         ` Petr Mladek
  0 siblings, 0 replies; 8+ messages in thread
From: Petr Mladek @ 2019-11-07 15:22 UTC (permalink / raw)
  To: Andy Shevchenko
  Cc: Rasmus Villemoes, Andy Shevchenko, Sergey Senozhatsky,
	Steven Rostedt, Sergey Senozhatsky, Linux Kernel Mailing List,
	Andrew Morton, Uwe Kleine-König, Joe Perches, Sakari Ailus

On Sat 2019-11-02 12:18:18, Andy Shevchenko wrote:
> On Thu, Oct 31, 2019 at 5:13 PM Petr Mladek <pmladek@suse.com> 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 <linux@rasmusvillemoes.dk>
> > >
> > > Sure. The more reviewers the better :-)
> >
> > I acutally wanted to add also
> >
> > R: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
> 
> 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

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

end of thread, other threads:[~2019-11-07 15:22 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-31 13:33 [PATCH] MAINTAINERS: Add VSPRINTF Petr Mladek
2019-10-31 13:51 ` Rasmus Villemoes
2019-10-31 14:51   ` Petr Mladek
2019-10-31 15:09     ` Petr Mladek
2019-11-02 10:18       ` Andy Shevchenko
2019-11-07 15:22         ` Petr Mladek
2019-11-02 11:09 ` Steven Rostedt
2019-11-04 12:41 ` Sergey Senozhatsky

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).