Re: [PATCH net-next] sctp: recvmsg should be able to run even if sock is in closing state

2016-07-16 Thread David Miller
From: Marcelo Ricardo Leitner Date: Fri, 15 Jul 2016 16:38:19 -0300 > Commit d46e416c11c8 missed to update some other places which checked for > the socket being TCP-style AND Established state, as Closing state has > some overlapping with the previous understanding of Established. > > Without t

[PATCH net-next] sctp: recvmsg should be able to run even if sock is in closing state

2016-07-15 Thread Marcelo Ricardo Leitner
Commit d46e416c11c8 missed to update some other places which checked for the socket being TCP-style AND Established state, as Closing state has some overlapping with the previous understanding of Established. Without this fix, one of the effects is that some already queued rx messages may not be r