All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] MAINTAINERS: Update information about printk git tree
@ 2022-01-05  9:41 Petr Mladek
  2022-01-05  9:41 ` [PATCH 1/2] MAINTAINERS/vsprintf: Update link to " Petr Mladek
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Petr Mladek @ 2022-01-05  9:41 UTC (permalink / raw)
  To: John Ogness, Sergey Senozhatsky, Steven Rostedt, Andy Shevchenko,
	Rasmus Villemoes
  Cc: linux-kernel, Petr Mladek

I have noticed one outdated and one missing link to the printk git tree.
I am not sure if it is worth sending for review and having two patches.
I just want to avoid possible complains ;-)

Petr Mladek (2):
  MAINTAINERS/vsprintf: Update link to printk git tree
  MAINTAIERS/printk: Add link to printk git

 MAINTAINERS | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

-- 
2.26.2


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

* [PATCH 1/2] MAINTAINERS/vsprintf: Update link to printk git tree
  2022-01-05  9:41 [PATCH 0/2] MAINTAINERS: Update information about printk git tree Petr Mladek
@ 2022-01-05  9:41 ` Petr Mladek
  2022-01-05  9:41 ` [PATCH 2/2] MAINTAIERS/printk: Add link to printk git Petr Mladek
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: Petr Mladek @ 2022-01-05  9:41 UTC (permalink / raw)
  To: John Ogness, Sergey Senozhatsky, Steven Rostedt, Andy Shevchenko,
	Rasmus Villemoes
  Cc: linux-kernel, Petr Mladek

printk git tree has moved to printk/linux.git in February 2020.

Signed-off-by: Petr Mladek <pmladek@suse.com>
---
 MAINTAINERS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index fb18ce7168aa..e9547ccda7d0 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -20428,7 +20428,7 @@ M:	Sergey Senozhatsky <senozhatsky@chromium.org>
 R:	Andy Shevchenko <andriy.shevchenko@linux.intel.com>
 R:	Rasmus Villemoes <linux@rasmusvillemoes.dk>
 S:	Maintained
-T:	git git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printk.git
+T:	git git://git.kernel.org/pub/scm/linux/kernel/git/printk/linux.git
 F:	Documentation/core-api/printk-formats.rst
 F:	lib/test_printf.c
 F:	lib/test_scanf.c
-- 
2.26.2


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

* [PATCH 2/2] MAINTAIERS/printk: Add link to printk git
  2022-01-05  9:41 [PATCH 0/2] MAINTAINERS: Update information about printk git tree Petr Mladek
  2022-01-05  9:41 ` [PATCH 1/2] MAINTAINERS/vsprintf: Update link to " Petr Mladek
@ 2022-01-05  9:41 ` Petr Mladek
  2022-01-05 11:57 ` [PATCH 0/2] MAINTAINERS: Update information about printk git tree Andy Shevchenko
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: Petr Mladek @ 2022-01-05  9:41 UTC (permalink / raw)
  To: John Ogness, Sergey Senozhatsky, Steven Rostedt, Andy Shevchenko,
	Rasmus Villemoes
  Cc: linux-kernel, Petr Mladek

It might also help to avoid confusion with the historic
pmladek/printk.git that has got obsoleted by printk/linux.git
in February 2020.

Signed-off-by: Petr Mladek <pmladek@suse.com>
---
 MAINTAINERS | 1 +
 1 file changed, 1 insertion(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index e9547ccda7d0..653415ed050b 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -15339,6 +15339,7 @@ M:	Sergey Senozhatsky <senozhatsky@chromium.org>
 R:	Steven Rostedt <rostedt@goodmis.org>
 R:	John Ogness <john.ogness@linutronix.de>
 S:	Maintained
+T:	git git://git.kernel.org/pub/scm/linux/kernel/git/printk/linux.git
 F:	include/linux/printk.h
 F:	kernel/printk/
 
-- 
2.26.2


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

* Re: [PATCH 0/2] MAINTAINERS: Update information about printk git tree
  2022-01-05  9:41 [PATCH 0/2] MAINTAINERS: Update information about printk git tree Petr Mladek
  2022-01-05  9:41 ` [PATCH 1/2] MAINTAINERS/vsprintf: Update link to " Petr Mladek
  2022-01-05  9:41 ` [PATCH 2/2] MAINTAIERS/printk: Add link to printk git Petr Mladek
@ 2022-01-05 11:57 ` Andy Shevchenko
  2022-01-06  9:29 ` Petr Mladek
  2022-01-06 18:25 ` Steven Rostedt
  4 siblings, 0 replies; 6+ messages in thread
From: Andy Shevchenko @ 2022-01-05 11:57 UTC (permalink / raw)
  To: Petr Mladek
  Cc: John Ogness, Sergey Senozhatsky, Steven Rostedt,
	Rasmus Villemoes, linux-kernel

On Wed, Jan 05, 2022 at 10:41:55AM +0100, Petr Mladek wrote:
> I have noticed one outdated and one missing link to the printk git tree.
> I am not sure if it is worth sending for review and having two patches.
> I just want to avoid possible complains ;-)

FWIW,
Acked-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>

> Petr Mladek (2):
>   MAINTAINERS/vsprintf: Update link to printk git tree
>   MAINTAIERS/printk: Add link to printk git
> 
>  MAINTAINERS | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
> 
> -- 
> 2.26.2
> 

-- 
With Best Regards,
Andy Shevchenko



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

* Re: [PATCH 0/2] MAINTAINERS: Update information about printk git tree
  2022-01-05  9:41 [PATCH 0/2] MAINTAINERS: Update information about printk git tree Petr Mladek
                   ` (2 preceding siblings ...)
  2022-01-05 11:57 ` [PATCH 0/2] MAINTAINERS: Update information about printk git tree Andy Shevchenko
@ 2022-01-06  9:29 ` Petr Mladek
  2022-01-06 18:25 ` Steven Rostedt
  4 siblings, 0 replies; 6+ messages in thread
From: Petr Mladek @ 2022-01-06  9:29 UTC (permalink / raw)
  To: John Ogness, Sergey Senozhatsky, Steven Rostedt, Andy Shevchenko,
	Rasmus Villemoes
  Cc: linux-kernel

On Wed 2022-01-05 10:41:55, Petr Mladek wrote:
> I have noticed one outdated and one missing link to the printk git tree.
> I am not sure if it is worth sending for review and having two patches.
> I just want to avoid possible complains ;-)
> 
> Petr Mladek (2):
>   MAINTAINERS/vsprintf: Update link to printk git tree
>   MAINTAIERS/printk: Add link to printk git

JFYI, both patches has been committed into printk/linux.git,
branch for-5.17.

Best Regards,
Petr

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

* Re: [PATCH 0/2] MAINTAINERS: Update information about printk git tree
  2022-01-05  9:41 [PATCH 0/2] MAINTAINERS: Update information about printk git tree Petr Mladek
                   ` (3 preceding siblings ...)
  2022-01-06  9:29 ` Petr Mladek
@ 2022-01-06 18:25 ` Steven Rostedt
  4 siblings, 0 replies; 6+ messages in thread
From: Steven Rostedt @ 2022-01-06 18:25 UTC (permalink / raw)
  To: Petr Mladek
  Cc: John Ogness, Sergey Senozhatsky, Andy Shevchenko,
	Rasmus Villemoes, linux-kernel

On Wed,  5 Jan 2022 10:41:55 +0100
Petr Mladek <pmladek@suse.com> wrote:

> I have noticed one outdated and one missing link to the printk git tree.
> I am not sure if it is worth sending for review and having two patches.
> I just want to avoid possible complains ;-)
> 
> Petr Mladek (2):
>   MAINTAINERS/vsprintf: Update link to printk git tree
>   MAINTAIERS/printk: Add link to printk git
> 
>  MAINTAINERS | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
> 

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

for both patches.

Thanks Petr,

-- Steve

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

end of thread, other threads:[~2022-01-06 18:25 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-05  9:41 [PATCH 0/2] MAINTAINERS: Update information about printk git tree Petr Mladek
2022-01-05  9:41 ` [PATCH 1/2] MAINTAINERS/vsprintf: Update link to " Petr Mladek
2022-01-05  9:41 ` [PATCH 2/2] MAINTAIERS/printk: Add link to printk git Petr Mladek
2022-01-05 11:57 ` [PATCH 0/2] MAINTAINERS: Update information about printk git tree Andy Shevchenko
2022-01-06  9:29 ` Petr Mladek
2022-01-06 18:25 ` Steven Rostedt

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.