diff options
author | 2023-11-01 17:26:59 +0000 | |
---|---|---|
committer | 2023-11-03 15:30:31 +0100 | |
commit | 45b67c5a37d560738037478b28cb7eb3d2f8e966 (patch) | |
tree | 9171cedbd734862e157ea1af8eb9180270f5591a | |
parent | b7efe7984f9bd62891dc72a6763a6a5935454fdf (diff) | |
download | yocto-docs-45b67c5a37d560738037478b28cb7eb3d2f8e966.tar.gz |
migration-guides: add kernel notes
Signed-off-by: Ross Burton <ross.burton@arm.com>
Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
-rw-r--r-- | documentation/migration-guides/release-notes-4.3.rst | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/documentation/migration-guides/release-notes-4.3.rst b/documentation/migration-guides/release-notes-4.3.rst index a8febabcab..4da23837a2 100644 --- a/documentation/migration-guides/release-notes-4.3.rst +++ b/documentation/migration-guides/release-notes-4.3.rst @@ -67,6 +67,15 @@ New Features / Enhancements in 4.3 - Kernel-related enhancements: + - The default kernel is the current stable (6.5), and there is also support + for the latest long-term release (6.1). + + - The list of fixed kernel CVEs is updated regularly using data from + `linuxkernelcves.com <https://linuxkernelcves.com>`__. + + - A ``showconfig`` task was added to the :ref:`ref-classes-cml1` class, to + easily examine the final generated ``.config`` file. + - New core recipes: - ``musl-legacy-error``: glibc ``error()`` API implementation still needed |