Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Oct 2018 16:52:07 +0000
From:      bugzilla-noreply@freebsd.org
To:        net@FreeBSD.org
Subject:   [Bug 227654] [panic] repeatable crash with lagg+vlan+em
Message-ID:  <bug-227654-7501-06aoJaOPNv@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-227654-7501@https.bugs.freebsd.org/bugzilla/>
References:  <bug-227654-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=3D227654

--- Comment #8 from commit-hook@freebsd.org ---
A commit references this bug:

Author: kp
Date: Sun Oct 21 16:51:36 UTC 2018
New revision: 339547
URL: https://svnweb.freebsd.org/changeset/base/339547

Log:
  vlan: Fix panic with lagg and vlan

  vlan_lladdr_fn() is called from taskqueue, which means there's no vnet
context
  set. We can end up trying to send ARP messages (through the iflladdr_event
  event), which requires a vnet context.

  PR:           227654
  MFC after:    3 days

Changes:
  head/sys/net/if_vlan.c

--=20
You are receiving this mail because:
You are on the CC list for the bug.
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-227654-7501-06aoJaOPNv>