]> git.baikalelectronics.ru Git - kernel.git/commit
Revert "kthread: Pin the stack via try_get_task_stack()/put_task_stack() in to_live_k...
authorOleg Nesterov <oleg@redhat.com>
Tue, 29 Nov 2016 17:51:00 +0000 (18:51 +0100)
committerThomas Gleixner <tglx@linutronix.de>
Thu, 8 Dec 2016 13:36:18 +0000 (14:36 +0100)
commit015dc8b8235e87bd5b8c8616c7b3d8bb59a34d51
treeeca648100a1e7f823a3bc0f12aec06443f865e17
parent2a7d60828ac9a74bb98d58134d890b9cf37b9223
Revert "kthread: Pin the stack via try_get_task_stack()/put_task_stack() in to_live_kthread() function"

This reverts commit 0ac7b7d022384b06ed700dbb855fed3108ab7cb7.

Now that struct kthread is kmalloc'ed and not longer on the task stack
there is no need anymore to pin the stack.

Signed-off-by: Oleg Nesterov <oleg@redhat.com>
Acked-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Acked-by: Thomas Gleixner <tglx@linutronix.de>
Cc: Chunming Zhou <David1.Zhou@amd.com>
Cc: Roman Pen <roman.penyaev@profitbricks.com>
Cc: Petr Mladek <pmladek@suse.com>
Cc: Andy Lutomirski <luto@amacapital.net>
Cc: Tejun Heo <tj@kernel.org>
Cc: Andy Lutomirski <luto@kernel.org>
Cc: Alex Deucher <alexander.deucher@amd.com>
Cc: Andrew Morton <akpm@linux-foundation.org>
Link: http://lkml.kernel.org/r/20161129175100.GA5333@redhat.com
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
kernel/kthread.c