[Bug 199934] Re: Kernel Panic, in gdth (RAID) driver on reboot
Stefan Bader
stefan.bader at canonical.com
Fri Aug 15 20:58:45 UTC 2008
Ok, just found it:
commit ff83efacf2b77a1fe8942db6613825a4b80ee5e2
Author: James Bottomley <James.Bottomley at HansenPartnership.com>
Date: Sun Feb 17 11:24:51 2008 -0600
[SCSI] gdth: don't call pci_free_consistent under spinlock
The spinlock is held over too large a region: pscratch is a permanent
address (it's allocated at boot time and never changes). All you need
the smp lock for is mediating the scratch in use flag, so fix this by
moving the spinlock into the case where we set the pscratch_busy flag
to false.
Cc: Stable Tree <stable at kernel.org>
Signed-off-by: James Bottomley <James.Bottomley at HansenPartnership.com>
--
Kernel Panic, in gdth (RAID) driver on reboot
https://bugs.launchpad.net/bugs/199934
You received this bug notification because you are a member of Kernel
Bugs, which is subscribed to linux-meta in ubuntu.
More information about the kernel-bugs
mailing list