[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <200703140911.16537.bjorn.helgaas@hp.com>
Date: Wed, 14 Mar 2007 09:11:16 -0600
From: Bjorn Helgaas <bjorn.helgaas@...com>
To: Mel Gorman <mel@...net.ie>
Cc: Andrew Morton <akpm@...ux-foundation.org>,
linux-kernel@...r.kernel.org
Subject: Re: 2.6.21-rc3-mm2 (oops in move_freepages)
On Wednesday 14 March 2007 03:44, Mel Gorman wrote:
> Please try the following patch from Yasunori Goto.
> ...
> --- current_test.orig/mm/page_alloc.c 2007-03-08 15:44:10.000000000 +0900
> +++ current_test/mm/page_alloc.c 2007-03-08 16:17:29.000000000 +0900
> @@ -707,7 +707,7 @@ int move_freepages(struct zone *zone,
> unsigned long order;
> int blocks_moved = 0;
>
> - BUG_ON(page_zone(start_page) != page_zone(end_page));
> + BUG_ON(page_zone(start_page) != page_zone(end_page - 1));
>
I should have mentioned that I already tried this patch. The
oops still occurs, although now it's when loading the value
pointed to by "end_page - 1" instead of "end_page".
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists