Skip to content

Commit

Permalink
Add 6.11 to supported kernels
Browse files Browse the repository at this point in the history
s390x support was broken entirely on 6.10 and 6.11 until Linux kernel
commit 1642285e511c ("s390/boot: Fix KASLR base offset off by
__START_KERNEL bytes") (in v6.11-rc5). That fix is also being backported
to 6.10-stable. After that fix, virtual address translation is still
broken on s390x on Linux >= 6.10. Make note of that.

Other than that, 6.11 didn't need any updates.

Signed-off-by: Omar Sandoval <[email protected]>
  • Loading branch information
osandov committed Aug 27, 2024
1 parent eab8564 commit 882bd9a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/support_matrix.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ of this support is:
* - s390x
- ✓
- ✓
- ✓
- ✓ (currently broken on Linux ≥ 6.10)
* - ppc64
- ✓
- ✓
Expand Down Expand Up @@ -70,7 +70,7 @@ currently fully supported are:

.. Keep this in sync with vmtest/config.py.
- 6.0-6.10
- 6.0-6.11
- 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.11",
"6.10",
"6.9",
"6.8",
Expand Down

0 comments on commit 882bd9a

Please sign in to comment.