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=JGY8X1Qx; dkim-atps=neutral Received: from mail.ozlabs.org (mail.ozlabs.org [IPv6:2404:9400:2221:ea00::3]) by passt.top (Postfix) with ESMTPS id 2C2695A0275 for ; Tue, 04 Feb 2025 06:42:21 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gibson.dropbear.id.au; s=202502; t=1738647727; bh=3QWqKJj7GoAlunp1+iev2ViozU4gAAAqRYCt7zdfk0U=; h=From:To:Cc:Subject:Date:From; b=JGY8X1QxmaWKqfImwJJ0A7AE09VXg564AVQDzgeImTVK+YdC1XdR/0w9HGbxhYoRR H2387nuIB9qCDzlROyrXwDpmix+yKFtwR6yDtYmJs/5/iw+zFWG+/OxlDD2WSIT0S3 jzijEFSl9P/cy7YpQmXHZNxegJ11P6c6dbDWrWSS00XxvF6KnvjBoVtBRSL/V/lA4x abKKOfQGi9rk6RvsKU/zImIOtOH9ttSfvGh7Yv+62NKiMfFgVmOoK8PQAXMIxOOdpp XOG8teBseZmSV01MLnYVMv7smFJwS6xkfifqeFhNAt/mLgUQOCR1if8joYMgW1NlW6 qo7utD3vpLG4Q== Received: by gandalf.ozlabs.org (Postfix, from userid 1007) id 4YnC1C23D3z4wnp; Tue, 4 Feb 2025 16:42:07 +1100 (AEDT) From: David Gibson To: passt-dev@passt.top, Stefano Brivio Subject: [PATCH v2 0/3] Further migration fixes Date: Tue, 4 Feb 2025 16:42:12 +1100 Message-ID: <20250204054215.644811-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: K563K63OUTSZB3RPJIGVKRUZ4MEYP7MA X-Message-ID-Hash: K563K63OUTSZB3RPJIGVKRUZ4MEYP7MA 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: Here is some more work on the migration stuff. Two of these are fixes, alas, for the already merged "safe" patches. Then there's some extra debugging. David Gibson (3): migrate: Fix several errors with passt-repair migrate, tcp: Report more error conditions during connection repair tcp: Simplify handling of getsockname() .gitignore | 1 + Makefile | 2 +- passt-repair.c | 2 +- tcp.c | 35 ++++++++++++++++------------------- 4 files changed, 19 insertions(+), 21 deletions(-) -- 2.48.1