LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
* [PATCH]Maintain Chinese Documentations
@ 2011-02-08  2:37 Harry Wei
  2011-02-08  2:40 ` Randy Dunlap
  0 siblings, 1 reply; 19+ messages in thread
From: Harry Wei @ 2011-02-08  2:37 UTC (permalink / raw)
  To: linux-kernel, akpm, joe, davem, greg

Hi us,
     I have translated some documentations of kernel so i want to maintain Chinese documentation in our kernel directories.
     Following is my patcher for it.

     Thanks.
     Best Regards.
     Harry Wei.
     
     
Signed-off-by: Harry Wei <harryxiyou@gmail.com>
---
 MAINTAINERS |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 531c5cf..dc0279e 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -6976,6 +6976,12 @@ S:	Maintained
 F:	drivers/net/pptp.c
 W:	http://sourceforge.net/projects/accel-pptp
 
+CHINESE DOCUMENTATION
+M:	Harry Wei <harryxiyou@gmail.com>
+L:	xiyoulinuxkernelgroup@googlegroups.com
+S:	Maintained
+F:	Documentation/zh_CN/
+
 THE REST
 M:	Linus Torvalds <torvalds@linux-foundation.org>
 L:	linux-kernel@vger.kernel.org
-- 
1.7.0.4


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

* Re: [PATCH]Maintain Chinese Documentations
  2011-02-08  2:37 [PATCH]Maintain Chinese Documentations Harry Wei
@ 2011-02-08  2:40 ` Randy Dunlap
       [not found]   ` <AANLkTimacOStZv-hrxo6iOWUDNem+h1cmaKCZQzw=0jr@mail.gmail.com>
  0 siblings, 1 reply; 19+ messages in thread
From: Randy Dunlap @ 2011-02-08  2:40 UTC (permalink / raw)
  To: Harry Wei; +Cc: linux-kernel, akpm, joe, davem, greg

On Tue, 8 Feb 2011 10:37:37 +0800 Harry Wei wrote:

> Hi us,
>      I have translated some documentations of kernel so i want to maintain Chinese documentation in our kernel directories.
>      Following is my patcher for it.
> 
>      Thanks.
>      Best Regards.
>      Harry Wei.
>      
>      
> Signed-off-by: Harry Wei <harryxiyou@gmail.com>
> ---
>  MAINTAINERS |    6 ++++++
>  1 files changed, 6 insertions(+), 0 deletions(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 531c5cf..dc0279e 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -6976,6 +6976,12 @@ S:	Maintained
>  F:	drivers/net/pptp.c
>  W:	http://sourceforge.net/projects/accel-pptp
>  
> +CHINESE DOCUMENTATION
> +M:	Harry Wei <harryxiyou@gmail.com>
> +L:	xiyoulinuxkernelgroup@googlegroups.com
> +S:	Maintained
> +F:	Documentation/zh_CN/
> +

Hi Harry,

Entries in the MAINTAINERS file are in alphabetical order, so "CHINESE DOCUMENTATION"
should come between CHECKPATCH and CISCO VIC ETHERNET NIC DRIVER.


>  THE REST
>  M:	Linus Torvalds <torvalds@linux-foundation.org>
>  L:	linux-kernel@vger.kernel.org
> -- 

---
~Randy
*** Remember to use Documentation/SubmitChecklist when testing your code ***

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

* [PATCH]Maintain Chinese Documentations
       [not found]   ` <AANLkTimacOStZv-hrxo6iOWUDNem+h1cmaKCZQzw=0jr@mail.gmail.com>
@ 2011-02-08  3:16     ` Harry Wei
  2011-02-08  3:22       ` Randy Dunlap
  0 siblings, 1 reply; 19+ messages in thread
From: Harry Wei @ 2011-02-08  3:16 UTC (permalink / raw)
  To: linux-kernel, rdunlap, davem, joe, akpm, greg

On Tue, Feb 08, 2011 at 11:10:18AM +0800, harryxiyou wrote:
> ---------- Forwarded message ----------
> From: Randy Dunlap <rdunlap@xenotime.net>
> Date: 2011/2/8
> Subject: Re: [PATCH]Maintain Chinese Documentations
> To: Harry Wei <jiaweiwei.xiyou@gmail.com>
> Cc: linux-kernel@vger.kernel.org, akpm@linux-foundation.org, joe@perches.com,
> davem@davemloft.net, greg@kroah.com
> 
> 
> On Tue, 8 Feb 2011 10:37:37 +0800 Harry Wei wrote:
> 
> > Hi us,
> >      I have translated some documentations of kernel so i want to maintain
> Chinese documentation in our kernel directories.
> >      Following is my patcher for it.
> >
> >      Thanks.
> >      Best Regards.
> >      Harry Wei.
> >
> >
> > Signed-off-by: Harry Wei <harryxiyou@gmail.com>
> > ---
> >  MAINTAINERS |    6 ++++++
> >  1 files changed, 6 insertions(+), 0 deletions(-)
> >
> > diff --git a/MAINTAINERS b/MAINTAINERS
> > index 531c5cf..dc0279e 100644
> > --- a/MAINTAINERS
> > +++ b/MAINTAINERS
> > @@ -6976,6 +6976,12 @@ S:     Maintained
> >  F:   drivers/net/pptp.c
> >  W:   http://sourceforge.net/projects/accel-pptp
> >
> > +CHINESE DOCUMENTATION
> > +M:   Harry Wei <harryxiyou@gmail.com>
> > +L:   xiyoulinuxkernelgroup@googlegroups.com
> > +S:   Maintained
> > +F:   Documentation/zh_CN/
> > +
> 
> Hi Harry,
> 
> Entries in the MAINTAINERS file are in alphabetical order, so "CHINESE
> DOCUMENTATION"
> should come between CHECKPATCH and CISCO VIC ETHERNET NIC DRIVER.
Hi Randy,

Thanks so much.
I have patched a right one like following.

Thanks.
Best Regards.
Harry Wei.


Signed-off-by: Harry Wei <harryxiyou@gmail.com>
---
 MAINTAINERS |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index dc0279e..afb6f7c 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1692,6 +1692,12 @@ M:	Andy Whitcroft <apw@canonical.com>
 S:	Supported
 F:	scripts/checkpatch.pl
 
+CHINESE DOCUMENTATION
+M:	Harry Wei <harryxiyou@gmail.com>
+L:	xiyoulinuxkernelgroup@googlegroups.com
+S:	Maintained
+F:	Documentation/zh_CN
+
 CISCO VIC ETHERNET NIC DRIVER
 M:	Vasanthy Kolluri <vkolluri@cisco.com>
 M:	Roopa Prabhu <roprabhu@cisco.com>
-- 
1.7.0.4

> 
> 
> >  THE REST
> >  M:   Linus Torvalds <torvalds@linux-foundation.org>
> >  L:   linux-kernel@vger.kernel.org
> > --
> 
> ---
> ~Randy
> *** Remember to use Documentation/SubmitChecklist when testing your code ***
> --
> 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/
> 
> 
> 
> -- 
> Best Regards.
> Harry Wei.
> Do what u like!

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

* Re: [PATCH]Maintain Chinese Documentations
  2011-02-08  3:16     ` Harry Wei
@ 2011-02-08  3:22       ` Randy Dunlap
       [not found]         ` <AANLkTimFFT-B_aPyfFJmMpvt9jhd98ckBah2vbK+WQJf@mail.gmail.com>
  0 siblings, 1 reply; 19+ messages in thread
From: Randy Dunlap @ 2011-02-08  3:22 UTC (permalink / raw)
  To: Harry Wei; +Cc: linux-kernel, davem, joe, akpm, greg

> > Hi Harry,

a.  Omit my previous comments, just make a new patch with description.

b.  This line:
+F:	Documentation/zh_CN

should have a trailing '/' on it to indicate that it is a directory.

c.  After
> Signed-off-by: Harry Wei <harryxiyou@gmail.com>

you can add this line:
Acked-by: Randy Dunlap <rdunlap@xenotime.net>


Thanks.
---
~Randy
*** Remember to use Documentation/SubmitChecklist when testing your code ***

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

* [PATCH]Maintain Chinese Documentations
       [not found]         ` <AANLkTimFFT-B_aPyfFJmMpvt9jhd98ckBah2vbK+WQJf@mail.gmail.com>
@ 2011-02-08  3:38           ` Harry Wei
  2011-02-08  8:06             ` WANG Cong
  0 siblings, 1 reply; 19+ messages in thread
From: Harry Wei @ 2011-02-08  3:38 UTC (permalink / raw)
  To: linux-kernel, rdunlap, davem, joe, akpm, greg

On Tue, Feb 08, 2011 at 11:26:43AM +0800, harryxiyou wrote:
> ---------- Forwarded message ----------
> From: Randy Dunlap <rdunlap@xenotime.net>
> Date: 2011/2/8
> Subject: Re: [PATCH]Maintain Chinese Documentations
> To: Harry Wei <jiaweiwei.xiyou@gmail.com>
> Cc: linux-kernel@vger.kernel.org, davem@davemloft.net, joe@perches.com,
> akpm@linux-foundation.org, greg@kroah.com
> 
> 
> > > Hi Harry,
> 
> a.  Omit my previous comments, just make a new patch with description.
> 
> b.  This line:
> +F:     Documentation/zh_CN
> 
> should have a trailing '/' on it to indicate that it is a directory.
> 
> c.  After
> > Signed-off-by: Harry Wei <harryxiyou@gmail.com>
> 
> you can add this line:
> Acked-by: Randy Dunlap <rdunlap@xenotime.net>
>
Hi Randy,
So thanks to your help.
I correct it like following :)

Thanks.
Best Regards.
Harry Wei.


Signed-off-by: Harry Wei <harryxiyou@gmail.com>
Acked-by: Randy Dunlap <rdunlap@xenotime.net>
---
 MAINTAINERS |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index dc0279e..afb6f7c 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1692,6 +1692,12 @@ M:	Andy Whitcroft <apw@canonical.com>
 S:	Supported
 F:	scripts/checkpatch.pl
 
+CHINESE DOCUMENTATION
+M:	Harry Wei <harryxiyou@gmail.com>
+L:	xiyoulinuxkernelgroup@googlegroups.com
+S:	Maintained
+F:	Documentation/zh_CN/
+
 CISCO VIC ETHERNET NIC DRIVER
 M:	Vasanthy Kolluri <vkolluri@cisco.com>
 M:	Roopa Prabhu <roprabhu@cisco.com>
-- 
1.7.0.4

> 
> Thanks.
> ---
> ~Randy
> *** Remember to use Documentation/SubmitChecklist when testing your code ***
> --
> 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/
> 
> 
> 
> -- 
> Best Regards.
> Harry Wei.
> Do what u like!

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

* Re: [PATCH]Maintain Chinese Documentations
  2011-02-08  3:38           ` Harry Wei
@ 2011-02-08  8:06             ` WANG Cong
       [not found]               ` <AANLkTinGn5oN01+33VgnnWHAqEZNxkoJeTgkjAjpC8LZ@mail.gmail.com>
  0 siblings, 1 reply; 19+ messages in thread
From: WANG Cong @ 2011-02-08  8:06 UTC (permalink / raw)
  To: linux-kernel

On Tue, 08 Feb 2011 11:38:21 +0800, Harry Wei wrote:

> +L:	xiyoulinuxkernelgroup@googlegroups.com

NAK.

Clearly linux-kernel@zh-kernel.org is more "official".


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

* Re: Fwd: [PATCH]Maintain Chinese Documentations
       [not found]               ` <AANLkTinGn5oN01+33VgnnWHAqEZNxkoJeTgkjAjpC8LZ@mail.gmail.com>
@ 2011-02-08  9:30                 ` Harry Wei
  2011-02-08  9:35                   ` Wolfram Sang
  2011-02-09  7:51                   ` Tao Ma
  0 siblings, 2 replies; 19+ messages in thread
From: Harry Wei @ 2011-02-08  9:30 UTC (permalink / raw)
  To: linux-kernel, xiyou.wangcong

On Tue, Feb 08, 2011 at 05:19:02PM +0800, harryxiyou wrote:
> ---------- Forwarded message ----------
> From: WANG Cong <xiyou.wangcong@gmail.com>
> Date: 2011/2/8
> Subject: Re: [PATCH]Maintain Chinese Documentations
> To: linux-kernel@vger.kernel.org
> 
> 
> On Tue, 08 Feb 2011 11:38:21 +0800, Harry Wei wrote:
> 
> > +L:   xiyoulinuxkernelgroup@googlegroups.com
> 
> NAK.
> 
> Clearly linux-kernel@zh-kernel.org is more "official".
Hi Brother Wang,
   	I have mailed to linux-kernel@zh-kernel.org for some translation problems but there is no response. So ...
	In fact, any mailing list is ok if they are absolutely interested in kernel. We will also send our translations for kernel-docs to linux-kernel@zh-kernel.org. After talking with them we will patch for kernel :)

Thanks.
Best Regards.
Harry Wei.
> 
> --
> 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/
> 
> 
> 
> -- 
> Best Regards.
> Harry Wei.
> Do what u like!

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

* Re: Fwd: [PATCH]Maintain Chinese Documentations
  2011-02-08  9:30                 ` Fwd: " Harry Wei
@ 2011-02-08  9:35                   ` Wolfram Sang
       [not found]                     ` <AANLkTi=RgPS_tzBP+0=wxuh58cV=3_m+5=gYwG8ffkY0@mail.gmail.com>
  2011-02-09  7:51                   ` Tao Ma
  1 sibling, 1 reply; 19+ messages in thread
From: Wolfram Sang @ 2011-02-08  9:35 UTC (permalink / raw)
  To: Harry Wei; +Cc: linux-kernel, xiyou.wangcong

[-- Attachment #1: Type: text/plain, Size: 711 bytes --]

> > > +L:   xiyoulinuxkernelgroup@googlegroups.com
> > 
> > NAK.
> > 
> > Clearly linux-kernel@zh-kernel.org is more "official".

> Hi Brother Wang, I have mailed to linux-kernel@zh-kernel.org for some
> translation problems but there is no response. So ... In fact, any
> mailing list is ok if they are absolutely interested in kernel. We
> will also send our translations for kernel-docs to
> linux-kernel@zh-kernel.org. After talking with them we will patch for
> kernel :)

If it helps the case, you could also have two "L:" entries?

-- 
Pengutronix e.K.                           | Wolfram Sang                |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

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

* Re: Fwd: Fwd: [PATCH]Maintain Chinese Documentations♫
       [not found]                     ` <AANLkTi=RgPS_tzBP+0=wxuh58cV=3_m+5=gYwG8ffkY0@mail.gmail.com>
@ 2011-02-08 10:01                       ` Harry Wei
  2011-02-08 10:13                         ` Wolfram Sang
  0 siblings, 1 reply; 19+ messages in thread
From: Harry Wei @ 2011-02-08 10:01 UTC (permalink / raw)
  To: linux-kernel, akpm, joe, davem, greg, rdunlap, xiyou.wangcong, w.sang

> ---------- Forwarded message ----------
> From: Wolfram Sang <w.sang@pengutronix.de>
> Date: 2011/2/8
> Subject: Re: Fwd: [PATCH]Maintain Chinese Documentations
> To: Harry Wei <jiaweiwei.xiyou@gmail.com>
> Cc: linux-kernel@vger.kernel.org, xiyou.wangcong@gmail.com
> 
> 
> > > > +L:   xiyoulinuxkernelgroup@googlegroups.com
> > >
> > > NAK.
> > >
> > > Clearly linux-kernel@zh-kernel.org is more "official".
> 
> > Hi Brother Wang, I have mailed to linux-kernel@zh-kernel.org for some
> > translation problems but there is no response. So ... In fact, any
> > mailing list is ok if they are absolutely interested in kernel. We
> > will also send our translations for kernel-docs to
> > linux-kernel@zh-kernel.org. After talking with them we will patch for
> > kernel :)
> 
> If it helps the case, you could also have two "L:" entries?
A good idea :)
Updated patcher like following.

Thanks.
Best Regards.
Harry Wei.


Signed-off-by: Harry Wei <harryxiyou@gmail.com>
Acked-by: Randy Dunlap <rdunlap@xenotime.net>
Acked-by: Wang Cong <xiyou.wangcong@gmail.com>
Acked-by: Wolfram Sang <w.sang@pengutronix.de>
---
 MAINTAINERS |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index dc0279e..afb6f7c 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1692,6 +1692,12 @@ M:       Andy Whitcroft <apw@canonical.com>
 S:     Supported
 F:     scripts/checkpatch.pl

+CHINESE DOCUMENTATION
+M:     Harry Wei <harryxiyou@gmail.com>
+L:     xiyoulinuxkernelgroup@googlegroups.com
+L:	linux-kernel@zh-kernel.org(moderated for non-subscribers)
+S:     Maintained
+F:     Documentation/zh_CN/
+
 CISCO VIC ETHERNET NIC DRIVER
 M:     Vasanthy Kolluri <vkolluri@cisco.com>
 M:     Roopa Prabhu <roprabhu@cisco.com>
--
1.7.0.4


> 
> --
> Pengutronix e.K.                           | Wolfram Sang                |
> Industrial Linux Solutions                 | http://www.pengutronix.de/  |
> 
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.10 (GNU/Linux)
> 
> iEYEARECAAYFAk1RDmAACgkQD27XaX1/VRt4UACgmAEnPGGDTzAivTBUI0+ce+8A
> kv8An3QIH0SbS8LxZ2kkjna6anoHlRpZ
> =TCxh
> -----END PGP SIGNATURE-----
> 
> 
> 
> 
> -- 
> Best Regards.
> Harry Wei.
> Do what u like!



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

* Re: Fwd: Fwd: [PATCH]Maintain Chinese Documentations♫
  2011-02-08 10:01                       ` Fwd: Fwd: [PATCH]Maintain Chinese Documentations♫ Harry Wei
@ 2011-02-08 10:13                         ` Wolfram Sang
       [not found]                           ` <AANLkTimSgeRKsAckU+2iE9oqo33uanLeLaKTQdYkpfw=@mail.gmail.com>
  0 siblings, 1 reply; 19+ messages in thread
From: Wolfram Sang @ 2011-02-08 10:13 UTC (permalink / raw)
  To: Harry Wei; +Cc: linux-kernel, akpm, joe, davem, greg, rdunlap, xiyou.wangcong

[-- Attachment #1: Type: text/plain, Size: 534 bytes --]

> +CHINESE DOCUMENTATION
> +M:     Harry Wei <harryxiyou@gmail.com>
> +L:     xiyoulinuxkernelgroup@googlegroups.com
> +L:	linux-kernel@zh-kernel.org(moderated for non-subscribers)
> +S:     Maintained
> +F:     Documentation/zh_CN/

Space missing after .org

Some lines use spaces, one uses tabs. Please change that so it is
consistent with the rest of the file.

-- 
Pengutronix e.K.                           | Wolfram Sang                |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

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

* [PATCH]Maintain Chinese Documentations
       [not found]                           ` <AANLkTimSgeRKsAckU+2iE9oqo33uanLeLaKTQdYkpfw=@mail.gmail.com>
@ 2011-02-08 10:33                             ` Harry Wei
  2011-02-08 14:12                               ` WANG Cong
       [not found]                               ` <AANLkTimAAq10AzoWFBhKKSizH5pX_F8jOPsQE25w9J_E@mail.gmail.com>
  0 siblings, 2 replies; 19+ messages in thread
From: Harry Wei @ 2011-02-08 10:33 UTC (permalink / raw)
  To: linux-kernel, akpm, joe, davem, greg, rdunlap, xiyou.wangcong, w.sang

On Tue, Feb 08, 2011 at 06:25:21PM +0800, harryxiyou wrote:
> ---------- Forwarded message ----------
> From: Wolfram Sang <w.sang@pengutronix.de>
> Date: 2011/2/8
> Subject: Re: Fwd: Fwd: [PATCH]Maintain Chinese Documentations♫
> To: Harry Wei <jiaweiwei.xiyou@gmail.com>
> Cc: linux-kernel@vger.kernel.org, akpm@linux-foundation.org, joe@perches.com,
> davem@davemloft.net, greg@kroah.com, rdunlap@xenotime.net,
> xiyou.wangcong@gmail.com
> 
> 
> > +CHINESE DOCUMENTATION
> > +M:     Harry Wei <harryxiyou@gmail.com>
> > +L:     xiyoulinuxkernelgroup@googlegroups.com
> > +L:   linux-kernel@zh-kernel.org(moderated for non-subscribers)
> > +S:     Maintained
> > +F:     Documentation/zh_CN/
> 
> Space missing after .org
> 
> Some lines use spaces, one uses tabs. Please change that so it is
> consistent with the rest of the file.
Ok, updated like following :)

Thanks.
Best Regards.
Harry Wei.

Signed-off-by: Harry Wei <harryxiyou@gmail.com>
Acked-by: Randy Dunlap <rdunlap@xenotime.net>
Acked-by: Wang Cong <xiyou.wangcong@gmail.com>
Acked-by: Wolfram Sang <w.sang@pengutronix.de>
---
 MAINTAINERS |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index dc0279e..afb6f7c 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1692,6 +1692,12 @@ M:       Andy Whitcroft <apw@canonical.com>
 S:     Supported
 F:     scripts/checkpatch.pl

+CHINESE DOCUMENTATION
+M:	Harry Wei <harryxiyou@gmail.com>
+L:	xiyoulinuxkernelgroup@googlegroups.com
+L:	linux-kernel@zh-kernel.org (moderated for non-subscribers)
+S:	Maintained
+F:	Documentation/zh_CN/
+
 CISCO VIC ETHERNET NIC DRIVER
 M:     Vasanthy Kolluri <vkolluri@cisco.com>
 M:     Roopa Prabhu <roprabhu@cisco.com>
--
1.7.0.4
> 
> --
> Pengutronix e.K.                           | Wolfram Sang                |
> Industrial Linux Solutions                 | http://www.pengutronix.de/  |
> 
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.10 (GNU/Linux)
> 
> iEYEARECAAYFAk1RF0gACgkQD27XaX1/VRuFJACcCT6xukjRk9qPFXiIO/Zl1CwX
> Jo8AoJwFg6JbKyortM5bK7tuKFl4i75T
> =k2h8
> -----END PGP SIGNATURE-----
> 
> 
> 
> 
> -- 
> Best Regards.
> Harry Wei.
> Do what u like!



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

* Re: [PATCH]Maintain Chinese Documentations
  2011-02-08 10:33                             ` [PATCH]Maintain Chinese Documentations Harry Wei
@ 2011-02-08 14:12                               ` WANG Cong
  2011-02-08 16:01                                 ` Randy Dunlap
       [not found]                               ` <AANLkTimAAq10AzoWFBhKKSizH5pX_F8jOPsQE25w9J_E@mail.gmail.com>
  1 sibling, 1 reply; 19+ messages in thread
From: WANG Cong @ 2011-02-08 14:12 UTC (permalink / raw)
  To: linux-kernel

On Tue, 08 Feb 2011 18:33:33 +0800,Harry Wei wrote:

> Acked-by: Wang Cong <xiyou.wangcong@gmail.com>

I never ACK your patch.



-- 


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

* Re: [PATCH]Maintain Chinese Documentations
  2011-02-08 14:12                               ` WANG Cong
@ 2011-02-08 16:01                                 ` Randy Dunlap
       [not found]                                   ` <AANLkTimSqYy_6CFMHN7UUVGOn60ztt99UkPZCVZ0RNRx@mail.gmail.com>
  0 siblings, 1 reply; 19+ messages in thread
From: Randy Dunlap @ 2011-02-08 16:01 UTC (permalink / raw)
  To: WANG Cong; +Cc: linux-kernel

On Tue, 8 Feb 2011 14:12:46 +0000 (UTC) WANG Cong wrote:

> On Tue, 08 Feb 2011 18:33:33 +0800,Harry Wei wrote:
> 
> > Acked-by: Wang Cong <xiyou.wangcong@gmail.com>
> 
> I never ACK your patch.

Right, at least not visible on lkml.

Harry,

People have to explicitly ACK a patch for you to add that to it.

---
~Randy
*** Remember to use Documentation/SubmitChecklist when testing your code ***

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

* Re: Fwd: [PATCH]Maintain Chinese Documentations
       [not found]                                   ` <AANLkTimSqYy_6CFMHN7UUVGOn60ztt99UkPZCVZ0RNRx@mail.gmail.com>
@ 2011-02-09  3:48                                     ` Harry Wei
  0 siblings, 0 replies; 19+ messages in thread
From: Harry Wei @ 2011-02-09  3:48 UTC (permalink / raw)
  To: linux-kernel, rdunlap

On Wed, Feb 09, 2011 at 11:44:08AM +0800, harryxiyou wrote:
> ---------- Forwarded message ----------
> From: Randy Dunlap <rdunlap@xenotime.net>
> Date: 2011/2/9
> Subject: Re: [PATCH]Maintain Chinese Documentations
> To: WANG Cong <xiyou.wangcong@gmail.com>
> Cc: linux-kernel@vger.kernel.org
> 
> 
> On Tue, 8 Feb 2011 14:12:46 +0000 (UTC) WANG Cong wrote:
> 
> > On Tue, 08 Feb 2011 18:33:33 +0800,Harry Wei wrote:
> >
> > > Acked-by: Wang Cong <xiyou.wangcong@gmail.com>
> >
> > I never ACK your patch.
> 
> Right, at least not visible on lkml.
> 
> Harry,
> 
> People have to explicitly ACK a patch for you to add that to it.
Hi Randy,
        Thanks to your help. I will notice this problem :)

	Best Regards.
	Harry Wei.
> 
> ---
> ~Randy
> *** Remember to use Documentation/SubmitChecklist when testing your code ***
> --
> 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/
> 
> 
> 
> -- 
> Best Regards.
> Harry Wei.
> Do what u like!

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

* Re: Fwd: [PATCH]Maintain Chinese Documentations
  2011-02-08  9:30                 ` Fwd: " Harry Wei
  2011-02-08  9:35                   ` Wolfram Sang
@ 2011-02-09  7:51                   ` Tao Ma
       [not found]                     ` <AANLkTintVRfVxJaV7fhZA7FAp9qy7S1ESW8MApg0Dki6@mail.gmail.com>
  1 sibling, 1 reply; 19+ messages in thread
From: Tao Ma @ 2011-02-09  7:51 UTC (permalink / raw)
  To: Harry Wei; +Cc: linux-kernel, xiyou.wangcong

Hi Harry,
On 02/08/2011 05:30 PM, Harry Wei wrote:
> On Tue, Feb 08, 2011 at 05:19:02PM +0800, harryxiyou wrote:
>    
>> ---------- Forwarded message ----------
>> From: WANG Cong<xiyou.wangcong@gmail.com>
>> Date: 2011/2/8
>> Subject: Re: [PATCH]Maintain Chinese Documentations
>> To: linux-kernel@vger.kernel.org
>>
>>
>> On Tue, 08 Feb 2011 11:38:21 +0800, Harry Wei wrote:
>>
>>      
>>> +L:   xiyoulinuxkernelgroup@googlegroups.com
>>>        
>> NAK.
>>
>> Clearly linux-kernel@zh-kernel.org is more "official".
>>      
> Hi Brother Wang,
>     	I have mailed to linux-kernel@zh-kernel.org for some translation problems but there is no response. So ...
> 	In fact, any mailing list is ok if they are absolutely interested in kernel. We will also send our translations for kernel-docs to linux-kernel@zh-kernel.org. After talking with them we will patch for kernel :)
>    
I guess you need to contribute enough Chinese translation before you 
becomes the maintainer.
What's more, you need a lot of time to review and commit the others' 
changes.
So do please demonstrate you are qualified before sending this patch.

Regards,
Tao

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

* Re: Fwd: Fwd: [PATCH]Maintain Chinese Documentations
       [not found]                     ` <AANLkTintVRfVxJaV7fhZA7FAp9qy7S1ESW8MApg0Dki6@mail.gmail.com>
@ 2011-02-09  8:33                       ` Harry Wei
  0 siblings, 0 replies; 19+ messages in thread
From: Harry Wei @ 2011-02-09  8:33 UTC (permalink / raw)
  To: linux-kernel, tm, xiyou.wangcong

On Wed, Feb 09, 2011 at 04:08:26PM +0800, harryxiyou wrote:
> ---------- Forwarded message ----------
> From: Tao Ma <tm@tao.ma>
> Date: 2011/2/9
> Subject: Re: Fwd: [PATCH]Maintain Chinese Documentations
> To: Harry Wei <jiaweiwei.xiyou@gmail.com>
> Cc: linux-kernel@vger.kernel.org, xiyou.wangcong@gmail.com
> 
> 
> Hi Harry,
> 
> On 02/08/2011 05:30 PM, Harry Wei wrote:
> 
> > On Tue, Feb 08, 2011 at 05:19:02PM +0800, harryxiyou wrote:
> >
> >
> >> ---------- Forwarded message ----------
> >> From: WANG Cong<xiyou.wangcong@gmail.com>
> >> Date: 2011/2/8
> >> Subject: Re: [PATCH]Maintain Chinese Documentations
> >> To: linux-kernel@vger.kernel.org
> >>
> >>
> >> On Tue, 08 Feb 2011 11:38:21 +0800, Harry Wei wrote:
> >>
> >>
> >>
> >>> +L:   xiyoulinuxkernelgroup@googlegroups.com
> >>>
> >>>
> >> NAK.
> >>
> >> Clearly linux-kernel@zh-kernel.org is more "official".
> >>
> >>
> > Hi Brother Wang,
> >        I have mailed to linux-kernel@zh-kernel.org for some translation
> > problems but there is no response. So ...
> >        In fact, any mailing list is ok if they are absolutely interested in
> > kernel. We will also send our translations for kernel-docs to
> > linux-kernel@zh-kernel.org. After talking with them we will patch for
> > kernel :)
> >
> >
> I guess you need to contribute enough Chinese translation before you becomes
> the maintainer.
> What's more, you need a lot of time to review and commit the others'
> changes.
> So do please demonstrate you are qualified before sending this patch.
Hi Ma,
      In fact, i have the same thoughts as you. However, nobody really maintainted Chinese documents in kernel now.  I may not be qualified to be the maintainer. But i will try my best to do it. I firmly believe my passion to kernel. I will hack it all the time. 
      You may suspect what i said but i know waht i should do. I can bear the tasks after i become the maintainer. Thanks for your comments. 

      Thanks.
      Best Regards.
      Harry Wei.
> 
> Regards,
> Tao
> 
> --
> 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/
> 
> 
> 
> -- 
> Best Regards.
> Harry Wei.
> Do what u like!

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

* [PATCH]Maintain Chinese Documentations
       [not found]                               ` <AANLkTimAAq10AzoWFBhKKSizH5pX_F8jOPsQE25w9J_E@mail.gmail.com>
@ 2011-02-16 10:28                                 ` Harry Wei
  2011-03-01 14:16                                   ` Jiri Kosina
  0 siblings, 1 reply; 19+ messages in thread
From: Harry Wei @ 2011-02-16 10:28 UTC (permalink / raw)
  To: trivial, linux-kernel; +Cc: akpm, joe, davem, greg, rdunlap

Hi us,
	I have translated some documentations of kernel so i want to maintain Chinese documentation in our kernel directories.
	Following is my patch for it.
	       
	Thanks.
	Best Regards.
	Harry Wei.

Signed-off-by: Harry Wei <harryxiyou@gmail.com>
---
 MAINTAINERS |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index dc0279e..afb6f7c 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1692,6 +1692,12 @@ M:	Andy Whitcroft <apw@canonical.com>
 S:	Supported
 F:	scripts/checkpatch.pl
 
+CHINESE DOCUMENTATION
+M:	Harry Wei <harryxiyou@gmail.com>
+L:	xiyoulinuxkernelgroup@googlegroups.com
+L:	linux-kernel@zh-kernel.org (moderated for non-subscribers)
+S:	Maintained
+F:	Documentation/zh_CN/
+
 CISCO VIC ETHERNET NIC DRIVER
 M:	Vasanthy Kolluri <vkolluri@cisco.com>
 M:	Roopa Prabhu <roprabhu@cisco.com>
-- 
1.7.0.4


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

* Re: [PATCH]Maintain Chinese Documentations
  2011-02-16 10:28                                 ` Harry Wei
@ 2011-03-01 14:16                                   ` Jiri Kosina
       [not found]                                     ` <AANLkTi=00Otmr2kA5n_5tf_4ys385dyW+qBkTF0zRpQ3@mail.gmail.com>
  0 siblings, 1 reply; 19+ messages in thread
From: Jiri Kosina @ 2011-03-01 14:16 UTC (permalink / raw)
  To: Harry Wei; +Cc: linux-kernel, akpm, joe, davem, greg, rdunlap

On Wed, 16 Feb 2011, Harry Wei wrote:

> 	I have translated some documentations of kernel so i want to 
> maintain Chinese documentation in our kernel directories.

I don't see this in linux-next as of today, so I have picked it up.

-- 
Jiri Kosina
SUSE Labs, Novell Inc.

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

* Re: Fwd: [PATCH]Maintain Chinese Documentations
       [not found]                                     ` <AANLkTi=00Otmr2kA5n_5tf_4ys385dyW+qBkTF0zRpQ3@mail.gmail.com>
@ 2011-03-01 14:51                                       ` Harry Wei
  0 siblings, 0 replies; 19+ messages in thread
From: Harry Wei @ 2011-03-01 14:51 UTC (permalink / raw)
  To: jkosina; +Cc: akpm, joe, linux-kernel

On Tue, Mar 01, 2011 at 10:47:30PM +0800, jiaweiwei wrote:
> ---------- Forwarded message ----------
> From: Jiri Kosina <jkosina@suse.cz>
> Date: 2011/3/1
> Subject: Re: [PATCH]Maintain Chinese Documentations
> To: Harry Wei <jiaweiwei.xiyou@gmail.com>
> Cc: linux-kernel@vger.kernel.org, akpm@linux-foundation.org, joe@perches.com,
> davem@davemloft.net, greg@kroah.com, rdunlap@xenotime.net
> 
> 
> On Wed, 16 Feb 2011, Harry Wei wrote:
> 
> >       I have translated some documentations of kernel so i want to
> > maintain Chinese documentation in our kernel directories.
> 
> I don't see this in linux-next as of today, so I have picked it up.
Ok, thanks.

Best Regards.
Harry Wei.
> 
> --
> Jiri Kosina
> SUSE Labs, Novell Inc.
> 
> 
> 
> -- 
>  do kernel

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

end of thread, other threads:[~2011-03-01 14:51 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-02-08  2:37 [PATCH]Maintain Chinese Documentations Harry Wei
2011-02-08  2:40 ` Randy Dunlap
     [not found]   ` <AANLkTimacOStZv-hrxo6iOWUDNem+h1cmaKCZQzw=0jr@mail.gmail.com>
2011-02-08  3:16     ` Harry Wei
2011-02-08  3:22       ` Randy Dunlap
     [not found]         ` <AANLkTimFFT-B_aPyfFJmMpvt9jhd98ckBah2vbK+WQJf@mail.gmail.com>
2011-02-08  3:38           ` Harry Wei
2011-02-08  8:06             ` WANG Cong
     [not found]               ` <AANLkTinGn5oN01+33VgnnWHAqEZNxkoJeTgkjAjpC8LZ@mail.gmail.com>
2011-02-08  9:30                 ` Fwd: " Harry Wei
2011-02-08  9:35                   ` Wolfram Sang
     [not found]                     ` <AANLkTi=RgPS_tzBP+0=wxuh58cV=3_m+5=gYwG8ffkY0@mail.gmail.com>
2011-02-08 10:01                       ` Fwd: Fwd: [PATCH]Maintain Chinese Documentations♫ Harry Wei
2011-02-08 10:13                         ` Wolfram Sang
     [not found]                           ` <AANLkTimSgeRKsAckU+2iE9oqo33uanLeLaKTQdYkpfw=@mail.gmail.com>
2011-02-08 10:33                             ` [PATCH]Maintain Chinese Documentations Harry Wei
2011-02-08 14:12                               ` WANG Cong
2011-02-08 16:01                                 ` Randy Dunlap
     [not found]                                   ` <AANLkTimSqYy_6CFMHN7UUVGOn60ztt99UkPZCVZ0RNRx@mail.gmail.com>
2011-02-09  3:48                                     ` Fwd: " Harry Wei
     [not found]                               ` <AANLkTimAAq10AzoWFBhKKSizH5pX_F8jOPsQE25w9J_E@mail.gmail.com>
2011-02-16 10:28                                 ` Harry Wei
2011-03-01 14:16                                   ` Jiri Kosina
     [not found]                                     ` <AANLkTi=00Otmr2kA5n_5tf_4ys385dyW+qBkTF0zRpQ3@mail.gmail.com>
2011-03-01 14:51                                       ` Fwd: " Harry Wei
2011-02-09  7:51                   ` Tao Ma
     [not found]                     ` <AANLkTintVRfVxJaV7fhZA7FAp9qy7S1ESW8MApg0Dki6@mail.gmail.com>
2011-02-09  8:33                       ` Fwd: " Harry Wei

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).