RE: [Patch] Allocate sparse vmemmap block above 4G

2007-11-08 Thread Zou, Nanhai
> -Original Message- > From: Mel Gorman [mailto:[EMAIL PROTECTED] > Sent: 2007年11月8日 22:07 > To: Zou, Nanhai > Cc: LKML; Linus Torvalds; Greg KH; Dave Jones; Martin Ebourne; Siddha, Suresh > B; Andi Kleen; Andrew Morton; Christoph Lameter; Andy Whitcroft > Subject:

RE: [Patch] Allocate sparse vmemmap block above 4G

2007-11-08 Thread Zou, Nanhai
-Original Message- From: Mel Gorman [mailto:[EMAIL PROTECTED] Sent: 2007年11月8日 22:07 To: Zou, Nanhai Cc: LKML; Linus Torvalds; Greg KH; Dave Jones; Martin Ebourne; Siddha, Suresh B; Andi Kleen; Andrew Morton; Christoph Lameter; Andy Whitcroft Subject: Re: [Patch] Allocate sparse

RE: [Fastboot] [PATCH] kexec: Fix CONFIG_SMP=n compilation (ia64)

2007-02-04 Thread Zou, Nanhai
> -Original Message- > From: Horms [mailto:[EMAIL PROTECTED] > Sent: 2007年2月3日 11:28 > To: Magnus Damm > Cc: Andrew Morton; Magnus Damm; Luck, Tony; linux-ia64@vger.kernel.org; Zou, > Nanhai; fastboot@lists.osdl.org; linux-kernel@vger.kernel.org > Subject: Re: [Fa

RE: [Fastboot] [PATCH] kexec: Fix CONFIG_SMP=n compilation (ia64)

2007-02-04 Thread Zou, Nanhai
-Original Message- From: Horms [mailto:[EMAIL PROTECTED] Sent: 2007年2月3日 11:28 To: Magnus Damm Cc: Andrew Morton; Magnus Damm; Luck, Tony; linux-ia64@vger.kernel.org; Zou, Nanhai; fastboot@lists.osdl.org; linux-kernel@vger.kernel.org Subject: Re: [Fastboot] [PATCH] kexec: Fix

RE: [PATCH] kexec: Fix CONFIG_SMP=n compilation (ia64)

2007-02-01 Thread Zou, Nanhai
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Magnus Damm > Sent: 2007年2月2日 10:39 > To: Andrew Morton > Cc: Magnus Damm; linux-kernel@vger.kernel.org; linux-ia64@vger.kernel.org; > Luck, Tony; fastboot@lists.osdl.org > Subject: Re: [PATCH] kexec:

RE: [PATCH] kexec: Fix CONFIG_SMP=n compilation (ia64)

2007-02-01 Thread Zou, Nanhai
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Magnus Damm Sent: 2007年2月2日 10:39 To: Andrew Morton Cc: Magnus Damm; linux-kernel@vger.kernel.org; linux-ia64@vger.kernel.org; Luck, Tony; fastboot@lists.osdl.org Subject: Re: [PATCH] kexec: Fix

RE: [PATCH] Kdump documentation update for 2.6.20: ia64 portion

2007-01-12 Thread Zou, Nanhai
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Horms > Sent: 2007年1月12日 14:07 > To: Vivek Goyal > Cc: Mohan Kumar M; Andrew Morton; Zou, Nanhai; Luck, Tony; > linux-kernel@vger.kernel.org; fastboot@lists.osdl.org; > li

RE: [PATCH] Kdump documentation update for 2.6.20: ia64 portion

2007-01-12 Thread Zou, Nanhai
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Horms Sent: 2007年1月12日 14:07 To: Vivek Goyal Cc: Mohan Kumar M; Andrew Morton; Zou, Nanhai; Luck, Tony; linux-kernel@vger.kernel.org; fastboot@lists.osdl.org; linux-ia64@vger.kernel.org Subject

RE: [PATCH] Kdump documentation update for 2.6.20

2007-01-09 Thread Zou, Nanhai
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Horms > Sent: 2007年1月10日 8:31 > To: Vivek Goyal > Cc: linux kernel mailing list; Fastboot mailing list; Morton Andrew Morton; > Mohan Kumar M > Subject: Re: [PATCH] Kdump documentation update for 2.6.20

RE: [PATCH] Kdump documentation update for 2.6.20

2007-01-09 Thread Zou, Nanhai
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Horms Sent: 2007年1月10日 8:31 To: Vivek Goyal Cc: linux kernel mailing list; Fastboot mailing list; Morton Andrew Morton; Mohan Kumar M Subject: Re: [PATCH] Kdump documentation update for 2.6.20 On

RE: kernel + gcc 4.1 = several problems

2007-01-03 Thread Zou, Nanhai
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Linus Torvalds > Sent: 2007年1月4日 0:04 > To: Grzegorz Kulewski > Cc: Alan; Mikael Pettersson; [EMAIL PROTECTED]; > [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED]; >

RE: kernel + gcc 4.1 = several problems

2007-01-03 Thread Zou, Nanhai
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Linus Torvalds Sent: 2007年1月4日 0:04 To: Grzegorz Kulewski Cc: Alan; Mikael Pettersson; [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED];

RE: 2.6.10-ac10 oops in journal_commit_transaction

2005-04-21 Thread Zou, Nanhai
Hi Alan, We have seen the same oops on the same point. Can you point to me the URL where the patch is? I am not sure which patch should I get. Thanks Zou Nan hai > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Alan Cox > Sent: Monday,

RE: [discuss] [Patch] X86_64 TASK_SIZE cleanup - more comments

2005-04-21 Thread Zou, Nanhai
emulation code TASK_SIZE is defined as 0xfff in elf loading, but defined as 0xe000 in mmaping. How did that earlier patch break applications? Thanks Zou Nan hai > -Original Message- > From: Andi Kleen [mailto:[EMAIL PROTECTED] > Sent: Thursday, April 21, 2005 7:54 PM

RE: [discuss] [Patch] X86_64 TASK_SIZE cleanup

2005-04-21 Thread Zou, Nanhai
Isn't that a !test_thread_flag(TIF_IA32) && (flags & MAP_32BIT) in my patch? Zou Nan hai > -Original Message- > From: Andi Kleen [mailto:[EMAIL PROTECTED] > Sent: Thursday, April 21, 2005 7:51 PM > To: Zou, Nanhai > Cc: Andi Kleen; [EMAIL PROTECTED]; l

RE: [discuss] [Patch] X86_64 TASK_SIZE cleanup

2005-04-21 Thread Zou, Nanhai
Isn't that a !test_thread_flag(TIF_IA32) (flags MAP_32BIT) in my patch? Zou Nan hai -Original Message- From: Andi Kleen [mailto:[EMAIL PROTECTED] Sent: Thursday, April 21, 2005 7:51 PM To: Zou, Nanhai Cc: Andi Kleen; [EMAIL PROTECTED]; linux-kernel@vger.kernel.org; Siddha

RE: [discuss] [Patch] X86_64 TASK_SIZE cleanup - more comments

2005-04-21 Thread Zou, Nanhai
emulation code TASK_SIZE is defined as 0xfff in elf loading, but defined as 0xe000 in mmaping. How did that earlier patch break applications? Thanks Zou Nan hai -Original Message- From: Andi Kleen [mailto:[EMAIL PROTECTED] Sent: Thursday, April 21, 2005 7:54 PM To: Zou, Nanhai

RE: 2.6.10-ac10 oops in journal_commit_transaction

2005-04-21 Thread Zou, Nanhai
Hi Alan, We have seen the same oops on the same point. Can you point to me the URL where the patch is? I am not sure which patch should I get. Thanks Zou Nan hai -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Alan Cox Sent: Monday, March

RE: [discuss] [Patch] X86_64 TASK_SIZE cleanup

2005-04-20 Thread Zou, Nanhai
|MAP_PRIVATE|MAP_ANON, 0, 0); I believe there are other kind of corner case bugs around mm and fs. e.g in mremap and munmap. Those bugs will be fixed by this patch. Zou Nan hai > -Original Message- > From: Zou, Nanhai > Sent: Tuesday, April 19, 2005 12:37 AM > To: 'Andi Kleen'

RE: [discuss] [Patch] X86_64 TASK_SIZE cleanup

2005-04-20 Thread Zou, Nanhai
|MAP_PRIVATE|MAP_ANON, 0, 0); I believe there are other kind of corner case bugs around mm and fs. e.g in mremap and munmap. Those bugs will be fixed by this patch. Zou Nan hai -Original Message- From: Zou, Nanhai Sent: Tuesday, April 19, 2005 12:37 AM To: 'Andi Kleen' Cc: [EMAIL PROTECTED

RE: [discuss] [Patch] X86_64 TASK_SIZE cleanup

2005-04-18 Thread Zou, Nanhai
> -Original Message- > From: Andi Kleen [mailto:[EMAIL PROTECTED] > Sent: Monday, April 18, 2005 5:06 PM > To: Zou, Nanhai > Cc: [EMAIL PROTECTED]; Andi Kleen; linux-kernel@vger.kernel.org; Siddha, > Suresh B > Subject: Re: [discuss] [Patch] X86_64 TASK_SIZE cleanup >

RE: [discuss] [Patch] X86_64 TASK_SIZE cleanup

2005-04-18 Thread Zou, Nanhai
-Original Message- From: Andi Kleen [mailto:[EMAIL PROTECTED] Sent: Monday, April 18, 2005 5:06 PM To: Zou, Nanhai Cc: [EMAIL PROTECTED]; Andi Kleen; linux-kernel@vger.kernel.org; Siddha, Suresh B Subject: Re: [discuss] [Patch] X86_64 TASK_SIZE cleanup On Sat, Apr 16, 2005 at 09:34

[Patch] X86_64 TASK_SIZE cleanup

2005-04-15 Thread Zou, Nanhai
Hi, This patch will clean up the X86_64 compatibility mode TASK_SIZE define thus fix some bugs found in X86_64 compatibility mode program. Signed-off-by: Suresh Siddha <[EMAIL PROTECTED]> Signed-off-by: Zou Nan hai <[EMAIL PROTECTED]> x86_64-compat-tasksize-fix.patch Description:

[Patch] X86_64 TASK_SIZE cleanup

2005-04-15 Thread Zou, Nanhai
Hi, This patch will clean up the X86_64 compatibility mode TASK_SIZE define thus fix some bugs found in X86_64 compatibility mode program. Signed-off-by: Suresh Siddha [EMAIL PROTECTED] Signed-off-by: Zou Nan hai [EMAIL PROTECTED] x86_64-compat-tasksize-fix.patch Description:

RE: [Lmbench-users] Re: pipe performance regression on ia64

2005-01-18 Thread Zou, Nanhai
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Larry McVoy > Sent: Wednesday, January 19, 2005 11:05 AM > To: Linus Torvalds > Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED]; Luck, Tony; > [EMAIL PROTECTED]; linux-ia64@vger.kernel.org; Kernel Mailing List

RE: [Lmbench-users] Re: pipe performance regression on ia64

2005-01-18 Thread Zou, Nanhai
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Larry McVoy Sent: Wednesday, January 19, 2005 11:05 AM To: Linus Torvalds Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED]; Luck, Tony; [EMAIL PROTECTED]; linux-ia64@vger.kernel.org; Kernel Mailing List