From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: passt.top; dmarc=none (p=none dis=none) header.from=gibson.dropbear.id.au Authentication-Results: passt.top; dkim=pass (2048-bit key; secure) header.d=gibson.dropbear.id.au header.i=@gibson.dropbear.id.au header.a=rsa-sha256 header.s=202502 header.b=V+AZkztS; dkim-atps=neutral Received: from mail.ozlabs.org (gandalf.ozlabs.org [150.107.74.76]) by passt.top (Postfix) with ESMTPS id 8BB985A0276 for ; Wed, 19 Mar 2025 06:14:29 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gibson.dropbear.id.au; s=202502; t=1742361265; bh=6KMG/+dS4rSr4/pe5bVmWOSfKs1fW1TDL/PCUqoo2g0=; h=From:To:Cc:Subject:Date:From; b=V+AZkztSt6phXuqB/C5PQ/5Np976AoWYHFx7wsCFmk8WPVcqjaMLzRTgSp4RotPmw ACF+k9s7FwnyrudM8b2jNNZqtaMb1icC2l/I3e51mqL7EDrZLQ/XAAozTokbBuJnG3 aasYLbdL7TexCPkX+xXnvnAesdsyN0eTUUuNAhD8s1KJjkF0eXFif1vDtVCFxJO53n sIOxNAfmaoUJlnUMy9QQAtDBg3VL/H9AOoah9kS5FDXububVmhzjlVCL3BUh+TyEit 1yR7WN3Or7Nxv5LiD9aVcthdlFxOMw6La2dRWo4zuOgj9sWkag2Y+ZjSEcIgU4k2Uf 2YxaE+kQOfafA== Received: by gandalf.ozlabs.org (Postfix, from userid 1007) id 4ZHcMP0xFvz4x0s; Wed, 19 Mar 2025 16:14:25 +1100 (AEDT) From: David Gibson To: Stefano Brivio , passt-dev@passt.top Subject: [PATCH 0/3] Fix migration bugs Date: Wed, 19 Mar 2025 16:14:20 +1100 Message-ID: <20250319051423.2378689-1-david@gibson.dropbear.id.au> X-Mailer: git-send-email 2.48.1 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-ID-Hash: TEO272JSDHA2BJLVHZUXKDQ7AN7GJR3A X-Message-ID-Hash: TEO272JSDHA2BJLVHZUXKDQ7AN7GJR3A X-MailFrom: dgibson@gandalf.ozlabs.org X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header CC: David Gibson X-Mailman-Version: 3.3.8 Precedence: list List-Id: Development discussion and patches for passt Archived-At: Archived-At: List-Archive: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: This series addresses the migration bug I encountered with different (simulated) source and target hosts. While fixing it, I spotted another problem in the migration stream format, with the marshalling of the MSS parameter, so I fixed that as well. Because this represents a change in the migration stream format, but we don't actually bump the version until 3/3, this series should be applied "atomically" - all 3 patches, or none of them. David Gibson (3): migrate, tcp: More careful marshalling of mss parameter during migration migrate, tcp: Migrate RFC7323 timestamp migrate: Bump migration version number migrate.c | 10 ++++++--- tcp.c | 66 +++++++++++++++++++++++++++++++++++++++++++++++++++++- tcp_conn.h | 2 ++ 3 files changed, 74 insertions(+), 4 deletions(-) -- 2.48.1