Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 301986 Details for
Bug 441832
mptscsi race between hotremove and mptscsih_bus_reset
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Check for NULL pointers when retrieving vdevice / vdevice->vtarget in mptscsih_bus_reset
mpt_bus_reset.patch (text/plain), 638 bytes, created by
Bryn M. Reeves
on 2008-04-10 13:54:37 UTC
(
hide
)
Description:
Check for NULL pointers when retrieving vdevice / vdevice->vtarget in mptscsih_bus_reset
Filename:
MIME Type:
Creator:
Bryn M. Reeves
Created:
2008-04-10 13:54:37 UTC
Size:
638 bytes
patch
obsolete
>diff -up linux-2.6.18/drivers/message/fusion/mptscsih.c.mpt_bus_reset linux-2.6.18/drivers/message/fusion/mptscsih.c >--- linux-2.6.18/drivers/message/fusion/mptscsih.c.mpt_bus_reset 2008-04-10 14:06:26.000000000 +0100 >+++ linux-2.6.18/drivers/message/fusion/mptscsih.c 2008-04-10 14:07:10.000000000 +0100 >@@ -1980,6 +1980,9 @@ mptscsih_bus_reset(struct scsi_cmnd * SC > hd->timeouts++; > > vdevice = SCpnt->device->hostdata; >+ if (!vdevice || !vdevice->vtarget) >+ return SUCCESS; >+ > retval = mptscsih_TMHandler(hd, MPI_SCSITASKMGMT_TASKTYPE_RESET_BUS, > vdevice->vtarget->channel, 0, 0, 0, mptscsih_get_tm_timeout(ioc)); > >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 441832
: 301986