cvs commit: src/sys/vm vm_map.c vm_map.h

[ Available lists | Index of cvs-src-old | Month of Dec 2010 | Week of 19 Dec 2010 | Raw email | View thread | Wrap long lines | Reply | Tag ]
From
Max Laier <mlaier@FreeBSD.org>
Date
19 Dec 2010 06:07:47
Subject
cvs commit: src/sys/vm vm_map.c vm_map.h
Message-ID
201012190607.oBJ67lml037828@repoman.freebsd.org


[ Hide this part ]
mlaier      2010-12-19 06:07:35 UTC

FreeBSD src repository

Modified files: (Branch: RELENG_8)
sys/vm vm_map.c vm_map.h
Log:
SVN rev 216553 on 2010-12-19 06:07:35Z by mlaier

MFC r216335:
Fix a long standing (from the original 4.4BSD lite sources) race between
vmspace_fork and vm_map_wire that would lead to "vm_fault_copy_wired: page
missing" panics. While faulting in pages for a map entry that is being
wired down, mark the containing map as busy. In vmspace_fork wait until
the map is unbusy, before we try to copy the entries.

Sponsored by: Isilon Systems, Inc.

Approved by: re (kib)

Revision Changes Path
1.419.2.11 +41 -1 src/sys/vm/vm_map.c
1.130.2.4 +5 -0 src/sys/vm/vm_map.h


Elapsed time: 0.080 seconds