Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: [netbsd-8] src/sys/uvm



Module Name:    src
Committed By:   martin
Date:           Mon Apr 22 08:12:06 UTC 2019

Modified Files:
        src/sys/uvm [netbsd-8]: uvm_pdaemon.c

Log Message:
Pull up following revision(s) (requested by chs in ticket #1238):

        sys/uvm/uvm_pdaemon.c: revision 1.110

Draining pools from the pagedaemon thread can deadlock, because draining
a pool can involve taking a lock which can be held by a thread which is
blocked waiting for memory.  Avoid this by moving the pool-draining work
to a separate worker thread.


To generate a diff of this commit:
cvs rdiff -u -r1.108.22.1 -r1.108.22.2 src/sys/uvm/uvm_pdaemon.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index