[PATCH 0/2] Error-handling fixes for passt

Peter Foley posted 2 patches 1 month, 2 weeks ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20260223-passt-v1-0-101c6ba1c88a@google.com
Maintainers: Jason Wang <jasowang@redhat.com>
There is a newer version of this series
net/passt.c | 17 ++++++++++++++---
1 file changed, 14 insertions(+), 3 deletions(-)
[PATCH 0/2] Error-handling fixes for passt
Posted by Peter Foley 1 month, 2 weeks ago
Some fixes for passt error handling that showed up when
trying to enable support with an internal Google framework.

Signed-off-by: Peter Foley <pefoley@google.com>
---
Peter Foley (2):
      Only kill passt if it wrote a pidfile
      Don't try to read the pidfile if passt got a signal

 net/passt.c | 17 ++++++++++++++---
 1 file changed, 14 insertions(+), 3 deletions(-)
---
base-commit: afe653676dc6dfd49f0390239ff90b2f0052c2b8
change-id: 20260223-passt-0708603dc495

Best regards,
-- 
Peter Foley <pefoley@google.com>
Re: [PATCH 0/2] Error-handling fixes for passt
Posted by Jason Wang 1 month, 1 week ago
Adding Laurent.

On Tue, Feb 24, 2026 at 5:52 AM Peter Foley <pefoley@google.com> wrote:
>
> Some fixes for passt error handling that showed up when
> trying to enable support with an internal Google framework.
>
> Signed-off-by: Peter Foley <pefoley@google.com>
> ---
> Peter Foley (2):
>       Only kill passt if it wrote a pidfile
>       Don't try to read the pidfile if passt got a signal
>
>  net/passt.c | 17 ++++++++++++++---
>  1 file changed, 14 insertions(+), 3 deletions(-)
> ---
> base-commit: afe653676dc6dfd49f0390239ff90b2f0052c2b8
> change-id: 20260223-passt-0708603dc495
>
> Best regards,
> --
> Peter Foley <pefoley@google.com>
>