Date: Fri, 18 Mar 2011 06:47:23 +0000 (UTC) From: Edward Tomasz Napierala <trasz@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/vm vm_pageout.c Message-ID: <201103180647.p2I6lVmV031167@repoman.freebsd.org>
index | next in thread | raw e-mail
trasz 2011-03-18 06:47:23 UTC
FreeBSD src repository
Modified files:
sys/vm vm_pageout.c
Log:
SVN rev 219727 on 2011-03-18 06:47:23Z by trasz
In vm_daemon(), when iterating over all processes in the system, skip those
which are not yet fully initialized (i.e. ones with p_state == PRS_NEW).
Without it, we could panic in _thread_lock_flags().
Note that there may be other instances of FOREACH_PROC_IN_SYSTEM() that
require similar fix.
Reported by: pho, keramida
Discussed with: kib
Revision Changes Path
1.334 +4 -0 src/sys/vm/vm_pageout.c
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201103180647.p2I6lVmV031167>
