mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Linus Torvalds <torvalds@linux-foundation.org>
To: Jeff Chua <jeff.chua.linux@gmail.com>
Cc: ecollins@vmware.com,
	Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
	support@vmware.com
Subject: Re: Linux 2.6.26-rc7
Date: Sun, 22 Jun 2008 09:29:35 -0700 (PDT)	[thread overview]
Message-ID: <alpine.LFD.1.10.0806220926150.2926@woody.linux-foundation.org> (raw)
In-Reply-To: <b6a2187b0806220012t118d85ffp671abf715c14ea94@mail.gmail.com>



On Sun, 22 Jun 2008, Jeff Chua wrote:

> On Sat, Jun 21, 2008 at 7:42 AM, Linus Torvalds
> <torvalds@linux-foundation.org> wrote:
> > Another week, another -rc.
> > Linus Torvalds (4):
> >      Reinstate ZERO_PAGE optimization in 'get_user_pages()' and fix XIP
> 
> [89f5b7da2a6bad2e84670422ab8192382a5aeb9f]
> 
> This broke vmware 6.0.4.

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);

  reply	other threads:[~2008-06-22 16:30 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-06-20 23:42 Linus Torvalds
2008-06-21  9:55 ` 2.6.26-rc7: x86 build error Adrian Bunk
2008-06-21 17:01   ` Johannes Weiner
2008-06-22  7:12 ` Linux 2.6.26-rc7 Jeff Chua
2008-06-22 16:29   ` Linus Torvalds [this message]
2008-06-22 17:26     ` Linus Torvalds
2008-06-23 15:21       ` Jeff Chua
2008-06-23 15:18     ` Jeff Chua
2008-06-22 16:58   ` Arjan van de Ven
2008-06-23 15:26     ` Jeff Chua

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=alpine.LFD.1.10.0806220926150.2926@woody.linux-foundation.org \
    --to=torvalds@linux-foundation.org \
    --cc=ecollins@vmware.com \
    --cc=jeff.chua.linux@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=support@vmware.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®