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 299284 Details for
Bug 437384
[QLogic/IBM 5.3 bug] EEH error on JS22 results in panic w/qla2xx 8.02.00-k5-rhel5.2-02 driver
[?]
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]
EEH mask out
qla2xxx_rhel5.2_eehmaskout_patch17.txt (text/plain), 1.58 KB, created by
Marcus Barrow
on 2008-03-27 06:07:54 UTC
(
hide
)
Description:
EEH mask out
Filename:
MIME Type:
Creator:
Marcus Barrow
Created:
2008-03-27 06:07:54 UTC
Size:
1.58 KB
patch
obsolete
> >BZ 437384 EEH error on JS22 results in panic w/qla2xx 8.02.00-k5-rhel5.2-02 driver > >The previous patch is not a complete fix. > >Recent testing is indicating potential problems, so this code >should be disabled. This patch is very simple, low risk and >tested at QLogic. > >This patch will mask out EEH handler until further testing >confirms proper operation. It removes the entry from the >pci_driver table. > >It should be added on top of the other EEH patches, to maintain >corresponance. >--- > drivers/scsi/qla2xxx/qla_os.c | 6 +++++- > drivers/scsi/qla2xxx/qla_version.h | 2 +- > 2 files changed, 6 insertions(+), 2 deletions(-) > >diff --git a/drivers/scsi/qla2xxx/qla_os.c b/drivers/scsi/qla2xxx/qla_os.c >index 990e6dc..66410b8 100644 >--- a/drivers/scsi/qla2xxx/qla_os.c >+++ b/drivers/scsi/qla2xxx/qla_os.c >@@ -3058,7 +3058,11 @@ static struct pci_driver qla2xxx_pci_dri > .id_table = qla2xxx_pci_tbl, > .probe = qla2x00_probe_one, > .remove = qla2x00_remove_one, >- .err_handler = &qla2xxx_err_handler, >+ /* >+ * until all the fixes (in both kernel and driver)in place, >+ * mask out EEH handler (by returning NULL) >+ */ >+ .err_handler = (0 ? &qla2xxx_err_handler : NULL), > }; > > /** >diff --git a/drivers/scsi/qla2xxx/qla_version.h b/drivers/scsi/qla2xxx/qla_version.h >index 02b900e..4a9ca1a 100644 >--- a/drivers/scsi/qla2xxx/qla_version.h >+++ b/drivers/scsi/qla2xxx/qla_version.h >@@ -7,7 +7,7 @@ > /* > * Driver version > */ >-#define QLA2XXX_VERSION "8.02.00-k5-rhel5.2-05" >+#define QLA2XXX_VERSION "8.02.00-k5-rhel5.2-06" > > #define QLA_DRIVER_MAJOR_VER 8 > #define QLA_DRIVER_MINOR_VER 1 >-- >1.4.4.1 >
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 437384
:
298907
|
299058
| 299284