Re: [PATCH net-next] vsock/test: add a final full barrier after run all tests
From: Paolo Abeni <pabeni@redhat.com>
Date: 2025-12-30 11:08:49
Also in:
lkml, virtualization
From: Paolo Abeni <pabeni@redhat.com>
Date: 2025-12-30 11:08:49
Also in:
lkml, virtualization
On 12/23/25 5:22 PM, Stefano Garzarella wrote:
From: Stefano Garzarella <sgarzare@redhat.com> If the last test fails, the other side still completes correctly, which could lead to false positives. Let's add a final barrier that ensures that the last test has finished correctly on both sides, but also that the two sides agree on the number of tests to be performed. Signed-off-by: Stefano Garzarella <sgarzare@redhat.com>
Net-next is currently closed; still this looks material suitable for 'net', with a proper Fixes tag. Please repost for net if you agree. Thanks, Paolo