From: Linus Torvalds Date: Fri, 13 May 2016 23:16:51 +0000 (-0700) Subject: Merge branch 'for-4.6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq X-Git-Tag: v4.14-rc1~3295 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=da92223908f309d5ba63ce7dd568dfb6a7e5d7d2;p=platform%2Fkernel%2Flinux-rpi.git 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 --- da92223908f309d5ba63ce7dd568dfb6a7e5d7d2