Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 02 Sep 2020 11:49:40 +0000
From:      bugzilla-noreply@freebsd.org
To:        net@FreeBSD.org
Subject:   [Bug 248958] pptpd + vlan panic
Message-ID:  <bug-248958-7501-psaiVt3uQj@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-248958-7501@https.bugs.freebsd.org/bugzilla/>
References:  <bug-248958-7501@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=3D248958

--- Comment #5 from commit-hook@FreeBSD.org ---
A commit references this bug:

Author: kp
Date: Wed Sep  2 11:49:23 UTC 2020
New revision: 365246
URL: https://svnweb.freebsd.org/changeset/base/365246

Log:
  ng_ether: Enter NET_EPOCH where required

  We must enter NET_EPOCH before calling ether_output_frame(). Several of t=
he
  functions it calls (pfil_run_hooks, if_transmit) expect to be running in =
the
  NET_EPOCH.

  While here remove an unneeded EPOCH entry (which wasn't wide enough to co=
ver
  BRIDGE_INPUT).

  PR:           248958
  Reviewed by:  glebius, bz (previous version), melifaro (previous version)
  Tested by:    manu
  Differential Revision:        https://reviews.freebsd.org/D26226

Changes:
  head/sys/netgraph/ng_ether.c
  head/sys/netgraph/ng_pppoe.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-248958-7501-psaiVt3uQj>