[Bug 235684] security/ipsec-tools kernel panic
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Wed Feb 20 10:23:45 UTC 2019
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=235684
--- Comment #19 from commit-hook at freebsd.org ---
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 the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list