]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commitdiff
Merge branch 'sctp-prsctp-chunk-fixes'
authorDavid S. Miller <davem@davemloft.net>
Fri, 1 Dec 2017 20:06:31 +0000 (15:06 -0500)
committerDavid S. Miller <davem@davemloft.net>
Fri, 1 Dec 2017 20:06:31 +0000 (15:06 -0500)
Xin Long says:

====================
sctp: a couple of fixes for chunks abandoned in prsctp

Now when abandoning chunks in prsctp, it doesn't consider for frags in
one msg, which would cause peer can never receive the whole frags for
one msg to get them reassembled, these pieces of this msg will stay in
the reasm queue forever and block the following chunks' receiving.

This patchset is to fix them in patch 2 and 3, and also fix another
issue for prsctp in patch 1.
====================

Acked-by: Neil Horman <nhorman@tuxdriver.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

Trivial merge