scst: Add RHEL 8.10 and 9.6 kernel support

Add compatibility for RHEL 8.10 and RHEL 9.6 kernels. Update nightly build
and regression test configs, and adjust version checks in the codebase
to handle changes in these new RHEL kernel releases.
This commit is contained in:
Gleb Chesnokov
2025-05-26 16:17:46 +03:00
parent ac41d325f3
commit 44bd290fea
6 changed files with 28 additions and 11 deletions

View File

@@ -35,12 +35,14 @@ jobs:
'4.9.337',
'3.18.140',
'3.10.108',
'5.14.0-570.12.1.el9_6^AlmaLinux^9.6',
'5.14.0-503.40.1.el9_5^AlmaLinux^9.5',
'5.14.0-427.42.1.el9_4^AlmaLinux^9.4',
'5.14.0-362.24.1.el9_3^AlmaLinux^9.3',
'5.14.0-284.30.1.el9_2^AlmaLinux^9.2',
'5.14.0-162.23.1.el9_1^AlmaLinux^9.1',
'5.14.0-70.30.1.el9_0^AlmaLinux^9.0',
'4.18.0-553.53.1.el8_10^AlmaLinux^8.10',
'4.18.0-513.24.1.el8_9^AlmaLinux^8.9',
'4.18.0-477.13.1.el8_8^AlmaLinux^8.8',
'4.18.0-425.19.2.el8_7^AlmaLinux^8.7',