Re: [PATCH 11/11] mempolicy: apply page table walker on queue_pages_range()

2014-02-23 Thread Sasha Levin
On 02/21/2014 12:25 PM, Naoya Horiguchi wrote: > On Fri, Feb 21, 2014 at 12:18:11PM -0500, Sasha Levin wrote: >> On 02/21/2014 11:58 AM, Naoya Horiguchi wrote: >>> On Fri, Feb 21, 2014 at 01:30:53AM -0500, Sasha Levin wrote: On 02/10/2014 04:44 PM, Naoya Horiguchi wrote: > queue_pages_rang

Re: [PATCH 11/11] mempolicy: apply page table walker on queue_pages_range()

2014-02-21 Thread Sasha Levin
On 02/21/2014 11:58 AM, Naoya Horiguchi wrote: > Hi Sasha, > > On Fri, Feb 21, 2014 at 01:30:53AM -0500, Sasha Levin wrote: >> On 02/10/2014 04:44 PM, Naoya Horiguchi wrote: >>> queue_pages_range() does page table walking in its own way now, >>> so this patch rewrites it with walk_page_range(). >>

Re: [PATCH 11/11] mempolicy: apply page table walker on queue_pages_range()

2014-02-20 Thread Sasha Levin
On 02/10/2014 04:44 PM, Naoya Horiguchi wrote: queue_pages_range() does page table walking in its own way now, so this patch rewrites it with walk_page_range(). One difficulty was that queue_pages_range() needed to check vmas to determine whether we queue pages from a given vma or skip it. Now we

[PATCH 11/11] mempolicy: apply page table walker on queue_pages_range()

2014-02-10 Thread Naoya Horiguchi
queue_pages_range() does page table walking in its own way now, so this patch rewrites it with walk_page_range(). One difficulty was that queue_pages_range() needed to check vmas to determine whether we queue pages from a given vma or skip it. Now we have test_walk() callback in mm_walk for that pu

[PATCH 11/11] mempolicy: apply page table walker on queue_pages_range()

2014-01-13 Thread Naoya Horiguchi
queue_pages_range() does page table walking in its own way now, so this patch rewrites it with walk_page_range(). One difficulty was that queue_pages_range() needed to check vmas to determine whether we queue pages from a given vma or skip it. Now we have test_walk() callback in mm_walk for that pu

[PATCH 11/11] mempolicy: apply page table walker on queue_pages_range()

2013-12-11 Thread Naoya Horiguchi
queue_pages_range() does page table walking in its own way now, so this patch rewrites it with walk_page_range(). One difficulty was that queue_pages_range() needed to check vmas to determine whether we queue pages from a given vma or skip it. Now we have test_walk() callback in mm_walk for that pu

[PATCH 11/11] mempolicy: apply page table walker on queue_pages_range()

2013-10-30 Thread Naoya Horiguchi
queue_pages_range() does page table walking in its own way now, so this patch rewrites it with walk_page_range(). One difficulty was that queue_pages_range() needed to check vmas to determine whether we queue pages from a given vma or skip it. Now we have test_walk() callback in mm_walk for that pu

[PATCH 11/11] mempolicy: apply page table walker on queue_pages_range()

2013-10-14 Thread Naoya Horiguchi
queue_pages_range() does page table walking in its own way now, so this patch rewrites it with walk_page_range(). One difficulty was that queue_pages_range() need to check vmas to determine whether we queue pages from a given vma or skip it. Now we have test_walk() callback in mm_walk for that purp