git: DragonFly_RELEASE_3_4 pcb: Allow kmalloc(WAITOK) to return in in_pcballoc()

Sepherosa Ziehau sephe at crater.dragonflybsd.org
Sat Jun 8 19:48:10 PDT 2013


commit b49e0743996b6c19d891b128b3a5f1815376fe56
Author: Sepherosa Ziehau <sephe at dragonflybsd.org>
Date:   Sun Jun 9 10:45:48 2013 +0800

    pcb: Allow kmalloc(WAITOK) to return in in_pcballoc()
    
    The PCB kmalloc limit could be exceeded on local netperf TCP_CC with the
    default MSL; panic is obviously not wanted under this situation.

Summary of changes:
 sys/netinet/in_pcb.c | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/b49e0743996b6c19d891b128b3a5f1815376fe56


-- 
DragonFly BSD source repository



More information about the Commits mailing list