Merge branch 'for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
authorLinus Torvalds <torvalds@linux-foundation.org>
Thu, 9 May 2019 20:48:52 +0000 (13:48 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 9 May 2019 20:48:52 +0000 (13:48 -0700)
commit23c970608a0931b913f96f6117ea3e9e1bc06959
treebb16e5b5bcaa7f982147cf733a776d4f23ef6da2
parentb1e76c3d3a774298475622bde63010972c9515a1
parent24acfb71822566e4d469b4992a7b3b9f873e0083
Merge branch 'for-5.2' of git://git./linux/kernel/git/tj/wq

Pull workqueue updates from Tejun Heo:
 "Only three commits, of which two are trivial.

  The non-trivial chagne is Thomas's patch to switch workqueue from
  sched RCU to regular one. The use of sched RCU is mostly historic and
  doesn't really buy us anything noticeable"

* 'for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq:
  workqueue: Use normal rcu
  kernel/workqueue: Document wq_worker_last_func() argument
  kernel/workqueue: Use __printf markup to silence compiler in function 'alloc_workqueue'
kernel/workqueue.c