[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <tip-95c0d71dcb853c2eca5f2231ebbd4c1d3af775b7@git.kernel.org>
Date: Fri, 6 Jul 2012 06:47:20 -0700
From: tip-bot for Namhyung Kim <namhyung@...nel.org>
To: linux-tip-commits@...r.kernel.org
Cc: linux-kernel@...r.kernel.org, hpa@...or.com, mingo@...nel.org,
peterz@...radead.org, tglx@...utronix.de, namhyung@...nel.org
Subject: [tip:sched/urgent] MAINTAINERS/sched:
Update scheduler file pattern
Commit-ID: 95c0d71dcb853c2eca5f2231ebbd4c1d3af775b7
Gitweb: http://git.kernel.org/tip/95c0d71dcb853c2eca5f2231ebbd4c1d3af775b7
Author: Namhyung Kim <namhyung@...nel.org>
AuthorDate: Tue, 3 Jul 2012 23:37:31 +0900
Committer: Ingo Molnar <mingo@...nel.org>
CommitDate: Fri, 6 Jul 2012 12:55:35 +0200
MAINTAINERS/sched: Update scheduler file pattern
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@...r.kernel.org (open list)
With this patch:
$ scripts/get_maintainer.pl -f kernel/sched/core.c --nogit-fallback
Ingo Molnar <mingo@...hat.com> (maintainer:SCHEDULER)
Peter Zijlstra <peterz@...radead.org> (maintainer:SCHEDULER)
linux-kernel@...r.kernel.org (open list)
Signed-off-by: Namhyung Kim <namhyung@...nel.org>
Acked-by: Peter Zijlstra <peterz@...radead.org>
Link: http://lkml.kernel.org/r/1341326251-4140-1-git-send-email-namhyung@kernel.org
Signed-off-by: Ingo Molnar <mingo@...nel.org>
---
MAINTAINERS | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index 03df1d1..214d754 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -5909,7 +5909,7 @@ M: Ingo Molnar <mingo@...hat.com>
M: Peter Zijlstra <peterz@...radead.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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists