All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Documentations: Fix slabinfo.c directory in vm/slub.txt
@ 2012-05-03  8:34 majianpeng
  2012-05-07 20:17 ` Christoph Lameter
                   ` (2 more replies)
  0 siblings, 3 replies; 11+ messages in thread
From: majianpeng @ 2012-05-03  8:34 UTC (permalink / raw)
  To: linux-mm

Because the place of slabinfo.c changed.So update in slub.txt.

Signed-off-by: majianpeng <majianpeng@gmail.com>
---
 Documentation/vm/slub.txt |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Documentation/vm/slub.txt b/Documentation/vm/slub.txt
index 6752870..b0c6d1b 100644
--- a/Documentation/vm/slub.txt
+++ b/Documentation/vm/slub.txt
@@ -17,7 +17,7 @@ data and perform operation on the slabs. By default slabinfo only lists
 slabs that have data in them. See "slabinfo -h" for more options when
 running the command. slabinfo can be compiled with
 
-gcc -o slabinfo tools/slub/slabinfo.c
+gcc -o slabinfo tools/vm/slabinfo.c
 
 Some of the modes of operation of slabinfo require that slub debugging
 be enabled on the command line. F.e. no tracking information will be
-- 
1.7.5.4
 				
--------------
majianpeng
2012-05-03

--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org.  For more info on Linux MM,
see: http://www.linux-mm.org/ .
Fight unfair telecom internet charges in Canada: sign http://stopthemeter.ca/
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>

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

* Re: [PATCH] Documentations: Fix slabinfo.c directory in vm/slub.txt
  2012-05-03  8:34 [PATCH] Documentations: Fix slabinfo.c directory in vm/slub.txt majianpeng
@ 2012-05-07 20:17 ` Christoph Lameter
  2012-05-10  8:45   ` Pekka Enberg
  2012-05-09  6:30 ` Pekka Enberg
  2012-05-09  6:39 ` majianpeng
  2 siblings, 1 reply; 11+ messages in thread
From: Christoph Lameter @ 2012-05-07 20:17 UTC (permalink / raw)
  To: majianpeng; +Cc: linux-mm, Pekka Enberg

On Thu, 3 May 2012, majianpeng wrote:

> Because the place of slabinfo.c changed.So update in slub.txt.

Acked-by: Christoph Lameter <cl@linux.com>

--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org.  For more info on Linux MM,
see: http://www.linux-mm.org/ .
Fight unfair telecom internet charges in Canada: sign http://stopthemeter.ca/
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>

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

* Re: [PATCH] Documentations: Fix slabinfo.c directory in vm/slub.txt
  2012-05-03  8:34 [PATCH] Documentations: Fix slabinfo.c directory in vm/slub.txt majianpeng
  2012-05-07 20:17 ` Christoph Lameter
@ 2012-05-09  6:30 ` Pekka Enberg
  2012-05-09  6:39 ` majianpeng
  2 siblings, 0 replies; 11+ messages in thread
From: Pekka Enberg @ 2012-05-09  6:30 UTC (permalink / raw)
  To: majianpeng; +Cc: linux-mm, Christoph Lameter

On Thu, May 3, 2012 at 11:34 AM, majianpeng <majianpeng@gmail.com> wrote:
> Because the place of slabinfo.c changed.So update in slub.txt.
>
> Signed-off-by: majianpeng <majianpeng@gmail.com>

Is that really your legal name? You cannot sign-off patches with
pseudonyms for the Linux kernel.

Can you please fix the signoff and resend with Christoph's ACK? Thanks!

> ---
>  Documentation/vm/slub.txt |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/Documentation/vm/slub.txt b/Documentation/vm/slub.txt
> index 6752870..b0c6d1b 100644
> --- a/Documentation/vm/slub.txt
> +++ b/Documentation/vm/slub.txt
> @@ -17,7 +17,7 @@ data and perform operation on the slabs. By default slabinfo only lists
>  slabs that have data in them. See "slabinfo -h" for more options when
>  running the command. slabinfo can be compiled with
>
> -gcc -o slabinfo tools/slub/slabinfo.c
> +gcc -o slabinfo tools/vm/slabinfo.c
>
>  Some of the modes of operation of slabinfo require that slub debugging
>  be enabled on the command line. F.e. no tracking information will be
> --
> 1.7.5.4
>
> --------------
> majianpeng
> 2012-05-03
>
> --
> To unsubscribe, send a message with 'unsubscribe linux-mm' in
> the body to majordomo@kvack.org.  For more info on Linux MM,
> see: http://www.linux-mm.org/ .
> Fight unfair telecom internet charges in Canada: sign http://stopthemeter.ca/
> Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>

--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org.  For more info on Linux MM,
see: http://www.linux-mm.org/ .
Fight unfair telecom internet charges in Canada: sign http://stopthemeter.ca/
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>

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

* Re: Re: [PATCH] Documentations: Fix slabinfo.c directory in vm/slub.txt
  2012-05-03  8:34 [PATCH] Documentations: Fix slabinfo.c directory in vm/slub.txt majianpeng
  2012-05-07 20:17 ` Christoph Lameter
  2012-05-09  6:30 ` Pekka Enberg
@ 2012-05-09  6:39 ` majianpeng
  2012-05-09  8:13   ` KOSAKI Motohiro
  2012-05-09  8:24   ` Re: " majianpeng
  2 siblings, 2 replies; 11+ messages in thread
From: majianpeng @ 2012-05-09  6:39 UTC (permalink / raw)
  To: Pekka Enberg; +Cc: linux-mm, Christoph Lameter

Yes, I am a chinese. 
Yesterday, I sent a patch about slub. And  Christoph Lameter  corredted the patch.

Why are you think majianpeng is not a legal name?


------------------				 
majianpeng
2012-05-09

-------------------------------------------------------------
发件人:Pekka Enberg
发送日期:2012-05-09 14:30:42
收件人:majianpeng
抄送:linux-mm; Christoph Lameter
主题:Re: [PATCH] Documentations: Fix slabinfo.c directory in vm/slub.txt

On Thu, May 3, 2012 at 11:34 AM, majianpeng <majianpeng@gmail.com> wrote:
> Because the place of slabinfo.c changed.So update in slub.txt.
>
> Signed-off-by: majianpeng <majianpeng@gmail.com>

Is that really your legal name? You cannot sign-off patches with
pseudonyms for the Linux kernel.

Can you please fix the signoff and resend with Christoph's ACK? Thanks!

> ---
>  Documentation/vm/slub.txt |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/Documentation/vm/slub.txt b/Documentation/vm/slub.txt
> index 6752870..b0c6d1b 100644
> --- a/Documentation/vm/slub.txt
> +++ b/Documentation/vm/slub.txt
> @@ -17,7 +17,7 @@ data and perform operation on the slabs. By default slabinfo only lists
>  slabs that have data in them. See "slabinfo -h" for more options when
>  running the command. slabinfo can be compiled with
>
> -gcc -o slabinfo tools/slub/slabinfo.c
> +gcc -o slabinfo tools/vm/slabinfo.c
>
>  Some of the modes of operation of slabinfo require that slub debugging
>  be enabled on the command line. F.e. no tracking information will be
> --
> 1.7.5.4
>
> --------------
> majianpeng
> 2012-05-03
>
> --
> To unsubscribe, send a message with 'unsubscribe linux-mm' in
> the body to majordomo@kvack.org.  For more info on Linux MM,
> see: http://www.linux-mm.org/ .
> Fight unfair telecom internet charges in Canada: sign http://stopthemeter.ca/
> Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>

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

* Re: Re: [PATCH] Documentations: Fix slabinfo.c directory in vm/slub.txt
  2012-05-09  6:39 ` majianpeng
@ 2012-05-09  8:13   ` KOSAKI Motohiro
  2012-05-09 13:07     ` Ted Ts'o
  2012-05-09  8:24   ` Re: " majianpeng
  1 sibling, 1 reply; 11+ messages in thread
From: KOSAKI Motohiro @ 2012-05-09  8:13 UTC (permalink / raw)
  To: majianpeng; +Cc: Pekka Enberg, linux-mm, Christoph Lameter

On Wed, May 9, 2012 at 2:39 AM, majianpeng <majianpeng@gmail.com> wrote:
> Yes, I am a chinese.
> Yesterday, I sent a patch about slub. And  Christoph Lameter  corredted the patch.
>
> Why are you think majianpeng is not a legal name?

I guess because almost lkml chinese guys use different custom. e.g.
Wu Fengguang.
I mean, space for separate family and given name and capitalize both.
But I'm not
familiar pinyin rule. I don't intend to say your naming looks strange.

thx.

--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org.  For more info on Linux MM,
see: http://www.linux-mm.org/ .
Fight unfair telecom internet charges in Canada: sign http://stopthemeter.ca/
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>

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

* Re: Re: Re: [PATCH] Documentations: Fix slabinfo.c directory in vm/slub.txt
  2012-05-09  6:39 ` majianpeng
  2012-05-09  8:13   ` KOSAKI Motohiro
@ 2012-05-09  8:24   ` majianpeng
  1 sibling, 0 replies; 11+ messages in thread
From: majianpeng @ 2012-05-09  8:24 UTC (permalink / raw)
  To: KOSAKI Motohiro; +Cc: Pekka Enberg, linux-mm, Christoph Lameter

Yes.
I readed lkml chinese guys email. 
I registered this email origin not in order to send patch.
So when I sent patch,I did not notice this.
My company is native,so my email of company is the like majianpeng@.


Thanks of all.

------------------				 
majianpeng
2012-05-09

-------------------------------------------------------------
发件人:KOSAKI Motohiro
发送日期:2012-05-09 16:13:23
收件人:majianpeng
抄送:Pekka Enberg; linux-mm; Christoph Lameter
主题:Re: Re: [PATCH] Documentations: Fix slabinfo.c directory in vm/slub.txt

On Wed, May 9, 2012 at 2:39 AM, majianpeng <majianpeng@gmail.com> wrote:
> Yes, I am a chinese.
> Yesterday, I sent a patch about slub. And  Christoph Lameter  corredted the patch.
>
> Why are you think majianpeng is not a legal name?

I guess because almost lkml chinese guys use different custom. e.g.
Wu Fengguang.
I mean, space for separate family and given name and capitalize both.
But I'm not
familiar pinyin rule. I don't intend to say your naming looks strange.

thx.

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

* Re: [PATCH] Documentations: Fix slabinfo.c directory in vm/slub.txt
  2012-05-09  8:13   ` KOSAKI Motohiro
@ 2012-05-09 13:07     ` Ted Ts'o
  2012-05-09 15:02       ` Christoph Hellwig
                         ` (2 more replies)
  0 siblings, 3 replies; 11+ messages in thread
From: Ted Ts'o @ 2012-05-09 13:07 UTC (permalink / raw)
  To: KOSAKI Motohiro; +Cc: majianpeng, Pekka Enberg, linux-mm, Christoph Lameter

On Wed, May 09, 2012 at 04:13:02AM -0400, KOSAKI Motohiro wrote:
> 
> I guess because almost lkml chinese guys use different custom. e.g.
> Wu Fengguang.  I mean, space for separate family and given name and
> capitalize both.  But I'm not familiar pinyin rule. I don't intend
> to say your naming looks strange.

There is no standardized way for how Asian names (certainly not in the
Japanese and Chinese names which I have observed) are rendered into
English.  Sometimes the family name is given first (which is the order
used in Chinese names); sometimes it is given last (to confirm with
Western expectations).  Sometimes they are capitalized and with
spaces; sometimes not.  Given that the very *concept* of
capitalization doesn't exist at all in Chinese, this should not be
surprising.

Names are very personal things, and in my opinion it's better if we
not try to impose expectations of how names should be rendered of
expect people who wish to interact with the Linux kernel community.

Regards,

						- Ted

P.S.  My family name is rendered Ts'o because that's how my great
grandfather decided to render it in Hong Kong; there is some dispute
whether he used the Wade-Giles or International Phonetic Alphabet
system.  But in Mandarin using Pinyin it would be rendered as Cao,
which by coincidence is the same last name as another ext4 developer
(Mingming Cao).  And in Yale system in Cantonese, it would be rendered
chou.

The convention used by my family is to capitalize each word separately
and to use the 2nd and 3rd characters of my Chinese name as a middle
name.  i.e., "Yue Tak", as opposed to "Yuetak".  (Further, "Yue" is a
generational marker; all of my paternal cousins have chinese names
that begin "Ts'o Yue", while my father and his brothers have chinese
names that begin "Ts'o On".  This tradition is *not* universal, BTW.)

So between assumptions made that Western computer systems that most
people only have one middle name, and that apostrophe's never show up
in last names, it's always been amusing to see how badly "Theodore Yue
Tak Ts'o" gets mangled even in official documents.  :-)

--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org.  For more info on Linux MM,
see: http://www.linux-mm.org/ .
Fight unfair telecom internet charges in Canada: sign http://stopthemeter.ca/
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>

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

* Re: [PATCH] Documentations: Fix slabinfo.c directory in vm/slub.txt
  2012-05-09 13:07     ` Ted Ts'o
@ 2012-05-09 15:02       ` Christoph Hellwig
  2012-05-09 20:56       ` KOSAKI Motohiro
  2012-05-10  8:43       ` Pekka Enberg
  2 siblings, 0 replies; 11+ messages in thread
From: Christoph Hellwig @ 2012-05-09 15:02 UTC (permalink / raw)
  To: Ted Ts'o
  Cc: KOSAKI Motohiro, majianpeng, Pekka Enberg, linux-mm, Christoph Lameter

On Wed, May 09, 2012 at 09:07:58AM -0400, Ted Ts'o wrote:
> So between assumptions made that Western computer systems that most
> people only have one middle name, and that apostrophe's never show up
> in last names, it's always been amusing to see how badly "Theodore Yue
> Tak Ts'o" gets mangled even in official documents.  :-)

s/Western/American/  In German speaking countries it's not unusual to
have three or first "first names", the concepts of a "middle" name is
unknown.  Hyphen between two of the names are pretty common too, and in
many regions people actually use the "Lastname, Firstnames" convention,
even if it's usually not used in official documents.

--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org.  For more info on Linux MM,
see: http://www.linux-mm.org/ .
Fight unfair telecom internet charges in Canada: sign http://stopthemeter.ca/
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>

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

* Re: [PATCH] Documentations: Fix slabinfo.c directory in vm/slub.txt
  2012-05-09 13:07     ` Ted Ts'o
  2012-05-09 15:02       ` Christoph Hellwig
@ 2012-05-09 20:56       ` KOSAKI Motohiro
  2012-05-10  8:43       ` Pekka Enberg
  2 siblings, 0 replies; 11+ messages in thread
From: KOSAKI Motohiro @ 2012-05-09 20:56 UTC (permalink / raw)
  To: Ted Ts'o; +Cc: majianpeng, Pekka Enberg, linux-mm, Christoph Lameter

On Wed, May 9, 2012 at 9:07 AM, Ted Ts'o <tytso@mit.edu> wrote:
> On Wed, May 09, 2012 at 04:13:02AM -0400, KOSAKI Motohiro wrote:
>>
>> I guess because almost lkml chinese guys use different custom. e.g.
>> Wu Fengguang.  I mean, space for separate family and given name and
>> capitalize both.  But I'm not familiar pinyin rule. I don't intend
>> to say your naming looks strange.
>
> There is no standardized way for how Asian names (certainly not in the
> Japanese and Chinese names which I have observed) are rendered into
> English.  Sometimes the family name is given first (which is the order
> used in Chinese names); sometimes it is given last (to confirm with
> Western expectations).  Sometimes they are capitalized and with
> spaces; sometimes not.  Given that the very *concept* of
> capitalization doesn't exist at all in Chinese, this should not be
> surprising.
>
> Names are very personal things, and in my opinion it's better if we
> not try to impose expectations of how names should be rendered of
> expect people who wish to interact with the Linux kernel community.

Ahhh, may be, my previous mail was wrong explanation. I didn't want
to try enforce any naming style him. I merely want to explain I believe
Pekka didn't try to blame him. I'm really satisfied he is using his real
name.

Thanks.

--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org.  For more info on Linux MM,
see: http://www.linux-mm.org/ .
Fight unfair telecom internet charges in Canada: sign http://stopthemeter.ca/
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>

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

* Re: [PATCH] Documentations: Fix slabinfo.c directory in vm/slub.txt
  2012-05-09 13:07     ` Ted Ts'o
  2012-05-09 15:02       ` Christoph Hellwig
  2012-05-09 20:56       ` KOSAKI Motohiro
@ 2012-05-10  8:43       ` Pekka Enberg
  2 siblings, 0 replies; 11+ messages in thread
From: Pekka Enberg @ 2012-05-10  8:43 UTC (permalink / raw)
  To: Ted Ts'o; +Cc: KOSAKI Motohiro, majianpeng, linux-mm, Christoph Lameter

On Wed, 9 May 2012, Ted Ts'o wrote:
> Names are very personal things, and in my opinion it's better if we
> not try to impose expectations of how names should be rendered of
> expect people who wish to interact with the Linux kernel community.

Sure.

I simply wanted to double-check because it looked like a local username 
that "git send-email" uses by default if "user.name" not set.

			Pekka

--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org.  For more info on Linux MM,
see: http://www.linux-mm.org/ .
Fight unfair telecom internet charges in Canada: sign http://stopthemeter.ca/
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>

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

* Re: [PATCH] Documentations: Fix slabinfo.c directory in vm/slub.txt
  2012-05-07 20:17 ` Christoph Lameter
@ 2012-05-10  8:45   ` Pekka Enberg
  0 siblings, 0 replies; 11+ messages in thread
From: Pekka Enberg @ 2012-05-10  8:45 UTC (permalink / raw)
  To: Christoph Lameter; +Cc: majianpeng, linux-mm

On Thu, 3 May 2012, majianpeng wrote:
>> Because the place of slabinfo.c changed.So update in slub.txt.

On Mon, May 7, 2012 at 11:17 PM, Christoph Lameter <cl@linux.com> wrote:
> Acked-by: Christoph Lameter <cl@linux.com>

Applied, thanks!

--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org.  For more info on Linux MM,
see: http://www.linux-mm.org/ .
Fight unfair telecom internet charges in Canada: sign http://stopthemeter.ca/
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>

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

end of thread, other threads:[~2012-05-10  8:45 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-05-03  8:34 [PATCH] Documentations: Fix slabinfo.c directory in vm/slub.txt majianpeng
2012-05-07 20:17 ` Christoph Lameter
2012-05-10  8:45   ` Pekka Enberg
2012-05-09  6:30 ` Pekka Enberg
2012-05-09  6:39 ` majianpeng
2012-05-09  8:13   ` KOSAKI Motohiro
2012-05-09 13:07     ` Ted Ts'o
2012-05-09 15:02       ` Christoph Hellwig
2012-05-09 20:56       ` KOSAKI Motohiro
2012-05-10  8:43       ` Pekka Enberg
2012-05-09  8:24   ` Re: " majianpeng

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.