aboutsummaryrefslogtreecommitdiff
path: root/include/linux/debugobjects.h
diff options
context:
space:
mode:
authorOleg Nesterov <[email protected]>2007-05-09 02:34:20 -0700
committerLinus Torvalds <[email protected]>2007-05-09 12:30:53 -0700
commit85f4186af944c1240c84934a9ab578743df2d69b (patch)
tree743d6a619538cda98495aaaac67a86246d3007e4 /include/linux/debugobjects.h
parentb9aac8e0d32499217417ff0b494731811f185b18 (diff)
worker_thread: fix racy try_to_freeze() usage
worker_thread() can miss freeze_process()->signal_wake_up() if it happens between try_to_freeze() and prepare_to_wait(). We should check freezing() before entering schedule(). This race was introduced by me in [PATCH 1/1] workqueue: don't migrate pending works from the dead CPU Looks like mm/vmscan.c:kswapd() has the same race. Signed-off-by: Oleg Nesterov <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'include/linux/debugobjects.h')
0 files changed, 0 insertions, 0 deletions