From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by passt.top (Postfix) with ESMTP id B6F0C5A026F for ; Wed, 16 Aug 2023 18:42:03 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1692204122; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=q68/Ac6uCQg2+XFI+1ceWI+0sJL2e/SCG6qOMVZgSO0=; b=WlLNGYRn6melfmMj6AhJhRfbmQffXxYcjuvyN3UQoHzj+y5R7RDjjtwWEQO9YiDfVJbtnA rh76IEn1JMlQaNmevSPZ6JJiz/q6SYE5An2Q1uD1y15T0O4B/0JBNvy8jygVAIvvKKThQr sznqWK1cg9Wfrl2liHMmFZKfcf9Y+Hc= Received: from mimecast-mx02.redhat.com (66.187.233.73 [66.187.233.73]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-342-E8BoqproO3ikOcd4MgRMWw-1; Wed, 16 Aug 2023 12:42:01 -0400 X-MC-Unique: E8BoqproO3ikOcd4MgRMWw-1 Received: from smtp.corp.redhat.com (int-mx07.intmail.prod.int.rdu2.redhat.com [10.11.54.7]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id A701A1C06ED7; Wed, 16 Aug 2023 16:42:00 +0000 (UTC) Received: from elisabeth (unknown [10.39.208.5]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 01D17140E962; Wed, 16 Aug 2023 16:41:59 +0000 (UTC) Date: Wed, 16 Aug 2023 18:41:49 +0200 From: Stefano Brivio To: David Gibson Subject: Re: [PATCH 0/3] pasta: Don't propagate host address lifetimes to the container Message-ID: <20230816184149.6bc32c6f@elisabeth> In-Reply-To: <20230815035129.1942905-1-david@gibson.dropbear.id.au> References: <20230815035129.1942905-1-david@gibson.dropbear.id.au> Organization: Red Hat MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.1 on 10.11.54.7 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Message-ID-Hash: QW6PTSP2GXPUWR5RPWTPYXVSMOCRIFP3 X-Message-ID-Hash: QW6PTSP2GXPUWR5RPWTPYXVSMOCRIFP3 X-MailFrom: sbrivio@redhat.com 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: passt-dev@passt.top 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: On Tue, 15 Aug 2023 13:51:26 +1000 David Gibson wrote: > 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 Applied. -- Stefano