CVSROOT:        /cvs
Module name:    src
Changes by:     d...@cvs.openbsd.org    2011/11/22 19:05:18

Modified files:
        sys/kern       : subr_pool.c 

Log message:
block interrupts while pool_reclaim_all is grubbing around in every pools
internals. this fixes a panic i got where a network interrupt tried to use
the mbuf pools mutex while pool_reclaim_all already held it which lead
to the same cpu trying to lock that mutex twice.

ok deraadt@

Reply via email to