@@ -9,29 +9,29 @@ We are continuously validating the currently supported Firecracker releases (as
99per [ Firecracker’s release policy] ( ../docs/RELEASE_POLICY.md ) ) using a
1010combination of all supported host and guest kernel versions in the table below.
1111
12- While other versions and other kernel configs might work, they are not
13- periodically validated in our test suite, and using them might result in
14- unexpected behaviour. Starting with release ` v1.0 `  each major and minor release
15- will specify the supported kernel versions.
16- 
1712Once a kernel version is officially added, it is supported for a ** minimum of 2
1813years** . At least 2 major guest and host versions will be supported at any time.
1914When support is added for a third kernel version, the oldest will be deprecated
2015and removed in a following release, after its minimum end of support date.
2116
17+ ** Note**  While other versions and other kernel configs might work, they are not
18+ periodically validated in our test suite, and using them might result in
19+ unexpected behaviour. Starting with release ` v1.0 `  each major and minor release
20+ will specify the supported kernel versions.
21+ 
2222### Host Kernel  
2323
24- |  Host kernel |  Min. version |  Min. end of support | 
25- |  ----------: |  -----------: |  ------------------: | 
26- |        v5.10 |        v1.0.0 |           2024-01-31 | 
27- |         v6.1 |        v1.5.0 |           2025-10-12 | 
24+ |  Page size    |   Host kernel |  Min. version |  Min. end of support | 
25+ |  ----------: |  ----------:  |  ---------- -: |  ------------------: | 
26+ |           4K  |         v5.10 |        v1.0.0 |           2024-01-31 | 
27+ |           4K  |          v6.1 |        v1.5.0 |           2025-10-12 | 
2828
2929### Guest Kernel  
3030
31- |  Guest kernel |  Min. version |  Min. end of support | 
32- |  -----------: |  -----------: |  ------------------: | 
33- |         v5.10 |        v1.0.0 |           2024-01-31 | 
34- |          v6.1 |        v1.9.0 |           2026-09-02 | 
31+ |  Page size    |   Guest kernel |  Min. version |  Min. end of support | 
32+ |  ----------:  |  ---------- -: |  -----------: |  ------------------: | 
33+ |           4K  |          v5.10 |        v1.0.0 |           2024-01-31 | 
34+ |           4K  |           v6.1 |        v1.9.0 |           2026-09-02 | 
3535
3636The guest kernel configs used in our validation pipelines can be found
3737[ here] ( ../resources/guest_configs/ )  while a breakdown of the relevant guest
0 commit comments