lkml.org 
[lkml]   [2007]   [Mar]   [14]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
SubjectRe: 2.6.21-rc3-mm2 (oops in move_freepages)
Date
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@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2007-03-14 16:13    [W:0.173 / U:0.056 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site