Re: [PATCH 5/8] mbind: add hugepage migration code to mbind()

2013-07-24 Thread Hillf Danton
On Thu, Jul 25, 2013 at 12:55 PM, Naoya Horiguchi wrote: > This patch extends do_mbind() to handle vma with VM_HUGETLB set. > We will be able to migrate hugepage with mbind(2) after > applying the enablement patch which comes later in this series. > > ChangeLog v3: > - revert introducing migrate_

[PATCH 5/8] mbind: add hugepage migration code to mbind()

2013-07-24 Thread Naoya Horiguchi
This patch extends do_mbind() to handle vma with VM_HUGETLB set. We will be able to migrate hugepage with mbind(2) after applying the enablement patch which comes later in this series. ChangeLog v3: - revert introducing migrate_movable_pages - added alloc_huge_page_noerr free from ERR_VALUE Cha

[PATCH 5/8] mbind: add hugepage migration code to mbind()

2013-07-18 Thread Naoya Horiguchi
This patch extends do_mbind() to handle vma with VM_HUGETLB set. We will be able to migrate hugepage with mbind(2) after applying the enablement patch which comes later in this series. ChangeLog v3: - revert introducing migrate_movable_pages - added alloc_huge_page_noerr free from ERR_VALUE Cha