On Wed, 8 Sep 2010, Naoya Horiguchi wrote: > Currently alloc_huge_page() raises page refcount outside hugetlb_lock. > but it causes race when dequeue_hwpoison_huge_page() runs concurrently > with alloc_huge_page(). > To avoid it, this patch moves set_page_refcounted() in hugetlb_lock. Reviewed-by: Christoph Lameter <cl@xxxxxxxxx> One wonders though how many other of these huge races are still there though. "Normal" page migration is based on LRU isolation and therefore does not suffer from these problems on allocation since the page is not yet on the LRU. Also the LRU isolation is a known issue due to memory reclaim doing this. This protection is going away of one goes directly to a page without going through the LRU. That should create more races... -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@xxxxxxxxxx For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href=mailto:"dont@xxxxxxxxx"> email@xxxxxxxxx </a>