Re: [PATCH net-next v2 04/12] selftests/vsock: avoid multi-VM pidfile collisions with QEMU
From: Bobby Eshleman
Date: Wed Nov 05 2025 - 17:42:59 EST
On Wed, Nov 05, 2025 at 03:32:18PM +0100, Stefano Garzarella wrote:
> On Tue, Nov 04, 2025 at 02:38:54PM -0800, Bobby Eshleman wrote:
> > From: Bobby Eshleman <bobbyeshleman@xxxxxxxx>
> >
[...]
> >
> > -trap cleanup EXIT
> > -
>
> Why avoiding the cleanup on exit?
> Should we mention this change in commit description?
>
Makes sense to call it out. It's removed because it just isn't needed
anymore (vm_start() callers now all terminate and cleanup the pidfiles).
I'll add more context in the message.
Best,
Bobby