[PATCH 50/63] sched: numa: call task_numa_free from do_execve

2013-10-07 Thread Mel Gorman
From: Rik van Riel It is possible for a task in a numa group to call exec, and have the new (unrelated) executable inherit the numa group association from its former self. This has the potential to break numa grouping, and is trivial to fix. Signed-off-by: Rik van Riel Signed-off-by: Mel Gorma

[PATCH 50/63] sched: numa: call task_numa_free from do_execve

2013-09-27 Thread Mel Gorman
From: Rik van Riel It is possible for a task in a numa group to call exec, and have the new (unrelated) executable inherit the numa group association from its former self. This has the potential to break numa grouping, and is trivial to fix. Signed-off-by: Rik van Riel Signed-off-by: Mel Gorma