Re: [PATCH] mm: numa: return the number of base pages altered by protection changes

2013-12-04 Thread Luis Henriques
On Tue, Dec 03, 2013 at 03:04:00PM +, Mel Gorman wrote: > commit 72403b4a0fbdf433c1fe0127e49864658f6f6468 upstream. Thank you Mel, I'll queue this backport for the 3.11 kernel. Cheers, -- Luis > > Commit 0255d4918480 ("mm: Account for a THP NUMA hinting update as > one PTE update") was

Re: [PATCH] mm: numa: return the number of base pages altered by protection changes

2013-12-04 Thread Luis Henriques
On Tue, Dec 03, 2013 at 03:04:00PM +, Mel Gorman wrote: commit 72403b4a0fbdf433c1fe0127e49864658f6f6468 upstream. Thank you Mel, I'll queue this backport for the 3.11 kernel. Cheers, -- Luis Commit 0255d4918480 (mm: Account for a THP NUMA hinting update as one PTE update) was added to

[PATCH] mm: numa: return the number of base pages altered by protection changes

2013-12-03 Thread Mel Gorman
commit 72403b4a0fbdf433c1fe0127e49864658f6f6468 upstream. Commit 0255d4918480 ("mm: Account for a THP NUMA hinting update as one PTE update") was added to account for the number of PTE updates when marking pages prot_numa. task_numa_work was using the old return value to track how much address

[PATCH] mm: numa: return the number of base pages altered by protection changes

2013-12-03 Thread Mel Gorman
commit 72403b4a0fbdf433c1fe0127e49864658f6f6468 upstream. Commit 0255d4918480 (mm: Account for a THP NUMA hinting update as one PTE update) was added to account for the number of PTE updates when marking pages prot_numa. task_numa_work was using the old return value to track how much address

Re: [PATCH] mm: numa: Return the number of base pages altered by protection changes

2013-11-10 Thread Rik van Riel
On 11/09/2013 09:37 AM, Mel Gorman wrote: > Commit 0255d491 (mm: Account for a THP NUMA hinting update as one PTE > update) was added to account for the number of PTE updates when marking > pages prot_numa. task_numa_work was using the old return value to track > how much address space had been

Re: [PATCH] mm: numa: Return the number of base pages altered by protection changes

2013-11-10 Thread Rik van Riel
On 11/09/2013 09:37 AM, Mel Gorman wrote: Commit 0255d491 (mm: Account for a THP NUMA hinting update as one PTE update) was added to account for the number of PTE updates when marking pages prot_numa. task_numa_work was using the old return value to track how much address space had been

[PATCH] mm: numa: Return the number of base pages altered by protection changes

2013-11-09 Thread Mel Gorman
Commit 0255d491 (mm: Account for a THP NUMA hinting update as one PTE update) was added to account for the number of PTE updates when marking pages prot_numa. task_numa_work was using the old return value to track how much address space had been updated. Altering the return value causes the

[PATCH] mm: numa: Return the number of base pages altered by protection changes

2013-11-09 Thread Mel Gorman
Commit 0255d491 (mm: Account for a THP NUMA hinting update as one PTE update) was added to account for the number of PTE updates when marking pages prot_numa. task_numa_work was using the old return value to track how much address space had been updated. Altering the return value causes the