Re: Linux 2.6.26-rc7

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Jeff Chua <jeff.chua.linux@...>
Cc: <ecollins@...>, Linux Kernel Mailing List <linux-kernel@...>, <support@...>
Date: Sunday, June 22, 2008 - 12:29 pm

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);
--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Linux 2.6.26-rc7, Linus Torvalds, (Fri Jun 20, 7:42 pm)
Re: Linux 2.6.26-rc7, Jeff Chua, (Sun Jun 22, 3:12 am)
Re: Linux 2.6.26-rc7, Arjan van de Ven, (Sun Jun 22, 12:58 pm)
Re: Linux 2.6.26-rc7, Jeff Chua, (Mon Jun 23, 11:26 am)
Re: Linux 2.6.26-rc7, Linus Torvalds, (Sun Jun 22, 12:29 pm)
Re: Linux 2.6.26-rc7, Jeff Chua, (Mon Jun 23, 11:18 am)
Re: Linux 2.6.26-rc7, Linus Torvalds, (Sun Jun 22, 1:26 pm)
Re: Linux 2.6.26-rc7, Jeff Chua, (Mon Jun 23, 11:21 am)
2.6.26-rc7: x86 build error, Adrian Bunk, (Sat Jun 21, 5:55 am)
Re: 2.6.26-rc7: x86 build error, Johannes Weiner, (Sat Jun 21, 1:01 pm)