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 288821 Details for
Bug 308971
rapid block device plug / unplug leads to kernel crash and/or soft lockup
[?]
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]
linux-2.6.18-xen 217:c1c57fea77e9 ported to 2.6.9-67.EL
linux-2.6.18-xen-217-c1c57fea77e9 (text/plain), 926 bytes, created by
Ian Campbell
on 2007-12-14 09:18:14 UTC
(
hide
)
Description:
linux-2.6.18-xen 217:c1c57fea77e9 ported to 2.6.9-67.EL
Filename:
MIME Type:
Creator:
Ian Campbell
Created:
2007-12-14 09:18:14 UTC
Size:
926 bytes
patch
obsolete
># HG changeset patch ># User Wim Colgate ># Date 1190678210 25200 ># Node ID c1c57fea77e93a992e668f1c634fb8e8922ea52d ># Parent 2a8f7f0a8726a7d4f513a0bf044e65765c2be34c >Make sure that the device is fully ready before allowing release. > >Signed-off-by: Wim Colgate <wim@xensource.com> >linux-2.6.18-xen changeset: 217:c1c57fea77e93a992e668f1c634fb8e8922ea52d >linux-2.6.18-xen date: Mon Sep 24 16:56:50 2007 -0700 > >diff -r 2a8f7f0a8726 -r c1c57fea77e9 drivers/xen/blkfront/blkfront.c >--- a/drivers/xen/blkfront/blkfront.c Thu Sep 20 14:17:12 2007 +0100 >+++ b/drivers/xen/blkfront/blkfront.c Mon Sep 24 16:56:50 2007 -0700 >@@ -477,7 +477,7 @@ int blkif_release(struct inode *inode, s > struct xenbus_device * dev = info->xbdev; > enum xenbus_state state = xenbus_read_driver_state(dev->otherend); > >- if (state == XenbusStateClosing) >+ if (state == XenbusStateClosing && info->is_ready) > blkfront_closing(dev); > } > return 0;
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 308971
:
288811
| 288821