28.02.2014 10:23, Mike Galbraith пишет: Maybe --- a/kernel/fork.c +++ b/kernel/fork.c @@ -237,6 +237,7 @@ void __put_task_struct(struct task_struct *tsk) WARN_ON(atomic_read(&tsk->usage)); WARN_ON(tsk == current); +#ifdef CONFIG_NUMA + task_numa_free(tsk); +#endif security_task_free(tsk); exit_creds(tsk); delayacct_tsk_free(tsk); ... ... ... > -- Pavel. -- To unsubscribe from this list: send the line "unsubscribe linux-rt-users" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html