signal: introduce kernel_signal_stop() to fix jffs2_garbage_collect_thread()
authorOleg Nesterov <oleg@redhat.com>
Sat, 7 Nov 2015 00:32:25 +0000 (16:32 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 7 Nov 2015 01:50:42 +0000 (17:50 -0800)
commit9a13049e83f346cb1cbd60c64e520a73c396af16
tree11a2ac2ac28dbfa477d5b4f1e14a2173b4867a8f
parentbe0e6f290f78b84a3b21b8c8c46819c4514fe632
signal: introduce kernel_signal_stop() to fix jffs2_garbage_collect_thread()

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>
Cc: David Woodhouse <dwmw2@infradead.org>
Cc: Felipe Balbi <balbi@ti.com>
Cc: Markus Pargmann <mpa@pengutronix.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/jffs2/background.c
include/linux/sched.h