bugzilla-noreply at freebsd.org
2019-Feb-12 22:21 UTC
[Bug 235684] security/ipsec-tools kernel panic
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=235684 --- Comment #11 from Andrey V. Elsukov <ae at FreeBSD.org> --- 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.