[LTP] [PATCH v2] lib: Check minimal supported kernel version

Andrea Cervesato andrea.cervesato@suse.com
Fri Sep 11 08:41:55 CEST 2026


Hi,

> +
> +	if (tst_kvercmp(v1, v2, v3) < 0)
> +		tst_brk(TWARN, "Kernel is older than minimal supported %s", TST_MIN_KVER);
> +}

@Cyril @Petr I'm wondering if this should be tst_res(TWARN, ..) instead.

--
Andrea Cervesato
SUSE QE Automation Engineer Linux
andrea.cervesato@suse.com


More information about the ltp mailing list