Thread (24 messages) 24 messages, 7 authors, 2016-09-26

Re: [PATCH 1/1] mm/hugetlb: fix memory offline with hugepage size > memory block size

From: Hillf Danton <hidden>
Date: 2016-09-21 06:35:09
Also in: lkml

quoted hunk ↗ jump to hunk
@@ -1466,9 +1468,9 @@ void dissolve_free_huge_pages(unsigned long start_pfn, unsigned long end_pfn)
 	if (!hugepages_supported())
 		return;

-	VM_BUG_ON(!IS_ALIGNED(start_pfn, 1 << minimum_order));
Then the relevant comment has to be updated.

Hillf
 	for (pfn = start_pfn; pfn < end_pfn; pfn += 1 << minimum_order)
-		dissolve_free_huge_page(pfn_to_page(pfn));
+		if (PageHuge(pfn_to_page(pfn)))
+			dissolve_free_huge_page(pfn_to_page(pfn));
 }

 /*
--
2.8.4
--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org.  For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help