Home
last modified time | relevance | path

Searched hist:"721 e9089" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/net/mptcp/
H A Dprotocol.c721e9089 Tue Jul 28 17:12:10 CDT 2020 Mat Martineau <mathew.j.martineau@linux.intel.com> mptcp: Safely store sequence number when sending data

The MPTCP socket's write_seq member can be read without the msk lock
held, so use WRITE_ONCE() to store it.

Signed-off-by: Mat Martineau <mathew.j.martineau@linux.intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
721e9089 Tue Jul 28 17:12:10 CDT 2020 Mat Martineau <mathew.j.martineau@linux.intel.com> mptcp: Safely store sequence number when sending data

The MPTCP socket's write_seq member can be read without the msk lock
held, so use WRITE_ONCE() to store it.

Signed-off-by: Mat Martineau <mathew.j.martineau@linux.intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>