aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorKashyap, Desai <kashyap.desai@lsi.com>2011-01-04 01:08:39 -0500
committerJames Bottomley <James.Bottomley@suse.de>2011-01-24 10:28:00 -0500
commit4224489f45b503f0a1f1cf310f76dc108f45689a (patch)
tree5b9eccb9a9cc55b5ca8c6cdba266e2cdd4727952 /arch
parentec07a053597bdab51cbd23619f9f9f392712508a (diff)
[SCSI] mpt2sas: Kernel Panic during Large Topology discovery
There was a configuration page timing out during the initial port enable at driver load time. The port enable would fail, and this would result in the driver unloading itself, meanwhile the driver was accessing freed memory in another context resulting in the panic. The fix is to prevent access to freed memory once the driver had issued the diag reset which woke up the sleeping port enable process. The routine _base_reset_handler was reorganized so the last sleeping process woken up was the port_enable. Signed-off-by: Kashyap Desai <kashyap.desai@lsi.com> Cc: stable@kernel.org Signed-off-by: James Bottomley <James.Bottomley@suse.de>
Diffstat (limited to 'arch')
0 files changed, 0 insertions, 0 deletions