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 161381 Details for
Bug 245550
bug in gdth.c crashing machine
[?]
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]
cleaned up patch
245550.patch (text/plain), 970 bytes, created by
Chip Coldwell
on 2007-08-15 17:32:00 UTC
(
hide
)
Description:
cleaned up patch
Filename:
MIME Type:
Creator:
Chip Coldwell
Created:
2007-08-15 17:32:00 UTC
Size:
970 bytes
patch
obsolete
> drivers/scsi/gdth.c | 2 ++ > 1 files changed, 2 insertions(+), 0 deletions(-) > >diff --git a/drivers/scsi/gdth.c b/drivers/scsi/gdth.c >index 5c0c927..0a2cc96 100644 >--- a/drivers/scsi/gdth.c >+++ b/drivers/scsi/gdth.c >@@ -3093,6 +3093,7 @@ static int gdth_fill_raw_cmd(int hanum,Scsi_Cmnd *scp,unchar b) > cmdp->u.raw64.direction = > gdth_direction_tab[scp->cmnd[0]]==DOU ? GDTH_DATA_OUT:GDTH_DATA_IN; > memcpy(cmdp->u.raw64.cmd,scp->cmnd,16); >+ cmdp->u.raw64.sg_ranz = 0; > } else { > cmdp->u.raw.reserved = 0; > cmdp->u.raw.mdisc_time = 0; >@@ -3109,6 +3110,7 @@ static int gdth_fill_raw_cmd(int hanum,Scsi_Cmnd *scp,unchar b) > cmdp->u.raw.direction = > gdth_direction_tab[scp->cmnd[0]]==DOU ? GDTH_DATA_OUT:GDTH_DATA_IN; > memcpy(cmdp->u.raw.cmd,scp->cmnd,12); >+ cmdp->u.raw.sg_ranz = 0; > } > > if (scp->use_sg) {
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 245550
:
157737
| 161381