MPTCP Linux Development
 help / color / mirror / Atom feed
* [PATCH mptcp-net 0/4] mptcp: a bunch of data race fixes
@ 2023-05-17 11:35 Paolo Abeni
  2023-05-17 11:35 ` [PATCH mptcp-net 1/4] mptcp: add annotations around msk->subflow accesses Paolo Abeni
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Paolo Abeni @ 2023-05-17 11:35 UTC (permalink / raw)
  To: mptcp; +Cc: Christoph Paasch

The first 2 patches are direct response to recently reported KCSAN
splat.

The later 2 are just by code inspection of related code path. Patch 3/4
is there mostly to make the next one simple, even if the race mentioned
in such patch should be real (but very tiny, if possible at all).

Paolo Abeni (4):
  mptcp: add annotations around msk->subflow accesses
  mptcp: consolidate passive msk socket initialization
  mptcp: fix data race around msk->first access
  mptcp: add annotations around sk->sk_shutdown accesses

 net/mptcp/protocol.c | 86 ++++++++++++++++++++++++++++----------------
 net/mptcp/protocol.h | 14 +++++---
 net/mptcp/subflow.c  | 28 +--------------
 3 files changed, 66 insertions(+), 62 deletions(-)

-- 
2.40.1


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2023-05-17 18:27 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-05-17 11:35 [PATCH mptcp-net 0/4] mptcp: a bunch of data race fixes Paolo Abeni
2023-05-17 11:35 ` [PATCH mptcp-net 1/4] mptcp: add annotations around msk->subflow accesses Paolo Abeni
2023-05-17 11:35 ` [PATCH mptcp-net 2/4] mptcp: consolidate passive msk socket initialization Paolo Abeni
2023-05-17 14:12   ` kernel test robot
2023-05-17 18:26   ` kernel test robot
2023-05-17 11:35 ` [PATCH mptcp-net 3/4] mptcp: fix data race around msk->first access Paolo Abeni
2023-05-17 11:35 ` [PATCH mptcp-net 4/4] mptcp: add annotations around sk->sk_shutdown accesses Paolo Abeni
2023-05-17 12:05   ` mptcp: add annotations around sk->sk_shutdown accesses: Build Failure MPTCP CI
2023-05-17 13:10   ` mptcp: add annotations around sk->sk_shutdown accesses: Tests Results MPTCP CI

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox