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:
b62c075
)
workqueue: sanity check pool->cpu in wq_worker_sleeping()
author
Lai Jiangshan
<laijs@cn.fujitsu.com>
Tue, 3 Jun 2014 07:33:08 +0000
(15:33 +0800)
committer
Tejun Heo
<tj@kernel.org>
Thu, 19 Jun 2014 16:32:27 +0000
(12:32 -0400)
In theory, pool->cpu is equals to @cpu in wq_worker_sleeping() after
worker->flags is checked.
And "pool->cpu != cpu" sanity check will help us if something wrong.
Signed-off-by: Lai Jiangshan <laijs@cn.fujitsu.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
kernel/workqueue.c
patch
|
blob
|
history
diff --cc
kernel/workqueue.c
Simple merge