@@ -9,7 +9,7 @@ We are continuously validating the currently supported Firecracker releases (as
99per [ Firecracker’s release policy] ( ../docs/RELEASE_POLICY.md ) ) using a
1010combination of:
1111
12- - host linux kernel versions 4.14, 5.10, and 6.1;
12+ - host linux kernel versions 5.10, and 6.1;
1313- guest linux kernel versions 4.14, and 5.10.
1414
1515While other versions and other kernel configs might work, they are not
@@ -23,7 +23,6 @@ release only if compatibility changes are required.
2323
2424| Host kernel | Guest kernel v4.14 | Guest kernel v5.10 | Min. end of support |
2525| ----------: | :----------------: | :----------------: | ------------------: |
26- | v4.14 | Y | Y | 2021-01-22 |
2726| v5.10 | Y | Y | 2024-01-31 |
2827| v6.1 | Y | Y | 2025-10-12 |
2928
@@ -121,10 +120,6 @@ following configurations:
121120
122121## Caveats
123122
124- - When using a 4.14 host and a 5.10 guest, we disable the SVE extension in the
125- guest. This is due to the introduction of the SVE extension in Graviton3,
126- which causes the default 5.10 guest (with SVE support enabled), to crash if
127- run with a 4.14 host which does not support SVE.
128123- [ Snapshot compatibility across kernel versions] ( snapshotting/snapshot-support.md#snapshot-compatibility-across-kernel-versions )
129124- When booting with kernels that support both ACPI and legacy boot mechanisms
130125 Firecracker passes VirtIO devices to the guest twice, once through ACPI and a
0 commit comments