All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH mptcp-net 0/2] mptcp: tentative fix for issues246 &&
@ 2023-02-08 21:44 Paolo Abeni
  2023-02-08 21:44 ` [PATCH mptcp-net 1/2] mptcp: use the workqueue to destroy unaccepted sockets Paolo Abeni
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Paolo Abeni @ 2023-02-08 21:44 UTC (permalink / raw)
  To: mptcp; +Cc: Christoph Paasch

Sharing these very early, because I can't reproduce the issues locally.
Even the commit messages are early draft.

@Christoph could you please check the relevant repros here?

I *think* there still some refcount problem to address in the new code,
any sharp eyes more then welcome ;)

Targeting -net even if bases on top of corrent mptcp-next, as
the merge window is almost imminent.

Paolo Abeni (2):
  mptcp: use the workqueue to destroy unaccepted sockets.
  mptcp: fix UaF in listener shutdown

 net/mptcp/protocol.c | 27 ++++++++-----
 net/mptcp/protocol.h |  4 +-
 net/mptcp/subflow.c  | 91 +++++---------------------------------------
 3 files changed, 28 insertions(+), 94 deletions(-)

-- 
2.39.1


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

end of thread, other threads:[~2023-02-09 18:57 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-02-08 21:44 [PATCH mptcp-net 0/2] mptcp: tentative fix for issues246 && Paolo Abeni
2023-02-08 21:44 ` [PATCH mptcp-net 1/2] mptcp: use the workqueue to destroy unaccepted sockets Paolo Abeni
2023-02-08 23:07   ` Paolo Abeni
2023-02-08 21:44 ` [PATCH mptcp-net 2/2] mptcp: fix UaF in listener shutdown Paolo Abeni
2023-02-08 23:09   ` mptcp: fix UaF in listener shutdown: Tests Results MPTCP CI
2023-02-09 18:57   ` MPTCP CI
2023-02-09  4:54 ` [PATCH mptcp-net 0/2] mptcp: tentative fix for issues246 && Christoph Paasch
2023-02-09 16:56 ` Christoph Paasch

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.