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 317098 Details for
Bug 462743
libata: rmmod pata_sil680 never returns from ata_port_detach
[?]
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]
Patch to fix rmmod hang
linux-2.6-sata-rhel5.3-driver-unload-fix.patch (text/plain), 609 bytes, created by
David Milburn
on 2008-09-18 17:09:48 UTC
(
hide
)
Description:
Patch to fix rmmod hang
Filename:
MIME Type:
Creator:
David Milburn
Created:
2008-09-18 17:09:48 UTC
Size:
609 bytes
patch
obsolete
> drivers/ata/libata-core.c | 5 ++++- > 1 files changed, 4 insertions(+), 1 deletions(-) > >diff --git a/drivers/ata/libata-core.c b/drivers/ata/libata-core.c >index c2d1cca..ca76707 100644 >--- a/drivers/ata/libata-core.c >+++ b/drivers/ata/libata-core.c >@@ -5958,7 +5958,10 @@ static void ata_port_detach(struct ata_port *ap) > spin_unlock_irqrestore(ap->lock, flags); > > ata_port_wait_eh(ap); >- cancel_rearming_delayed_work(&ap->hotplug_task); >+ >+ flush_workqueue(ata_aux_wq); >+ if (!cancel_delayed_work(&ap->hotplug_task)) >+ flush_workqueue(ata_aux_wq); > > skip_eh: > /* remove the associated SCSI host */
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 462743
: 317098