Re: [PATCH] mm/thp/autonuma: Use TNF flag instead of vm fault.

2017-02-23 Thread Kirill A. Shutemov
On Sun, Feb 19, 2017 at 03:29:55PM +0530, Aneesh Kumar K.V wrote: > We are using wrong flag value in task_numa_falt function. This can result in > us doing wrong numa fault statistics update, because we update > num_pages_migrate > and numa_fault_locality etc based on the flag argument passed. >

Re: [PATCH] mm/thp/autonuma: Use TNF flag instead of vm fault.

2017-02-23 Thread Kirill A. Shutemov
On Sun, Feb 19, 2017 at 03:29:55PM +0530, Aneesh Kumar K.V wrote: > We are using wrong flag value in task_numa_falt function. This can result in > us doing wrong numa fault statistics update, because we update > num_pages_migrate > and numa_fault_locality etc based on the flag argument passed. >

Re: [PATCH] mm/thp/autonuma: Use TNF flag instead of vm fault.

2017-02-20 Thread Rik van Riel
On Sun, 2017-02-19 at 15:29 +0530, Aneesh Kumar K.V wrote: > We are using wrong flag value in task_numa_falt function. This can > result in > us doing wrong numa fault statistics update, because we update > num_pages_migrate > and numa_fault_locality etc based on the flag argument passed. > >

Re: [PATCH] mm/thp/autonuma: Use TNF flag instead of vm fault.

2017-02-20 Thread Rik van Riel
On Sun, 2017-02-19 at 15:29 +0530, Aneesh Kumar K.V wrote: > We are using wrong flag value in task_numa_falt function. This can > result in > us doing wrong numa fault statistics update, because we update > num_pages_migrate > and numa_fault_locality etc based on the flag argument passed. > >

Re: [PATCH] mm/thp/autonuma: Use TNF flag instead of vm fault.

2017-02-19 Thread Hillf Danton
On February 19, 2017 6:00 PM Aneesh Kumar K.V wrote: > > We are using wrong flag value in task_numa_falt function. This can result in > us doing wrong numa fault statistics update, because we update > num_pages_migrate > and numa_fault_locality etc based on the flag argument passed. > >

Re: [PATCH] mm/thp/autonuma: Use TNF flag instead of vm fault.

2017-02-19 Thread Hillf Danton
On February 19, 2017 6:00 PM Aneesh Kumar K.V wrote: > > We are using wrong flag value in task_numa_falt function. This can result in > us doing wrong numa fault statistics update, because we update > num_pages_migrate > and numa_fault_locality etc based on the flag argument passed. > >

[PATCH] mm/thp/autonuma: Use TNF flag instead of vm fault.

2017-02-19 Thread Aneesh Kumar K.V
We are using wrong flag value in task_numa_falt function. This can result in us doing wrong numa fault statistics update, because we update num_pages_migrate and numa_fault_locality etc based on the flag argument passed. Signed-off-by: Aneesh Kumar K.V ---

[PATCH] mm/thp/autonuma: Use TNF flag instead of vm fault.

2017-02-19 Thread Aneesh Kumar K.V
We are using wrong flag value in task_numa_falt function. This can result in us doing wrong numa fault statistics update, because we update num_pages_migrate and numa_fault_locality etc based on the flag argument passed. Signed-off-by: Aneesh Kumar K.V --- mm/huge_memory.c | 2 +- 1 file