diff options
author | Ross Burton <ross.burton@arm.com> | 2023-11-01 17:26:59 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-11-06 22:52:32 +0000 |
commit | 52fa1a3c526e2fa98509d2b4ab7863002487895d (patch) | |
tree | 0d704dec1b56686b6ed85e29263b920a84771bc0 | |
parent | 14d33f1d2ef1b165db1130212dd7d5db84cf2502 (diff) | |
download | poky-52fa1a3c526e2fa98509d2b4ab7863002487895d.tar.gz |
migration-guides: add kernel notes
(From yocto-docs rev: 45b67c5a37d560738037478b28cb7eb3d2f8e966)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-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 | |||
67 | 67 | ||
68 | - Kernel-related enhancements: | 68 | - Kernel-related enhancements: |
69 | 69 | ||
70 | - The default kernel is the current stable (6.5), and there is also support | ||
71 | for the latest long-term release (6.1). | ||
72 | |||
73 | - The list of fixed kernel CVEs is updated regularly using data from | ||
74 | `linuxkernelcves.com <https://linuxkernelcves.com>`__. | ||
75 | |||
76 | - A ``showconfig`` task was added to the :ref:`ref-classes-cml1` class, to | ||
77 | easily examine the final generated ``.config`` file. | ||
78 | |||
70 | - New core recipes: | 79 | - New core recipes: |
71 | 80 | ||
72 | - ``musl-legacy-error``: glibc ``error()`` API implementation still needed | 81 | - ``musl-legacy-error``: glibc ``error()`` API implementation still needed |