All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH-next] MAINTERNERS: Correct path to timens source
@ 2020-01-27 14:37 Dmitry Safonov
  2020-01-28 11:12 ` [tip: timers/urgent] MAINTAINERS: Correct path to time namespace source file tip-bot2 for Dmitry Safonov
  0 siblings, 1 reply; 2+ messages in thread
From: Dmitry Safonov @ 2020-01-27 14:37 UTC (permalink / raw)
  To: linux-kernel
  Cc: Dmitry Safonov, Andrei Vagin, Adrian Reber, Andy Lutomirski,
	Arnd Bergmann, Christian Brauner, Cyrill Gorcunov,
	Eric W. Biederman, H. Peter Anvin, Ingo Molnar, Thomas Gleixner,
	Vincenzo Frascino, the arch/x86 maintainers, Andrei Vagin,
	Dmitry Safonov, Dmitry Vyukov

According to reviews, Time Namespace source was moved
kernel/time_namespace.c => kernel/time/namespace.c
between patchset versions, while the path in MAINTERNERS file wasn't
adjusted properly.

Correct it, so get_maintainer.pl produces a correct emails list once
again.

Reported-by: Dmitry Vyukov <dvyukov@google.com>
Signed-off-by: Dmitry Safonov <dima@arista.com>
---
 MAINTAINERS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 5ea787e0da0e..d2a297f28b96 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -13353,7 +13353,7 @@ S:	Maintained
 F:	fs/timerfd.c
 F:	include/linux/timer*
 F:	include/linux/time_namespace.h
-F:	kernel/time_namespace.c
+F:	kernel/time/namespace.c
 F:	kernel/time/*timer*
 
 POWER MANAGEMENT CORE
-- 
2.25.0


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

* [tip: timers/urgent] MAINTAINERS: Correct path to time namespace source file
  2020-01-27 14:37 [PATCH-next] MAINTERNERS: Correct path to timens source Dmitry Safonov
@ 2020-01-28 11:12 ` tip-bot2 for Dmitry Safonov
  0 siblings, 0 replies; 2+ messages in thread
From: tip-bot2 for Dmitry Safonov @ 2020-01-28 11:12 UTC (permalink / raw)
  To: linux-tip-commits
  Cc: Dmitry Vyukov, Dmitry Safonov, Thomas Gleixner, x86, LKML

The following commit has been merged into the timers/urgent branch of tip:

Commit-ID:     fcfd7345209210ab309f4422a308bad3e1fa6b8c
Gitweb:        https://git.kernel.org/tip/fcfd7345209210ab309f4422a308bad3e1fa6b8c
Author:        Dmitry Safonov <dima@arista.com>
AuthorDate:    Mon, 27 Jan 2020 14:37:48 
Committer:     Thomas Gleixner <tglx@linutronix.de>
CommitterDate: Tue, 28 Jan 2020 12:08:42 +01:00

MAINTAINERS: Correct path to time namespace source file

According to reviews, Time Namespace source was moved from
kernel/time_namespace.c to kernel/time/namespace.c between patchset
versions, while the path in MAINTERNERS file wasn't adjusted properly.

Correct it, so get_maintainer.pl produces a correct emails list again.

Fixes: 769071ac9f20 ("ns: Introduce Time Namespace")
Reported-by: Dmitry Vyukov <dvyukov@google.com>
Signed-off-by: Dmitry Safonov <dima@arista.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Link: https://lore.kernel.org/r/20200127143748.268515-1-dima@arista.com
---
 MAINTAINERS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 141b8d3..3a4163b 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -13267,7 +13267,7 @@ S:	Maintained
 F:	fs/timerfd.c
 F:	include/linux/timer*
 F:	include/linux/time_namespace.h
-F:	kernel/time_namespace.c
+F:	kernel/time/namespace.c
 F:	kernel/time/*timer*
 
 POWER MANAGEMENT CORE

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

end of thread, other threads:[~2020-01-28 11:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-27 14:37 [PATCH-next] MAINTERNERS: Correct path to timens source Dmitry Safonov
2020-01-28 11:12 ` [tip: timers/urgent] MAINTAINERS: Correct path to time namespace source file tip-bot2 for Dmitry Safonov

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.