Re: [PATCH] powerpc: fix call to subpage_protection()

2010-11-30 Thread Milton Miller
On Fri Nov 19 about 07:06:19 EST in 2010, Benjamin Herrenschmidt wrote: On Thu, 2010-11-18 at 10:23 -0800, Jim Keniston wrote: FWIW, this failure isn't an obstacle for me. I'm in no way attached to my legacy configuration; pseries_defconfig is fine for me. On the other hand, I can

Re: [PATCH] powerpc: fix call to subpage_protection()

2010-11-30 Thread Milton Miller
[fixed Michael Neuling's address] On Fri Nov 19 about 07:06:19 EST in 2010, Benjamin Herrenschmidt wrote: On Thu, 2010-11-18 at 10:23 -0800, Jim Keniston wrote: FWIW, this failure isn't an obstacle for me. I'm in no way attached to my legacy configuration; pseries_defconfig is fine for me.

Re: [PATCH] powerpc: fix call to subpage_protection()

2010-11-30 Thread Jim Keniston
On Tue, 2010-11-30 at 05:08 -0600, Milton Miller wrote: [fixed Michael Neuling's address] On Fri Nov 19 about 07:06:19 EST in 2010, Benjamin Herrenschmidt wrote: On Thu, 2010-11-18 at 10:23 -0800, Jim Keniston wrote: FWIW, this failure isn't an obstacle for me. I'm in no way attached to

Re: [PATCH] powerpc: fix call to subpage_protection()

2010-11-18 Thread Michael Ellerman
On Thu, 2010-11-18 at 13:32 +1100, Michael Neuling wrote: In: powerpc/mm: Fix pgtable cache cleanup with CONFIG_PPC_SUBPAGE_PROT commit d28513bc7f675d28b479db666d572e078ecf182d Author: David Gibson da...@gibson.dropbear.id.au subpage_protection() was changed to to take an mm rather a

Re: [PATCH] powerpc: fix call to subpage_protection()

2010-11-18 Thread Jim Keniston
On Thu, 2010-11-18 at 13:32 +1100, Michael Neuling wrote: In: powerpc/mm: Fix pgtable cache cleanup with CONFIG_PPC_SUBPAGE_PROT commit d28513bc7f675d28b479db666d572e078ecf182d Author: David Gibson da...@gibson.dropbear.id.au subpage_protection() was changed to to take an mm rather a

Re: [PATCH] powerpc: fix call to subpage_protection()

2010-11-18 Thread Benjamin Herrenschmidt
On Thu, 2010-11-18 at 10:23 -0800, Jim Keniston wrote: FWIW, this failure isn't an obstacle for me. I'm in no way attached to my legacy configuration; pseries_defconfig is fine for me. On the other hand, I can continue testing fixes, and/or make my system available to other IBMers when I'm

Re: [PATCH] powerpc: fix call to subpage_protection()

2010-11-18 Thread Michael Neuling
On Thu, 2010-11-18 at 13:32 +1100, Michael Neuling wrote: In:=20 powerpc/mm: Fix pgtable cache cleanup with CONFIG_PPC_SUBPAGE_PROT commit d28513bc7f675d28b479db666d572e078ecf182d Author: David Gibson da...@gibson.dropbear.id.au =20 subpage_protection() was changed to to take an

Re: [PATCH] powerpc: fix call to subpage_protection()

2010-11-18 Thread Michael Ellerman
On Fri, 2010-11-19 at 07:24 +1100, Michael Neuling wrote: On Thu, 2010-11-18 at 13:32 +1100, Michael Neuling wrote: In:=20 powerpc/mm: Fix pgtable cache cleanup with CONFIG_PPC_SUBPAGE_PROT commit d28513bc7f675d28b479db666d572e078ecf182d Author: David Gibson

[PATCH] powerpc: fix call to subpage_protection()

2010-11-17 Thread Michael Neuling
In: powerpc/mm: Fix pgtable cache cleanup with CONFIG_PPC_SUBPAGE_PROT commit d28513bc7f675d28b479db666d572e078ecf182d Author: David Gibson da...@gibson.dropbear.id.au subpage_protection() was changed to to take an mm rather a pgdir but it didn't change calling site in hashpage_preload().