Re: [PATCH 2.6.11] AIO panic on PPC64 caused by is_hugepage_only_range()

2005-03-22 Thread David Gibson
On Tue, Mar 22, 2005 at 11:24:34AM -0800, Daniel McNeil wrote: > On Mon, 2005-03-21 at 18:41, Andrew Morton wrote: > > Did we fix this yet? > > > > Here's a patch against 2.6.11 that fixes the problem. > It changes is_hugepage_only_range() to take mm as an argument > and then changes the places t

RE: [patch 1/1] printk : arch/ia64/kernel/smp.c

2005-03-22 Thread Luck, Tony
> if (cpuid == me) { >- printk("%s: trying to call self\n", __FUNCTION__); >+ printk(KERN_INFO "%s: trying to call self\n", __FUNCTION__); > put_cpu(); > return -EBUSY; > } I think this is a bit higher priority than KERN_INFO. If w

RE: [PATCH 2.6.11] AIO panic on PPC64 caused byis_hugepage_only_range()

2005-03-22 Thread Chen, Kenneth W
On Mon, 2005-03-21 at 18:41, Andrew Morton wrote: > Did we fix this yet? > Daniel McNeil wrote on Tuesday, March 22, 2005 11:25 AM > Here's a patch against 2.6.11 that fixes the problem. > It changes is_hugepage_only_range() to take mm as an argument > and then changes the places that call it to p

[PATCH 2.6.11] AIO panic on PPC64 caused by is_hugepage_only_range()

2005-03-22 Thread Daniel McNeil
On Mon, 2005-03-21 at 18:41, Andrew Morton wrote: > Did we fix this yet? > Here's a patch against 2.6.11 that fixes the problem. It changes is_hugepage_only_range() to take mm as an argument and then changes the places that call it to pass 'mm'. It includes a change for ia64 which has not been co

[PATCH] move nodepda pointer out of pda

2005-03-22 Thread Dean Nelson
Remove the p_nodepda and p_subnodepda pointers from the pda_s structure. And then define a new per-cpu pointer to the nodepda and export it so that it can be accessed by kernel modules. Signed-off-by: Dean Nelson <[EMAIL PROTECTED]> Index: linux-2.6/include/asm-ia64/sn/nodepda.h

Re: [PATCH] move cnodeid_to_nasid_table out of pda

2005-03-22 Thread Dean Nelson
On Mon, Mar 21, 2005 at 08:42:58PM -0800, Christoph Lameter wrote: > > On Mon, 21 Mar 2005, Dean Nelson wrote: > > > > > Another step in the effort to eliminate the SN pda structure. > > > This patch moves the cnodeid_to_nasid_table field out of the pda, > > > making it a standalone per-cpu data it