From: Greg Kroah-Hartman Date: Thu, 9 Aug 2012 16:35:16 +0000 (-0700) Subject: a patch refresh for 3.5 X-Git-Tag: v3.5.2~40 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8c9a07beb6466d1a1819314a3ce21679031eadb8;p=thirdparty%2Fkernel%2Fstable-queue.git a patch refresh for 3.5 --- diff --git a/queue-3.5/mm-fix-wrong-argument-of-migrate_huge_pages-in-soft_offline_huge_page.patch b/queue-3.5/mm-fix-wrong-argument-of-migrate_huge_pages-in-soft_offline_huge_page.patch index 19b26981229..8599739b4e4 100644 --- a/queue-3.5/mm-fix-wrong-argument-of-migrate_huge_pages-in-soft_offline_huge_page.patch +++ b/queue-3.5/mm-fix-wrong-argument-of-migrate_huge_pages-in-soft_offline_huge_page.patch @@ -33,7 +33,7 @@ Signed-off-by: Greg Kroah-Hartman --- a/mm/memory-failure.c +++ b/mm/memory-failure.c -@@ -1431,8 +1431,8 @@ static int soft_offline_huge_page(struct +@@ -1433,8 +1433,8 @@ static int soft_offline_huge_page(struct /* Keep page count to indicate a given hugepage is isolated. */ list_add(&hpage->lru, &pagelist); @@ -44,7 +44,7 @@ Signed-off-by: Greg Kroah-Hartman if (ret) { struct page *page1, *page2; list_for_each_entry_safe(page1, page2, &pagelist, lru) -@@ -1561,7 +1561,7 @@ int soft_offline_page(struct page *page, +@@ -1563,7 +1563,7 @@ int soft_offline_page(struct page *page, page_is_file_cache(page)); list_add(&page->lru, &pagelist); ret = migrate_pages(&pagelist, new_page, MPOL_MF_MOVE_ALL,