From: Greg Kroah-Hartman Date: Thu, 3 Aug 2006 20:59:56 +0000 (-0700) Subject: add maintainers entry for -stable X-Git-Tag: v2.6.17.8~5 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=eee263324888df0776b2ee007c82f22dd7167ae3;p=thirdparty%2Fkernel%2Fstable-queue.git add maintainers entry for -stable --- diff --git a/queue-2.6.17/add-stable-branch-to-maintainers-file.patch b/queue-2.6.17/add-stable-branch-to-maintainers-file.patch new file mode 100644 index 00000000000..241e08a9e47 --- /dev/null +++ b/queue-2.6.17/add-stable-branch-to-maintainers-file.patch @@ -0,0 +1,43 @@ +From stable-bounces@linux.kernel.org Thu Aug 3 09:28:46 2006 +From: Steven Rostedt +To: Andrew Morton +Date: Thu, 03 Aug 2006 12:28:11 -0400 +Message-Id: <1154622491.32264.37.camel@localhost.localdomain> +Cc: Chris Wright , Greg KH , LKML , stable@kernel.org +Subject: Add stable branch to maintainers file + +From: Steven Rostedt + +While helping someone to submit a patch to the stable branch, I noticed +that the stable branch is not listed in the MAINTAINERS file. This was +after I went there to look for the email addresses for the stable branch +list (stable@kernel.org). + +This patch adds the stable branch to the maintainers file so that people +can find where to send patches when they have a fix for the stable team. + +Signed-off-by: Steven Rostedt +Signed-off-by: Chris Wright +Signed-off-by: Greg Kroah-Hartman + +--- + MAINTAINERS | 8 ++++++++ + 1 file changed, 8 insertions(+) + +--- linux-2.6.17.7.orig/MAINTAINERS ++++ linux-2.6.17.7/MAINTAINERS +@@ -2572,6 +2572,14 @@ M: dbrownell@users.sourceforge.net + L: spi-devel-general@lists.sourceforge.net + S: Maintained + ++STABLE BRANCH: ++P: Greg Kroah-Hartman ++M: greg@kroah.com ++P: Chris Wright ++M: chrisw@sous-sol.org ++L: stable@kernel.org ++S: Maintained ++ + TPM DEVICE DRIVER + P: Kylene Hall + M: kjhall@us.ibm.com diff --git a/queue-2.6.17/series b/queue-2.6.17/series index ef401a4ad16..11089df0776 100644 --- a/queue-2.6.17/series +++ b/queue-2.6.17/series @@ -19,3 +19,4 @@ cond_resched-fix.patch fix-budget-av-compile-failure.patch s390-fix-futex_atomic_cmpxchg_inatomic.patch tty-serialize-flush_to_ldisc.patch +add-stable-branch-to-maintainers-file.patch