Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 Dec 2010 06:07:35 +0000 (UTC)
From:      Max Laier <mlaier@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/vm vm_map.c vm_map.h
Message-ID:  <201012190607.oBJ67lml037828@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201012190607.oBJ67lml037828>