mirror of
https://github.com/JakeHillion/drgn.git
synced 2024-12-22 01:03:07 +00:00
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:
parent
b75b66b773
commit
2857739f59
@ -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
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user