diff mbox series

[07/14] add kernel notes

Message ID 20231101172706.81576-8-ross.burton@arm.com
State New
Headers show
Series Release notes changes | expand

Commit Message

Ross Burton Nov. 1, 2023, 5:26 p.m. UTC
From: Ross Burton <ross.burton@arm.com>

---
 documentation/migration-guides/release-notes-4.3.rst | 8 ++++++++
 1 file changed, 8 insertions(+)
diff mbox series

Patch

diff --git a/documentation/migration-guides/release-notes-4.3.rst b/documentation/migration-guides/release-notes-4.3.rst
index f2bc42f53..40a923f36 100644
--- a/documentation/migration-guides/release-notes-4.3.rst
+++ b/documentation/migration-guides/release-notes-4.3.rst
@@ -65,6 +65,14 @@  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.``
+
+   - 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