Add 6.10 to supported kernels

for_each_disk() and PageSlab() needed to be updated.

Signed-off-by: Omar Sandoval <osandov@osandov.com>
This commit is contained in:
Omar Sandoval 2024-06-05 15:36:19 -07:00
parent b75b66b773
commit 2857739f59
2 changed files with 2 additions and 1 deletions

View File

@ -70,7 +70,7 @@ currently fully supported are:
.. Keep this in sync with vmtest/config.py.
- 6.0-6.9
- 6.0-6.10
- 5.10-5.19
- 5.4
- 4.19

View File

@ -13,6 +13,7 @@ from util import NORMALIZED_MACHINE_NAME
# Kernel versions that we run tests on and therefore support. Keep this in sync
# with docs/support_matrix.rst.
SUPPORTED_KERNEL_VERSIONS = (
"6.10",
"6.9",
"6.8",
"6.7",