]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit92b741324ce1426e3d046f244e89cf4868a9fcd9
treebb16e5b5bcaa7f982147cf733a776d4f23ef6da2
parent9b744342e7211e4d89ebbdad377dc08fa3d139c6
parente88f5d4989018f3a10503d61e03ec335fff61870
Merge branch 'for-5.2' of git://git.kernel.org/pub/scm/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