mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] MAINTAINERS: Update scheduler file pattern
@ 2012-07-03 14:37 Namhyung Kim
  2012-07-06 13:47 ` [tip:sched/urgent] MAINTAINERS/sched: " tip-bot for Namhyung Kim
  0 siblings, 1 reply; 2+ messages in thread
From: Namhyung Kim @ 2012-07-03 14:37 UTC (permalink / raw)
  To: Ingo Molnar, Peter Zijlstra; +Cc: LKML

The commit 391e43da797a ("sched: Move all scheduler bits into kernel/sched/")
moved all scheduler codes to the kernel/sched/ directory, but missed the
MAINTAINERS. Since it still expects files from kernel/ directory, get_maintainer
script has to rely on the git (log) fallback mechanism.

 $ scripts/get_maintainer.pl -f kernel/sched/core.c --nogit-fallback
 linux-kernel@vger.kernel.org (open list)

With this patch:

 $ scripts/get_maintainer.pl -f kernel/sched/core.c --nogit-fallback
 Ingo Molnar <mingo@redhat.com> (maintainer:SCHEDULER)
 Peter Zijlstra <peterz@infradead.org> (maintainer:SCHEDULER)
 linux-kernel@vger.kernel.org (open list)

Signed-off-by: Namhyung Kim <namhyung@kernel.org>
---
 MAINTAINERS |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 13a9d455cf24..b950cfde3db1 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -5917,7 +5917,7 @@ M:	Ingo Molnar <mingo@redhat.com>
 M:	Peter Zijlstra <peterz@infradead.org>
 T:	git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git sched/core
 S:	Maintained
-F:	kernel/sched*
+F:	kernel/sched/
 F:	include/linux/sched.h
 
 SCORE ARCHITECTURE
-- 
1.7.9.2


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

end of thread, other threads:[~2012-07-06 13:47 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-07-03 14:37 [PATCH] MAINTAINERS: Update scheduler file pattern Namhyung Kim
2012-07-06 13:47 ` [tip:sched/urgent] MAINTAINERS/sched: " tip-bot for Namhyung Kim

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®