kp
cbe96f9524
epair: Fix panic on unload
...
The VNET_SYSUNINIT() callback is executed after the MOD_UNLOAD. That means
that netisr_unregister() has already been called when
netisr_unregister_vnet() gets calls, leading to an assertion failure.
Restore the expected order of operations by performing everything that
was done in MOD_UNLOAD to a SYSUNINIT() (that will be called after the
VNET_SYSUNINIT()).
Differential Revision: https://reviews.freebsd.org/D12771
2017-11-01 14:27:26 +00:00
..
2017-05-17 00:34:34 +00:00
2017-02-28 23:42:47 +00:00
2017-05-17 00:34:34 +00:00
2017-04-17 22:02:09 +00:00
2017-04-17 22:02:09 +00:00
2017-09-20 04:59:52 +00:00
2017-08-16 19:40:07 +00:00
2017-02-28 23:42:47 +00:00
2017-02-28 23:42:47 +00:00
2017-07-24 03:32:10 +00:00
2017-09-06 14:36:35 +00:00
2017-02-28 23:42:47 +00:00
2017-02-28 23:42:47 +00:00
2017-09-21 14:14:01 +00:00
2017-10-16 21:21:31 +00:00
2017-02-28 23:42:47 +00:00
2017-02-28 23:42:47 +00:00
2017-02-28 23:42:47 +00:00
2017-02-28 23:42:47 +00:00
2017-08-09 12:24:07 +00:00
2017-07-31 11:04:35 +00:00
2017-11-01 14:27:26 +00:00
2017-07-24 03:32:10 +00:00
2017-02-28 23:42:47 +00:00
2017-04-11 08:56:18 +00:00
2017-04-11 08:56:18 +00:00
2017-03-07 00:13:53 +00:00
2017-07-25 14:41:50 +00:00
2017-05-25 23:19:09 +00:00
2017-05-17 00:34:34 +00:00
2017-02-28 23:42:47 +00:00
2017-02-28 23:42:47 +00:00
2017-04-11 08:56:18 +00:00
2017-05-17 00:34:34 +00:00
2017-05-10 18:33:40 +00:00
2017-07-28 04:41:57 +00:00
2017-02-28 23:42:47 +00:00
2017-09-06 13:56:18 +00:00
2017-09-13 00:25:09 +00:00
2017-09-05 05:28:52 +00:00
2017-09-05 05:28:52 +00:00
2017-03-13 22:53:06 +00:00
2017-10-31 19:03:35 +00:00
2017-10-05 14:43:30 +00:00
2017-02-28 23:42:47 +00:00
2017-09-23 16:46:30 +00:00
2017-04-24 21:21:49 +00:00
2017-07-21 03:42:09 +00:00
2017-04-03 13:35:04 +00:00
2017-04-03 13:35:04 +00:00
2017-03-07 00:13:53 +00:00
2017-03-22 21:18:18 +00:00
2017-02-28 23:42:47 +00:00
2017-02-28 23:42:47 +00:00
2017-02-28 23:42:47 +00:00
2017-02-28 23:42:47 +00:00
2017-02-28 23:42:47 +00:00
2017-07-24 03:59:50 +00:00
2017-02-28 23:42:47 +00:00
2017-07-27 13:03:36 +00:00
2017-08-24 23:08:12 +00:00
2017-10-11 06:08:01 +00:00
2017-10-11 06:08:01 +00:00
2017-04-08 04:37:01 +00:00
2017-05-17 00:34:34 +00:00
2017-02-28 23:42:47 +00:00
2017-10-20 21:40:59 +00:00