Bug 17341
Summary: | kdump regression compared to v2.6.35 | ||
---|---|---|---|
Product: | Other | Reporter: | Maciej Rutecki (maciej.rutecki) |
Component: | Other | Assignee: | other_other |
Status: | CLOSED CODE_FIX | ||
Severity: | normal | CC: | caiqian, maciej.rutecki, rjw |
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | 2.6.36-rc1 | Subsystem: | |
Regression: | Yes | Bisected commit-id: | |
Bug Depends on: | |||
Bug Blocks: | 16444 |
Description
Maciej Rutecki
2010-08-29 14:11:14 UTC
Handled-By : Tejun Heo <tj@kernel.org> On Tuesday, September 21, 2010, caiqian@redhat.com wrote: > It had been fixed by Tejun already. > > commit 477a3c33d1efa0342a74bd02da2e049191993e2c > Author: Tejun Heo <tj@kernel.org> > Date: Tue Aug 31 10:54:35 2010 +0200 > > 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. |