From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from gandalf.ozlabs.org (gandalf.ozlabs.org [150.107.74.76]) by passt.top (Postfix) with ESMTPS id 0C0FA5A0275 for ; Tue, 15 Aug 2023 05:51:39 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gibson.dropbear.id.au; s=201602; t=1692071493; bh=eYjUbQv5HenzWj0sc5RqR4FkSGIOty4V5Kb4rWw9Gjs=; h=From:To:Cc:Subject:Date:From; b=Xi/wFo9/3BIHRtQaJbApXSP1YdY8ht6RSRM1iuyrfTUOhkHqpAe4GgfHhVDccB+M8 j6IGMMfhe1M9W7yKSTQylR4iJ4aNN3eY57WrW3vfD45H9A1ELeU/XumHffjMIDZleL rDtpnE8NperW4md+qi8Dgax/2xXFhACpeer5r0rs= Received: by gandalf.ozlabs.org (Postfix, from userid 1007) id 4RPy4P1W2Gz4wxK; Tue, 15 Aug 2023 13:51:33 +1000 (AEST) From: David Gibson To: Stefano Brivio , passt-dev@passt.top Subject: [PATCH 0/3] pasta: Don't propagate host address lifetimes to the container Date: Tue, 15 Aug 2023 13:51:26 +1000 Message-ID: <20230815035129.1942905-1-david@gibson.dropbear.id.au> X-Mailer: git-send-email 2.41.0 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-ID-Hash: WBPALQ6MFYA5UVCJK3JIATBC7JD4YSNQ X-Message-ID-Hash: WBPALQ6MFYA5UVCJK3JIATBC7JD4YSNQ 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: We realized in yesterday's call that podman issue 19405 could be explained by the fact that along with other attributes we're copying the lifetime of host addresses to the container. Here is a fix for that bug, along with a couple of other small fixes to the netlink code I noticed as I was making it. Link: https://github.com/containers/podman/issues/19405 Link: https://bugs.passt.top/show_bug.cgi?id=70 David Gibson (3): netlink: Remove redundant check on nlmsg_type netlink: Correctly calculate attribute length for address messages netlink: Don't propagate host address expiry to the container netlink.c | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) -- 2.41.0