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)
commit2c1aca4bd3fefc57018773cc8771f71c9bfbdc1f
treed52c532985870176a65a0253ca5919bc8132063a
parent30bb5572ce7a8710fa9ea720b6ecb382791c9800
parentaa202f1f56960c60e7befaa0f49c72b8fa11b0a8
Merge branch 'for-5.6-fixes' of git://git./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()