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 227831 Details for
Bug 332911
qla2xxx does not handle disk failure resulting in system crash [ORA 6153432]
[?]
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]
upstream patch backported to EL4
qla2xxx-cmd-timeout.patch (text/plain), 813 bytes, created by
John Sobecki
on 2007-10-15 17:53:22 UTC
(
hide
)
Description:
upstream patch backported to EL4
Filename:
MIME Type:
Creator:
John Sobecki
Created:
2007-10-15 17:53:22 UTC
Size:
813 bytes
patch
obsolete
>--- rhel-2.6.9-42.0.10.EL/drivers/scsi/qla2xxx/qla_os.c 2007-04-25 01:09:09.000000000 -0400 >+++ qla2xxx-8.01.07.15/qla_os.c 2007-07-03 11:03:46.000000000 -0400 >@@ -4169,19 +4759,27 @@ > * > * Returns: > * None. > **************************************************************************/ > void > qla2x00_cmd_timeout(srb_t *sp) > { > int t, l; > int processed; > scsi_qla_host_t *vis_ha, *dest_ha; > struct scsi_cmnd *cmd; > unsigned long flags, cpu_flags; > fc_port_t *fcport; > > cmd = sp->cmd; >+ if (!cmd) { >+ qla_printk(KERN_WARNING, sp->ha, >+ "Command Timeout: command is NULL, already returned to OS " >+ "sp=%p flags=%x ext_hist=%x.\n", sp, sp->flags, >+ sp->ext_history); >+ return; >+ } >+ > vis_ha = (scsi_qla_host_t *)cmd->device->host->hostdata; > > t = cmd->device->id; > l = cmd->device->lun;
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 332911
: 227831