Hello:
This patch was applied to netdev/net.git (main) by Jakub Kicinski kuba@kernel.org:
On Wed, 05 Nov 2025 07:59:19 -0800 you wrote:
From: Bobby Eshleman bobbyeshleman@meta.com
Sometimes VMs will have some intermittent dmesg warnings that are unrelated to vsock. Change the dmesg parsing to filter on strings containing 'vsock' to avoid false positive failures that are unrelated to vsock. The downside is that it is possible for some vsock related warnings to not contain the substring 'vsock', so those will be missed.
[...]
Here is the summary with links: - [net,v2] selftests/vsock: avoid false-positives when checking dmesg https://git.kernel.org/netdev/net/c/3534e03e0ec2
You are awesome, thank you!