]> Git Repo - linux.git/commit
kthread: Pin the stack via try_get_task_stack()/put_task_stack() in to_live_kthread...
authorOleg Nesterov <[email protected]>
Fri, 16 Sep 2016 05:45:44 +0000 (22:45 -0700)
committerIngo Molnar <[email protected]>
Fri, 16 Sep 2016 07:18:53 +0000 (09:18 +0200)
commit23196f2e5f5d810578a772785807dcdc2b9fdce9
treee08ab0942b1b3ae15144633fb0eb2a67d45bfe4c
parentc6c314a613cd7d03fb97713e0d642b493de42e69
kthread: Pin the stack via try_get_task_stack()/put_task_stack() in to_live_kthread() function

get_task_struct(tsk) no longer pins tsk->stack so all users of
to_live_kthread() should do try_get_task_stack/put_task_stack to protect
"struct kthread" which lives on kthread's stack.

TODO: Kill to_live_kthread(), perhaps we can even kill "struct kthread" too,
and rework kthread_stop(), it can use task_work_add() to sync with the exiting
kernel thread.

Message-Id: <20160629180357[email protected]>
Signed-off-by: Oleg Nesterov <[email protected]>
Signed-off-by: Andy Lutomirski <[email protected]>
Cc: Borislav Petkov <[email protected]>
Cc: Brian Gerst <[email protected]>
Cc: Denys Vlasenko <[email protected]>
Cc: H. Peter Anvin <[email protected]>
Cc: Jann Horn <[email protected]>
Cc: Josh Poimboeuf <[email protected]>
Cc: Linus Torvalds <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Thomas Gleixner <[email protected]>
Link: http://lkml.kernel.org/r/cb9b16bbc19d4aea4507ab0552e4644c1211d130.1474003868.git.luto@kernel.org
Signed-off-by: Ingo Molnar <[email protected]>
kernel/kthread.c
This page took 0.055356 seconds and 4 git commands to generate.