]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'sctp-bad-revert'
authorDavid S. Miller <davem@davemloft.net>
Mon, 3 May 2021 20:30:04 +0000 (13:30 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 3 May 2021 20:30:04 +0000 (13:30 -0700)
commit5541761ceec724f003956429db8d71d2153206e9
tree67326d26be0f34e89364ae82815ec6de6da3bdf9
parent8dc402ba431c2ca6d36e56c794a8194fe972953b
parentf8800080f2fdadcee1342cbb273c6adb296e1469
Merge branch 'sctp-bad-revert'

Xin Long says:

====================
sctp: fix the incorrect revert

commit a18e875b2f47 ("sctp: do asoc update earlier in
sctp_sf_do_dupcook_a") only keeps the SHUTDOWN and
COOKIE-ACK with the same asoc, not transport.

So instead of revert commit 55a1670c1c57 ("sctp: Fix bundling
of SHUTDOWN with COOKIE-ACK"), we should revert b53bcdd57ffe
("sctp: Fix SHUTDOWN CTSN Ack in the peer restart case").
====================

Signed-off-by: David S. Miller <davem@davemloft.net>