]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'for-4.3-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
authorLinus Torvalds <torvalds@linux-foundation.org>
Thu, 15 Oct 2015 19:58:37 +0000 (12:58 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 15 Oct 2015 19:58:37 +0000 (12:58 -0700)
commit60fe2de0a513061c1ceda126c80dd584ae492e53
treebfdfa9c30546ab1058ec6d76e8804b2fe483ba52
parent5bb5704f9c4cbf48d3e648a0cee314b6fa30fe6f
parent120732ac4d7ba94f5a120aa06fb2b1c025e038e6
Merge branch 'for-4.3-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq

Pull workqueue fixlet from Tejun Heo:
 "Single patch to make delayed work always be queued on the local CPU"

This is not actually something we should guarantee, but it's something
we by accident have historically done, and at least one call site has
grown to depend on it.

I'm going to fix that known broken callsite, but in the meantime this
makes the accidental behavior be explicit, just in case there are other
cases that might depend on it.

* 'for-4.3-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq:
  workqueue: make sure delayed work run in local cpu