https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=235684
--- Comment #19 from [email protected] --- A commit references this bug: Author: ae Date: Wed Feb 20 10:22:48 UTC 2019 New revision: 344356 URL: https://svnweb.freebsd.org/changeset/base/344356 Log: MFC r344103: In r335015 PCB destroing was made deferred using epoch_call(). But ipsec_delete_pcbpolicy() uses some VNET-virtualized variables, and thus it needs VNET context, that is missing during gtaskqueue executing. Use inp_vnet context to set curvnet in in_pcbfree_deferred(). PR: 235684 Changes: _U stable/12/ stable/12/sys/netinet/in_pcb.c -- 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-bugs To unsubscribe, send any mail to "[email protected]"
