From: Rik van Riel Date: Mon, 7 Oct 2013 10:29:28 +0000 (+0100) Subject: sched/numa: Call task_numa_free() from do_execve() X-Git-Tag: omap-for-v3.13/fixes-for-merge-window-take2~40^2~40 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=82727018b0d33d188e9916bcf76f18387484cb04;p=pandora-kernel.git sched/numa: Call task_numa_free() from do_execve() 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 Gorman Cc: Andrea Arcangeli Cc: Johannes Weiner Cc: Srikar Dronamraju Signed-off-by: Peter Zijlstra Link: http://lkml.kernel.org/r/1381141781-10992-51-git-send-email-mgorman@suse.de Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed