git: DragonFly_RELEASE_3_0 kernel - Do not use M_USE_INTERRUPT_RESERVE for M_NOWAIT
    Venkatesh Srinivas 
    vsrinivas at crater.dragonflybsd.org
       
    Thu Apr 12 19:59:31 PDT 2012
    
    
  
commit 2f8a6ae4817fb595681373e73e0fd86cc9467b88
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date:   Sat Mar 31 18:33:59 2012 -0700
    kernel - Do not use M_USE_INTERRUPT_RESERVE for M_NOWAIT
    
    * Redefine M_NOWAIT to not use M_USE_INTERRUPT_RESERVE.  This can result
      in mbuf exhaustion during bursts of mbuf allocations and cause kernel
      kvm expansion to assert and panic.
    
    Reported-by: sephe
Summary of changes:
 sys/sys/malloc.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/2f8a6ae4817fb595681373e73e0fd86cc9467b88
-- 
DragonFly BSD source repository
    
    
More information about the Commits
mailing list