From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 34D3C322B72; Mon, 12 Jan 2026 21:00:24 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1768251626; cv=none; b=kQX1BeF0VBjpyOSvanHUlrY0icrY6Og+KrrqQeO4osZHD2mU7qHz+XKs+HpPRDeB4oYnz8niaKsi6IGmLrrH08hJiGraL0XmIGwk0ASa4Y46EsDbcoBCtq3ZVw9w/uvVYbRLVH33ueSXucoz6n3tMkZyhJC+Rrlk9VqvyE2q1Dg= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1768251626; c=relaxed/simple; bh=1dfEkIxCgWAtp/rUjtHrnLOGU8vakAdMtVZFS867zsE=; h=Content-Type:MIME-Version:Subject:From:Message-Id:Date:References: In-Reply-To:To:Cc; b=fz7VPyrIO94bhJrzbEMMN2byxkRb2grx4Ak7kxzjUVZClcduMnn9JFwGHe4CY1FnoRyfOg1YJIzBQ2F+qP041I7IeeCpH5fQC9ixllBpBLK2gmAdwmjS+d4wEc74FvlgkWeIs9d9CqqPwERzcfNotPNOcurZcsDZR45gld6Xd8U= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=qtgNnn2/; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="qtgNnn2/" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 5D42AC19421; Mon, 12 Jan 2026 21:00:24 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1768251624; bh=1dfEkIxCgWAtp/rUjtHrnLOGU8vakAdMtVZFS867zsE=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=qtgNnn2/9dW1SBQERQ8x+3KqCfWVk5+JRekGd0ZW5T4beeD5GU73OUKZiJeMJLH74 18dykCr9Dqil5ZHqvoHtb3wE+05yGBG6qZ6+EEtUMyAmEFwjVyY1/4oEgwIHdiZ8am WbqL4qs3Puq4KywVpL6yM6d4LNZmBcUcASaIMbDO3vUuRylgPhA1MseQdxhtWDFtyG +6J3sgVAYHHsK1j1FB88r8Wg2es1NTiNjCT8UiL/RNclJ9rfiJzE6/TFFbrWOMqHRR gw0UMbF8vlCtjwVumisezJykUMY6BwiNV16jfUfBUu0E2d2vKKBFN0tDjdd7tviRiN 2X9zDE3/apgOw== Received: from [10.30.226.235] (localhost [IPv6:::1]) by aws-us-west-2-korg-oddjob-rhel9-1.codeaurora.org (Postfix) with ESMTP id 7884A380CFD5; Mon, 12 Jan 2026 20:56:59 +0000 (UTC) Content-Type: text/plain; charset="utf-8" Precedence: bulk X-Mailing-List: virtualization@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH net v2] vsock/test: add a final full barrier after run all tests From: patchwork-bot+netdevbpf@kernel.org Message-Id: <176825141802.1092878.8585699875911614513.git-patchwork-notify@kernel.org> Date: Mon, 12 Jan 2026 20:56:58 +0000 References: <20260108114419.52747-1-sgarzare@redhat.com> In-Reply-To: <20260108114419.52747-1-sgarzare@redhat.com> To: Stefano Garzarella Cc: netdev@vger.kernel.org, virtualization@lists.linux.dev, davem@davemloft.net, stefanha@redhat.com, linux-kernel@vger.kernel.org, leonardi@redhat.com Hello: This patch was applied to netdev/net.git (main) by Jakub Kicinski : On Thu, 8 Jan 2026 12:44:19 +0100 you wrote: > From: Stefano Garzarella > > 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. > > [...] Here is the summary with links: - [net,v2] vsock/test: add a final full barrier after run all tests https://git.kernel.org/netdev/net/c/c39a6a277e0e You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html