As vng has continued updating, there have been two things in our selftests that have been affected. One is that newer versions always emit the vng version warning, and two is that we have a workaround that is not needed in newer versions.
This series just updates the version handling to allow all newer versions without warning and version-gates the workaround to only those versions that don't have the commit that fixed the root cause. Additionally, we add function for comparing major.minor versions which is used in both patches. Signed-off-by: Bobby Eshleman <[email protected]> --- Bobby Eshleman (2): selftests/vsock: accept vng 1.33 or >= 1.36 selftests/vsock: skip vng setsid workaround on >= 1.41 tools/testing/selftests/vsock/vmtest.sh | 47 +++++++++++++++++++++------------ 1 file changed, 30 insertions(+), 17 deletions(-) --- base-commit: dfcc2ff12925d99e858eaf539eaa4aaaf81fe2a6 change-id: 20260612-vsock-test-update-fcae9ffced52 Best regards, -- Bobby Eshleman <[email protected]>

