diff options
| author | Bobby Eshleman <bobbyeshleman@meta.com> | 2026-06-12 12:08:41 -0700 |
|---|---|---|
| committer | Jakub Kicinski <kuba@kernel.org> | 2026-06-15 12:52:01 -0700 |
| commit | 197503d5ac82a911db3c90e973c1c2c6ddb6020d (patch) | |
| tree | 23b956cb8ed32d6b8e428fdbcdf00c3a54e09429 /include/linux/timerqueue.h | |
| parent | 8ac44d24c3a148c4177bd3ad790c377279f4674f (diff) | |
selftests/vsock: accept vng 1.33 or >= 1.36
The current vng version check uses a discrete allowlist of "1.33",
"1.36", and "1.37", which forces a script update on every new release
even though all post-1.36 releases work.
Replace the discrete list with: "1.33", or any version >= 1.36. 1.34
and 1.35 are skipped because they were not tested. Add a version_lt()
helper that compares MAJOR.MINOR numerically, so the check reads as a
straightforward version comparison.
Signed-off-by: Bobby Eshleman <bobbyeshleman@meta.com>
Link: https://patch.msgid.link/20260612-vsock-test-update-v1-1-7d7eeed3ac8f@meta.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'include/linux/timerqueue.h')
0 files changed, 0 insertions, 0 deletions
