https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=235684
--- Comment #11 from Andrey V. Elsukov <[email protected]> --- Created attachment 201968 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=201968&action=edit Proposed patch Also, you can test this patch instead, it should fix panic with VIMAGE option. The problem is due to introduced deferred PCB destroying via epoch_call(). Since this code is executed from gtaskqueue, it has no VNET context. -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "[email protected]"
