[Bug 194515] Fatal Trap 12 Kernel with vimage

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Jan 6 08:39:38 UTC 2015


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

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

Author: rodrigc
Date: Tue Jan  6 08:39:09 UTC 2015
New revision: 276746
URL: https://svnweb.freebsd.org/changeset/base/276746

Log:
  Merge: r258322 from projects/pf branch

      Split functions that initialize various pf parts into their
      vimage parts and global parts.
      Since global parts appeared to be only mutex initializations, just
      abandon them and use MTX_SYSINIT() instead.
      Kill my incorrect VNET_FOREACH() iterator and instead use correct
      approach with VNET_SYSINIT().

  PR:            194515
  Differential Revision:    D1309
  Submitted by:         glebius, Nikos Vassiliadis <nvass at gmx.com>
  Reviewed by:         trociny, zec, gnn

Changes:
  head/sys/net/pfvar.h
  head/sys/netpfil/pf/pf.c
  head/sys/netpfil/pf/pf_if.c
  head/sys/netpfil/pf/pf_ioctl.c
  head/sys/netpfil/pf/pf_norm.c
  head/sys/netpfil/pf/pf_table.c

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


More information about the freebsd-net mailing list