Skip to content

Commit

Permalink
Add 6.8 to supported kernels
Browse files Browse the repository at this point in the history
This needed the dcache/mount updates for for_each_mount() and
path_lookup().

Signed-off-by: Omar Sandoval <[email protected]>
  • Loading branch information
osandov committed Feb 27, 2024
1 parent ec4a626 commit aaf4414
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/support_matrix.rst
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ currently fully supported are:

.. Keep this in sync with vmtest/config.py.
- 6.0-6.7
- 6.0-6.8
- 5.10-5.19
- 5.4
- 4.19
Expand Down
1 change: 1 addition & 0 deletions vmtest/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
# Kernel versions that we run tests on and therefore support. Keep this in sync
# with docs/support_matrix.rst.
SUPPORTED_KERNEL_VERSIONS = (
"6.8",
"6.7",
"6.6",
"6.5",
Expand Down

0 comments on commit aaf4414

Please sign in to comment.