mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] Update 2.4 maintainer in document
@ 2007-07-08 19:05 Li Yang
  2007-07-19  4:46 ` Willy Tarreau
  0 siblings, 1 reply; 4+ messages in thread
From: Li Yang @ 2007-07-08 19:05 UTC (permalink / raw)
  To: linux-kernel

Update the maintainer of 2.4 kernel in Documentations/SubmittingPatches.

Signed-off-by: Li Yang <leo@zh-kernel.org>
---
 Documentation/SubmittingDrivers |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/Documentation/SubmittingDrivers
b/Documentation/SubmittingDrivers
index d7e2642..24f2eb4 100644
--- a/Documentation/SubmittingDrivers
+++ b/Documentation/SubmittingDrivers
@@ -36,8 +36,7 @@ Linux 2.4:
 	If the code area has a general maintainer then please submit it to
 	the maintainer listed in MAINTAINERS in the kernel file. If the
 	maintainer does not respond or you cannot find the appropriate
-	maintainer then please contact Marcelo Tosatti
-	<marcelo.tosatti@cyclades.com>.
+	maintainer then please contact Willy Tarreau <w@1wt.eu>.
 
 Linux 2.6:
 	The same rules apply as 2.4 except that you should follow linux-kernel




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

* Re: [PATCH] Update 2.4 maintainer in document
  2007-07-08 19:05 [PATCH] Update 2.4 maintainer in document Li Yang
@ 2007-07-19  4:46 ` Willy Tarreau
  2007-07-19  4:58   ` Li Yang-r58472
  0 siblings, 1 reply; 4+ messages in thread
From: Willy Tarreau @ 2007-07-19  4:46 UTC (permalink / raw)
  To: Li Yang; +Cc: linux-kernel

On Mon, Jul 09, 2007 at 03:05:07AM +0800, Li Yang wrote:
> Update the maintainer of 2.4 kernel in Documentations/SubmittingPatches.

Thanks, but you should have CCed me, because I missed you mail ;-)
I'll merge it.

Regards,
Willy

> Signed-off-by: Li Yang <leo@zh-kernel.org>
> ---
>  Documentation/SubmittingDrivers |    3 +--
>  1 files changed, 1 insertions(+), 2 deletions(-)
> 
> diff --git a/Documentation/SubmittingDrivers
> b/Documentation/SubmittingDrivers
> index d7e2642..24f2eb4 100644
> --- a/Documentation/SubmittingDrivers
> +++ b/Documentation/SubmittingDrivers
> @@ -36,8 +36,7 @@ Linux 2.4:
>  	If the code area has a general maintainer then please submit it to
>  	the maintainer listed in MAINTAINERS in the kernel file. If the
>  	maintainer does not respond or you cannot find the appropriate
> -	maintainer then please contact Marcelo Tosatti
> -	<marcelo.tosatti@cyclades.com>.
> +	maintainer then please contact Willy Tarreau <w@1wt.eu>.
>  
>  Linux 2.6:
>  	The same rules apply as 2.4 except that you should follow linux-kernel
> 
> 
> 
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at  http://www.tux.org/lkml/

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

* RE: [PATCH] Update 2.4 maintainer in document
  2007-07-19  4:46 ` Willy Tarreau
@ 2007-07-19  4:58   ` Li Yang-r58472
  2007-07-19  5:09     ` Willy Tarreau
  0 siblings, 1 reply; 4+ messages in thread
From: Li Yang-r58472 @ 2007-07-19  4:58 UTC (permalink / raw)
  To: Willy Tarreau, Li Yang; +Cc: linux-kernel

 > -----Original Message-----
> From: linux-kernel-owner@vger.kernel.org 
> [mailto:linux-kernel-owner@vger.kernel.org] On Behalf Of Willy Tarreau
> Sent: Thursday, July 19, 2007 12:46 PM
> To: Li Yang
> Cc: linux-kernel@vger.kernel.org
> Subject: Re: [PATCH] Update 2.4 maintainer in document
> 
> On Mon, Jul 09, 2007 at 03:05:07AM +0800, Li Yang wrote:
> > Update the maintainer of 2.4 kernel in 
> Documentations/SubmittingPatches.
> 
> Thanks, but you should have CCed me, because I missed you 
> mail ;-) I'll merge it.

I don't know who is responsible for maintaining the documentation.
Thanks. :)

- Leo

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

* Re: [PATCH] Update 2.4 maintainer in document
  2007-07-19  4:58   ` Li Yang-r58472
@ 2007-07-19  5:09     ` Willy Tarreau
  0 siblings, 0 replies; 4+ messages in thread
From: Willy Tarreau @ 2007-07-19  5:09 UTC (permalink / raw)
  To: Li Yang-r58472; +Cc: Li Yang, linux-kernel

On Thu, Jul 19, 2007 at 12:58:22PM +0800, Li Yang-r58472 wrote:
>  > -----Original Message-----
> > From: linux-kernel-owner@vger.kernel.org 
> > [mailto:linux-kernel-owner@vger.kernel.org] On Behalf Of Willy Tarreau
> > Sent: Thursday, July 19, 2007 12:46 PM
> > To: Li Yang
> > Cc: linux-kernel@vger.kernel.org
> > Subject: Re: [PATCH] Update 2.4 maintainer in document
> > 
> > On Mon, Jul 09, 2007 at 03:05:07AM +0800, Li Yang wrote:
> > > Update the maintainer of 2.4 kernel in 
> > Documentations/SubmittingPatches.
> > 
> > Thanks, but you should have CCed me, because I missed you 
> > mail ;-) I'll merge it.
> 
> I don't know who is responsible for maintaining the documentation.

So... applying the rule in your patch, you should have sent it to me :-)

> Thanks. :)
> 
> - Leo

regards,
Willy


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

end of thread, other threads:[~2007-07-19  5:09 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-07-08 19:05 [PATCH] Update 2.4 maintainer in document Li Yang
2007-07-19  4:46 ` Willy Tarreau
2007-07-19  4:58   ` Li Yang-r58472
2007-07-19  5:09     ` Willy Tarreau

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®