]> git.hungrycats.org Git - linux/commit
Merge branch 'selftests-vsock-improve-vng-version-and-quirk-handling'
authorJakub Kicinski <kuba@kernel.org>
Mon, 15 Jun 2026 19:52:03 +0000 (12:52 -0700)
committerJakub Kicinski <kuba@kernel.org>
Mon, 15 Jun 2026 19:52:03 +0000 (12:52 -0700)
commit0399e685927a4d1bc310771735b0c8780ddf1cab
tree0e78932319eae663e0435d167b664982077ceb4b
parent8ac44d24c3a148c4177bd3ad790c377279f4674f
parent9361bff6bdb743dabe69d71fa1b8be69575d5b0c
Merge branch 'selftests-vsock-improve-vng-version-and-quirk-handling'

Bobby Eshleman says:

====================
selftests/vsock: improve vng version and quirk handling

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.
-===================

Link: https://patch.msgid.link/20260612-vsock-test-update-v1-0-7d7eeed3ac8f@meta.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>