[PATCH 08/18] sched: numa: Skip inaccessible VMAs

2013-12-10 Thread Mel Gorman
Inaccessible VMA should not be trapping NUMA hint faults. Skip them. Cc: sta...@vger.kernel.org Signed-off-by: Mel Gorman Reviewed-by: Rik van Riel --- kernel/sched/fair.c | 7 +++ 1 file changed, 7 insertions(+) diff --git a/kernel/sched/fair.c b/kernel/sched/fair.c index fd773ad..18bf84e

Re: [PATCH 08/18] sched: numa: Skip inaccessible VMAs

2013-12-09 Thread Rik van Riel
On 12/09/2013 02:09 AM, Mel Gorman wrote: > Inaccessible VMA should not be trapping NUMA hint faults. Skip them. > > Cc: sta...@vger.kernel.org > Signed-off-by: Mel Gorman Reviewed-by: Rik van Riel -- All rights reversed -- To unsubscribe from this list: send the line "unsubscribe linux-kerne

[PATCH 08/18] sched: numa: Skip inaccessible VMAs

2013-12-08 Thread Mel Gorman
Inaccessible VMA should not be trapping NUMA hint faults. Skip them. Cc: sta...@vger.kernel.org Signed-off-by: Mel Gorman --- kernel/sched/fair.c | 7 +++ 1 file changed, 7 insertions(+) diff --git a/kernel/sched/fair.c b/kernel/sched/fair.c index e8b652e..1ce1615 100644 --- a/kernel/sched/