]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'mptcp-Fix-for-32-bit-DATA_FIN'
authorDavid S. Miller <davem@davemloft.net>
Wed, 30 Sep 2020 01:16:09 +0000 (18:16 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 30 Sep 2020 01:16:09 +0000 (18:16 -0700)
commit832663b93f7e1178a3f0e4363909a2961b2e74f0
tree59f8d418675ec25404f4504dbad9b71c8e253b43
parent2339eea4c9f66e9278667974870ebd6913c6b77a
parente4a65f558b183eec614d840bbe3845a6e5e7ebb8
Merge branch 'mptcp-Fix-for-32-bit-DATA_FIN'

Mat Martineau says:

====================
mptcp: Fix for 32-bit DATA_FIN

The main fix is contained in patch 2, and that commit message explains
the issue with not properly converting truncated DATA_FIN sequence
numbers sent by the peer.

With patch 2 adding an unlocked read of msk->ack_seq, patch 1 cleans up
access to that data with READ_ONCE/WRITE_ONCE.

This does introduce two merge conflicts with net-next, but both have
straightforward resolution. Patch 1 modifies a line that got removed in
net-next so the modification can be dropped when merging. Patch 2 will
require a trivial conflict resolution for a modified function
declaration.
====================

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