All of lore.kernel.org
 help / color / mirror / Atom feed
From: Andrew Morton <akpm@linux-foundation.org>
To: Paul Jackson <pj@sgi.com>
Cc: linux-kernel@vger.kernel.org, clameter@sgi.com
Subject: Re: bad_page from quicklist patches
Date: Sun, 29 Apr 2007 01:22:02 -0700	[thread overview]
Message-ID: <20070429012202.b0c11d4f.akpm@linux-foundation.org> (raw)
In-Reply-To: <20070429081610.5469.36016.sendpatchset@v0>

On Sun, 29 Apr 2007 01:16:10 -0700 Paul Jackson <pj@sgi.com> wrote:

> I am getting many 'bad_page' failures from the quicklist patches
> in 2.6.21-rc7-mm1.  I have bisected the problem down the following
> patches:
> 
>     quicklists-for-page-table-pages.patch
>     quicklists-for-page-table-pages-avoid-useless-virt_to_page-conversion.patch
>     quicklist-support-for-ia64.patch
>     quicklist-support-for-x86_64.patch
>     quicklist-support-for-sparc64.patch
> 
> This is on an ia64, compiled with the sn2_defconfig configuration.

That should have been fixed in -mm2, by the below:

--- a/include/linux/quicklist.h~quicklists-for-page-table-pages-avoid-useless-virt_to_page-conversion-fix
+++ a/include/linux/quicklist.h
@@ -61,7 +61,7 @@ static inline void __quicklist_free(int 
 	if (unlikely(nid != numa_node_id())) {
 		if (dtor)
 			dtor(p);
-		free_hot_page(page);
+		__free_page(page);
 		return;
 	}
 
_


  reply	other threads:[~2007-04-29  8:22 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-04-29  8:16 bad_page from quicklist patches Paul Jackson
2007-04-29  8:22 ` Andrew Morton [this message]
2007-04-29  8:24   ` Paul Jackson
2007-04-29  8:54   ` Paul Jackson

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=20070429012202.b0c11d4f.akpm@linux-foundation.org \
    --to=akpm@linux-foundation.org \
    --cc=clameter@sgi.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=pj@sgi.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.