public inbox for passt-dev@passt.top
 help / color / mirror / code / Atom feed
* [PATCH 0/3] pasta: Don't propagate host address lifetimes to the container
@ 2023-08-15  3:51 David Gibson
  2023-08-15  3:51 ` [PATCH 1/3] netlink: Remove redundant check on nlmsg_type David Gibson
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: David Gibson @ 2023-08-15  3:51 UTC (permalink / raw)
  To: Stefano Brivio, passt-dev; +Cc: David Gibson

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


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2023-08-16 16:42 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-08-15  3:51 [PATCH 0/3] pasta: Don't propagate host address lifetimes to the container David Gibson
2023-08-15  3:51 ` [PATCH 1/3] netlink: Remove redundant check on nlmsg_type David Gibson
2023-08-15  3:51 ` [PATCH 2/3] netlink: Correctly calculate attribute length for address messages David Gibson
2023-08-15  3:51 ` [PATCH 3/3] netlink: Don't propagate host address expiry to the container David Gibson
2023-08-16 16:41 ` [PATCH 0/3] pasta: Don't propagate host address lifetimes " Stefano Brivio

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).