scripts: Remove pre-3.10 kernel support

Reject unsupported kernel versions before download or patch generation.
Remove 2.x paths, RHEL 5/6 and Scientific Linux repositories, and
compatibility branches that cannot run with the Linux 3.10 minimum.

Keep the maintained ABT_KERNELS matrix unchanged.
This commit is contained in:
Gleb Chesnokov
2026-08-21 19:58:59 +03:00
parent f6ae51b613
commit 2b1dc822e8
5 changed files with 36 additions and 227 deletions
+1
View File
@@ -236,6 +236,7 @@ fi
# Strip patch level from the kernel version number.
full_kver="$1"
check_kernel_version "$full_kver" || exit $?
kver="$(kernel_version "${full_kver}")"
krel=${full_kver/^*}