git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2232c2d
)
softlockup: fix task state setting
author
Dmitry Adamushko
<dmitry.adamushko@gmail.com>
Fri, 8 Feb 2008 14:41:13 +0000
(15:41 +0100)
committer
Ingo Molnar
<mingo@elte.hu>
Fri, 29 Feb 2008 17:46:53 +0000
(18:46 +0100)
kthread_stop() can be called when a 'watchdog' thread is executing after
kthread_should_stop() but before set_task_state(TASK_INTERRUPTIBLE).
Signed-off-by: Dmitry Adamushko <dmitry.adamushko@gmail.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
No differences found