Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F153475639
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
Wed, Apr 22, 9:16 AM (13 h, 6 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
31967726
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