From: Eric Dumazet Date: Wed, 8 Apr 2015 22:34:04 +0000 (-0700) Subject: tcp: do not rearm rsk_timer on FastOpen requests X-Git-Tag: omap-for-v4.1/fixes-rc1~141^2~43 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dd929c1b3df94a7236c637fe294f04653d07b0d5;p=pandora-kernel.git tcp: do not rearm rsk_timer on FastOpen requests FastOpen requests are not like other regular request sockets. They do not yet use rsk_timer : tcp_fastopen_queue_check() simply manually removes one expired request from fastopenq->rskq_rst list. Therefore, tcp_check_req() must not call mod_timer_pending(), otherwise we crash because rsk_timer was not initialized. Fixes: fa76ce7328b ("inet: get rid of central tcp/dccp listener timer") Signed-off-by: Eric Dumazet Signed-off-by: Yuchung Cheng Signed-off-by: David S. Miller --- Reading git-diff-tree failed