From 2857739f59eb9f07c9791448ad474b10aa930db3 Mon Sep 17 00:00:00 2001 From: Omar Sandoval Date: Wed, 5 Jun 2024 15:36:19 -0700 Subject: [PATCH] Add 6.10 to supported kernels for_each_disk() and PageSlab() needed to be updated. Signed-off-by: Omar Sandoval --- docs/support_matrix.rst | 2 +- vmtest/config.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/support_matrix.rst b/docs/support_matrix.rst index 5792ab74..1eda070a 100644 --- a/docs/support_matrix.rst +++ b/docs/support_matrix.rst @@ -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 diff --git a/vmtest/config.py b/vmtest/config.py index bbe7d517..3e34e41a 100644 --- a/vmtest/config.py +++ b/vmtest/config.py @@ -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",