Messages in this thread |  | | Date | Sun, 4 Oct 2015 13:28:07 -0400 | | From | Tejun Heo <> | | Subject | Re: [PATCH 2/3] signal: introduce kernel_signal_stop() to fix jffs2_garbage_collect_thread() |
| |
On Sat, Oct 03, 2015 at 08:13:38PM +0200, Oleg Nesterov wrote: > jffs2_garbage_collect_thread() can race with SIGCONT and sleep in > TASK_STOPPED state after it was already sent. Add the new helper, > kernel_signal_stop(), which does this correctly. > > Signed-off-by: Oleg Nesterov <oleg@redhat.com>
Reviewed-by: Tejun Heo <tj@kernel.org>
Thanks.
-- tejun
|  |