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

Sepherosa Ziehau sephe at crater.dragonflybsd.org
Sat Jun 8 19:47:07 PDT 2013


commit 0b405e3a3915510e95d5462f8be846bf275fef32
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/0b405e3a3915510e95d5462f8be846bf275fef32


-- 
DragonFly BSD source repository



More information about the Commits mailing list