Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Feb 2019 10:23:42 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 235684] security/ipsec-tools kernel panic
Message-ID:  <bug-235684-227-qKZMKRQF5R@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-235684-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-235684-227@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D235684

--- Comment #19 from commit-hook@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

--=20
You are receiving this mail because:
You are on the CC list for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-235684-227-qKZMKRQF5R>