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 306285 Details for
Bug 443053
cciss driver crash
[?]
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]
disable SCSI_IOCTL_SEND_COMMAND for cciss
cciss_ioctl_fix.patch (text/plain), 695 bytes, created by
Doug Chapman
on 2008-05-21 17:25:01 UTC
(
hide
)
Description:
disable SCSI_IOCTL_SEND_COMMAND for cciss
Filename:
MIME Type:
Creator:
Doug Chapman
Created:
2008-05-21 17:25:01 UTC
Size:
695 bytes
patch
obsolete
>--- linux-2.6.9/drivers/block/cciss.c.broken 2008-05-21 12:27:59.000000000 -0400 >+++ linux-2.6.9/drivers/block/cciss.c 2008-05-21 13:21:57.000000000 -0400 >@@ -1481,9 +1481,13 @@ cleanup1: > case SG_SET_RESERVED_SIZE: > case SG_EMULATED_HOST: > case SG_IO: >- case SCSI_IOCTL_SEND_COMMAND: > return scsi_cmd_ioctl(filep, disk, cmd, argp); > >+ case SCSI_IOCTL_SEND_COMMAND: >+ /* scsi_cmd_ioctl is broken for this on RHEL4. */ >+ /* It creates a request with no bio. */ >+ /* Consequently , we don't support it. */ >+ > /* scsi_cmd_ioctl would normally handle these, below, but */ > /* they aren't a good fit for cciss, as CD-ROMs are */ > /* not supported, and we don't have any bus/target/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 443053
:
305740
| 306285