Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F157071726
D33624.id100488.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
481 B
Referenced Files
None
Subscribers
None
D33624.id100488.diff
View Options
Index: sys/xen/xen_intr.c
===================================================================
--- sys/xen/xen_intr.c
+++ sys/xen/xen_intr.c
@@ -467,7 +467,16 @@
failrelease:
xen_intr_release_isrc(isrc);
+ while(0) {
failearly:
+ if (params->xi_close) {
+ evtchn_close_t close = { .port = params->xi_port };
+ if (HYPERVISOR_event_channel_op(EVTCHNOP_close, &close))
+ panic("EVTCHNOP_close failed");
+ }
+ }
+
+failcomm:
*port_handlep = NULL;
return (error);
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, May 19, 6:51 AM (8 h, 16 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
33298086
Default Alt Text
D33624.id100488.diff (481 B)
Attached To
Mode
D33624: xen/intr: add channel closing in case of early setup failure
Attached
Detach File
Event Timeline
Log In to Comment