summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@arm.com>2023-11-01 17:26:59 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-11-06 22:52:27 +0000
commit8f860dc46c07285c94d0b90bea8a9cf00f759f8d (patch)
tree806e3f6c97750dc089bf4cc35de8fcd99af9bdd2 /documentation
parent54d900ab6dab5318b16cc386b785522153e4fe97 (diff)
downloadpoky-8f860dc46c07285c94d0b90bea8a9cf00f759f8d.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>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/migration-guides/release-notes-4.3.rst9
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