CVSROOT:        /cvs
Module name:    src
Changes by:     kette...@cvs.openbsd.org        2014/11/10 11:55:43

Modified files:
        sys/kern       : subr_pool.c 

Log message:
Grab the pool mutex in sysctl_dopool(), but only for pools for which
pool_setipl(9) has been called.  This avoids the panic introduced in rev 1.139
(which was subsequently backed out) while still effectively guaranteeing a
consistent snapshot.  Pools used from interrupt handlers should use the
appropriate pool IPL.

ok dlg@, deraadt@

Reply via email to