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

Peter Foley posted 2 patches 1 month, 1 week ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20260305-passt-v2-0-f0582198afc0@google.com
Maintainers: Jason Wang <jasowang@redhat.com>
net/passt.c | 17 ++++++++++++++---
1 file changed, 14 insertions(+), 3 deletions(-)
[PATCH v2 0/2] Error-handling fixes for passt
Posted by Peter Foley 1 month, 1 week 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>
---
Changes in v2:
- Fixed indentation.
- Added Reviewed-By.
- Link to v1: https://lore.kernel.org/qemu-devel/20260223-passt-v1-0-101c6ba1c88a@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 v2 0/2] Error-handling fixes for passt
Posted by Philippe Mathieu-Daudé 1 month ago
On 5/3/26 17:04, Peter Foley wrote:

> Peter Foley (2):
>        Only kill passt if it wrote a pidfile
>        Don't try to read the pidfile if passt got a signal

I'll queue these via my hw-misc tree, thanks.