Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F107091732
D39457.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
265 B
Referenced Files
None
Subscribers
None
D39457.diff
View Options
diff --git a/sys/net/iflib.c b/sys/net/iflib.c
--- a/sys/net/iflib.c
+++ b/sys/net/iflib.c
@@ -1650,7 +1650,8 @@
return (result);
}
- GROUPTASK_ENQUEUE(gtask);
+ if (gtask->gt_taskqueue != NULL)
+ GROUPTASK_ENQUEUE(gtask);
return (FILTER_HANDLED);
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Jan 10, 11:44 PM (17 h, 15 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15747998
Default Alt Text
D39457.diff (265 B)
Attached To
Mode
D39457: iflib: fix panic during driver reload stress test
Attached
Detach File
Event Timeline
Log In to Comment