git: kernel - Fix exec optimization race

Matthew Dillon dillon at crater.dragonflybsd.org
Wed Nov 5 11:07:44 PST 2014


commit 95d468dbbc19ae387ad463ff51980d745c772609
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date:   Wed Nov 5 11:04:11 2014 -0800

    kernel - Fix exec optimization race
    
    * Fix an improper vm_page_unhold() in exec_map_page() which
      under heavy memory loads can cause a later assertion
      on m->hold_count == 0.
    
    * Triggered every few days by bulk builds on pkgbox64.

Summary of changes:
 sys/kern/kern_exec.c | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/95d468dbbc19ae387ad463ff51980d745c772609


-- 
DragonFly BSD source repository



More information about the Commits mailing list