Merge branch 'for-4.6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 13 May 2016 23:16:51 +0000 (16:16 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 13 May 2016 23:16:51 +0000 (16:16 -0700)
commitda92223908f309d5ba63ce7dd568dfb6a7e5d7d2
tree51a8ce374c8d3dde8a2c7d86b9b66077e27b5f7e
parent65643e3abe71e970bef656ea0b125dace7c7a1b3
parentf7c17d26f43d5cc1b7a6b896cd2fa24a079739b9
Merge branch 'for-4.6-fixes' of git://git./linux/kernel/git/tj/wq

Pull workqueue fix from Tejun Heo:
 "CPU hotplug callbacks can invoke DOWN_FAILED w/o preceding
  DOWN_PREPARE which can trigger a WARN_ON() in workqueue.

  The bug has been there for a very long time.  It only triggers if CPU
  down fails at a specific point and I don't think it has adverse
  effects other than the warning messages.  The fix is very low impact"

* 'for-4.6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq:
  workqueue: fix rebind bound workers warning
kernel/workqueue.c