]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'for-4.11-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
authorLinus Torvalds <torvalds@linux-foundation.org>
Tue, 14 Mar 2017 21:52:08 +0000 (14:52 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 14 Mar 2017 21:52:08 +0000 (14:52 -0700)
commit7ac8412e447b1e5714e3e3edde9bfe97a005d4f2
tree8c761d6d44941f8052e166b87c05d10d6c2a988a
parent19f7db586d95488df98f48685f660b21ccd0e206
parent9636cd3bb52936c2383268212f151ba670929efa
Merge branch 'for-4.11-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq

Pull workqueue fix from Tejun Heo:
 "If a delayed work is queued with NULL @wq, workqueue code explodes
  after the timer expires at which point it's difficult to tell who the
  culprit was.

  This actually happened and the offender was net/smc this time.

  Add an explicit sanity check for it in the queueing path"

* 'for-4.11-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq:
  workqueue: trigger WARN if queue_delayed_work() is called with NULL @wq