commit | 477a3c33d1efa0342a74bd02da2e049191993e2c | [log] [tgz] |
---|---|---|
author | Tejun Heo <tj@kernel.org> | Tue Aug 31 10:54:35 2010 +0200 |
committer | Tejun Heo <tj@kernel.org> | Tue Aug 31 10:54:35 2010 +0200 |
tree | 03d4ae1338f47016fbad6ff131007e009959b4a8 | |
parent | 7c38875a0d0a9b90eee66be79e36995c86acc70c [diff] |
workqueue: fix GCWQ_DISASSOCIATED initialization init_workqueues() incorrectly marks workqueues for all possible CPUs associated. Combined with mayday_mask initialization bug, this can make rescuers keep trying to bind to an offline gcwq indefinitely. Fix init_workqueues() such that only online CPUs have their gcwqs have GCWQ_DISASSOCIATED cleared. Signed-off-by: Tejun Heo <tj@kernel.org> Reported-by: CAI Qian <caiqian@redhat.com>