public inbox for passt-dev@passt.top
 help / color / mirror / code / Atom feed
From: David Gibson <david@gibson.dropbear.id.au>
To: passt-dev@passt.top, Stefano Brivio <sbrivio@redhat.com>
Cc: David Gibson <david@gibson.dropbear.id.au>
Subject: [PATCH 0/4] RFC: bind() migrated connections in repair mode
Date: Wed,  2 Apr 2025 14:13:15 +1100	[thread overview]
Message-ID: <20250402031319.3722260-1-david@gibson.dropbear.id.au> (raw)

Downstream testing recently discovered that inbound connections can't
be migrated properly, because the new socket gets an address conflict
with its corresponding listening socket.  It turns out this can be
avoided by delaying bind() until after we're already in repair mode.

Patch 4/4 is the actual fix here.  Patch 3/4 adds a test program
checking the behaviour to doc/platform-requirements.  Patches 1 & 2
fix minor problems I spotted in doc/platform-requirements writing 3/4.
Only 4/4 will need to be backported.

David Gibson (4):
  platform requirements: Fix clang-tidy warning
  platform requirements: Add attributes to die() function
  platform requirements: Add test for address conflicts with TCP_REPAIR
  migrate, tcp: bind() migrated sockets in repair mode

 doc/platform-requirements/.gitignore          |   1 +
 doc/platform-requirements/Makefile            |   4 +-
 doc/platform-requirements/common.h            |   1 +
 doc/platform-requirements/listen-vs-repair.c  | 128 ++++++++++++++++++
 .../reuseaddr-priority.c                      |   6 +-
 tcp.c                                         |  38 ++++--
 6 files changed, 162 insertions(+), 16 deletions(-)
 create mode 100644 doc/platform-requirements/listen-vs-repair.c

-- 
2.49.0


             reply	other threads:[~2025-04-02  3:13 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-04-02  3:13 David Gibson [this message]
2025-04-02  3:13 ` [PATCH 1/4] platform requirements: Fix clang-tidy warning David Gibson
2025-04-02  3:13 ` [PATCH 2/4] platform requirements: Add attributes to die() function David Gibson
2025-04-02  3:13 ` [PATCH 3/4] platform requirements: Add test for address conflicts with TCP_REPAIR David Gibson
2025-04-02  3:13 ` [PATCH 4/4] migrate, tcp: bind() migrated sockets in repair mode David Gibson
2025-04-02  7:00 ` [PATCH 0/4] RFC: bind() migrated connections " Stefano Brivio

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20250402031319.3722260-1-david@gibson.dropbear.id.au \
    --to=david@gibson.dropbear.id.au \
    --cc=passt-dev@passt.top \
    --cc=sbrivio@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://passt.top/passt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for IMAP folder(s).