git: kernel - Fix VM page race when exec maps a page
    Matthew Dillon 
    dillon at crater.dragonflybsd.org
       
    Tue Nov 15 20:35:34 PST 2011
    
    
  
commit d149178e7e2d1f34de5b2caedf7ca999e8869a5a
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date:   Tue Nov 15 20:33:18 2011 -0800
    kernel - Fix VM page race when exec maps a page
    
    * When vm_page_grab() is called with VM_ALLOC_RETRY allow failures due to
      page races and retry automatically.
Summary of changes:
 sys/vm/vm_page.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/d149178e7e2d1f34de5b2caedf7ca999e8869a5a
-- 
DragonFly BSD source repository
    
    
More information about the Commits
mailing list