Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Feb 2019 15:47:08 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 235684] security/ipsec-tools kernel panic
Message-ID:  <bug-235684-7788-zquLV3gMiR@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-235684-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-235684-7788@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 #16 from commit-hook@freebsd.org ---
A commit references this bug:

Author: ae
Date: Wed Feb 13 15:46:05 UTC 2019
New revision: 344103
URL: https://svnweb.freebsd.org/changeset/base/344103

Log:
  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
  MFC after:    1 week

Changes:
  head/sys/netinet/in_pcb.c

--=20
You are receiving this mail because:
You are the assignee for the bug.=



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