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 294752 Details for
Bug 430662
backport hptiop driver updates from upstream kernel
[?]
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]
hptiop: fix resource releasing bug in hptiop_probe()
hptiop-fix-resource-releasing-bug-in-hptiop_probe.patch (text/plain), 547 bytes, created by
HighPoint Linux Team
on 2008-02-13 06:14:24 UTC
(
hide
)
Description:
hptiop: fix resource releasing bug in hptiop_probe()
Filename:
MIME Type:
Creator:
HighPoint Linux Team
Created:
2008-02-13 06:14:24 UTC
Size:
547 bytes
patch
obsolete
>put pci_release_regions() after scsi_host_put() or scsi_host_put() will get >a null pointer when scsi_host_alloc() fails in hptiop_probe(). > >--- a/drivers/scsi/hptiop.c 2008-01-29 19:15:42.000000000 +0800 >+++ b/drivers/scsi/hptiop.c 2008-02-13 13:35:28.000000000 +0800 >@@ -847,12 +850,12 @@ free_request_irq: > unmap_pci_bar: > iounmap(hba->iop); > >-free_pci_regions: >- pci_release_regions(pcidev) ; >- > free_scsi_host: > scsi_host_put(host); > >+free_pci_regions: >+ pci_release_regions(pcidev); >+ > disable_pci_device: > pci_disable_device(pcidev); >
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 430662
:
294750
|
294751
| 294752 |
294753