On Sun, 22 Jun 2008, Jeff Chua wrote:Hmm. Can you see which part of it broke? Was it the "fix XIP" part ot the ZERO_PAGE part? The easiest way to test is to apply this patch, and see (it just disables the XIP part of fix) Linus --- mm/memory.c | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/mm/memory.c b/mm/memory.c index 9aefaae..9056132 100644 --- a/mm/memory.c +++ b/mm/memory.c @@ -1023,8 +1023,12 @@ out: return page; bad_page: +#if 0 pte_unmap_unlock(ptep, ptl); return ERR_PTR(-EFAULT); +#else + return NULL; +#endif no_page: pte_unmap_unlock(ptep, ptl); --
| Greg Kroah-Hartman | [PATCH 027/196] tifm: Convert from class_device to device for TI flash media |
| Kok, Auke | Re: Linux 2.6.21-rc1 |
| Trent Piepho | Re: [PATCH] [POWERPC] Improve (in|out)_beXX() asm code |
| Greg KH | Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3 |
git: | |
| Gerrit Renker | [PATCH 27/37] dccp: Integration of dynamic feature activation - part 2 (server side) |
| Arjan van de Ven | Re: [GIT]: Networking |
| Ingo Molnar | Re: [PATCH 01/10] x86: add Kconfig entry for DMA-API debugging |
| Jarek Poplawski | [PATCH] pkt_sched: Destroy gen estimators under rtnl_lock(). |
