summaryrefslogtreecommitdiff
path: root/net/rose
diff options
context:
space:
mode:
authorEric Dumazet <edumazet@google.com>2015-04-09 01:34:04 +0300
committerDavid S. Miller <davem@davemloft.net>2015-04-09 03:19:42 +0300
commitdd929c1b3df94a7236c637fe294f04653d07b0d5 (patch)
treedf21fba4fdc2ae548c09f7b415f5c86c0433e83c /net/rose
parent82740b9ac2fbd935361c1dc770ec49b692c28e7d (diff)
downloadlinux-dd929c1b3df94a7236c637fe294f04653d07b0d5.tar.xz
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 <edumazet@google.com> Signed-off-by: Yuchung Cheng <ycheng@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/rose')
0 files changed, 0 insertions, 0 deletions