[Bug 223600] vnic: kernel panic when running tcpdump

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Nov 10 22:17:46 UTC 2017


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=223600

--- Comment #2 from commit-hook at freebsd.org ---
A commit references this bug:

Author: emaste
Date: Fri Nov 10 22:17:30 UTC 2017
New revision: 325683
URL: https://svnweb.freebsd.org/changeset/base/325683

Log:
  vnic: apply BPF tap before passing packet to hardware

  Previously we passed tx packets to hardware via nicvf_tx_mbuf_locked
  and then to the BPF tap, with a possibly invalid mbuf which would result
  in a panic.

  PR:           223600
  Discussed with:       bz
  MFC after:    1 week
  Sponsored by: The FreeBSD Foundation, Packet.net (hardware)

Changes:
  head/sys/dev/vnic/nicvf_queues.c

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


More information about the freebsd-bugs mailing list