]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r264689:
authormm <mm@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sun, 27 Apr 2014 09:05:34 +0000 (09:05 +0000)
committermm <mm@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sun, 27 Apr 2014 09:05:34 +0000 (09:05 +0000)
commit728292398e77e70739af8a35f35b793dc3f7c94a
tree4057c670b23905e051d5000aca915b4be3d33852
parentc9486b6e3f64c1f7a9f5b50031eafbd8fe6f73df
MFC r264689:
De-virtualize UMA zone pf_mtag_z and move to global initialization part.

The m_tag struct does not know about vnet context and the pf_mtag_free()
callback is called unaware of current vnet. This causes a panic.

PR: kern/182964

git-svn-id: svn://svn.freebsd.org/base/stable/10@265008 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/net/pfvar.h
sys/netpfil/pf/pf.c
sys/netpfil/pf/pf_ioctl.c