]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'for-5.6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
authorLinus Torvalds <torvalds@linux-foundation.org>
Tue, 10 Mar 2020 21:48:22 +0000 (14:48 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 10 Mar 2020 21:48:22 +0000 (14:48 -0700)
commit500073281ef84d94df3c4003e90a04b80db56ff9
treed52c532985870176a65a0253ca5919bc8132063a
parent9bd34518b988eaed3b49cf07c49ca79975817094
parent1dc5bbee6dbdeb01a1408efbed4eb0163aa677b3
Merge branch 'for-5.6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq

Pull workqueue fixes from Tejun Heo:
 "Workqueue has been incorrectly round-robining per-cpu work items.
  Hillf's patch fixes that.

  The other patch documents memory-ordering properties of workqueue
  operations"

* 'for-5.6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq:
  workqueue: don't use wq_select_unbound_cpu() for bound works
  workqueue: Document (some) memory-ordering properties of {queue,schedule}_work()