From defcc98c7bb702a9742708ceb6d2ee62a51cb87d Mon Sep 17 00:00:00 2001 From: Daniel Rossier Date: Wed, 15 Jul 2026 21:03:54 +0200 Subject: [PATCH] doc: CHANGELOG entry for v6.2.3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Summarize the v6.2.3 patch release (PR #291: S3C_CPU paths gated on CONFIG_SOO, fixing the non-SOO AVZ boot stalls and lcdifv3 timeout storms on verdin-imx8mp) and add the CHANGELOG to the after-tagging checklist of the release process so it stops drifting — it had not been touched since v2021.4.1. --- CHANGELOG | 14 ++++++++++++++ doc/source/release_process.rst | 2 ++ 2 files changed, 16 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index f9b1fae2e2..b6f5dff64a 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,4 +1,18 @@ +v6.2.3 (15 jul 2026) + +Patch release on the 6.2 line fixing the non-SOO AVZ configuration on GICv3 +platforms (Verdin iMX8MP), validated on hardware before tagging. + +• Gated the S3C_CPU paths on CONFIG_SOO: in a non-SOO AVZ build the guest + runs on all CPUs, but gic_handle_dist_access() still discarded every + distributor access trapped from CPU 3 — on verdin-imx8mp (GICD trapped + for the whole agency) any interrupt enabled or routed from CPU 3 was + silently lost, causing minutes-long boot stalls and lcdifv3 + flip_done/vblank timeout storms. GICv2 platforms were unaffected. +• The periodic/capsule tick path no longer runs on CPU 3 in non-SOO + builds (same wrong assumption, agency accounting skipped). + v2021.4.1 (29 jan 2021) This release includes support for graphics (LVGL) and networking based on “lwip”. diff --git a/doc/source/release_process.rst b/doc/source/release_process.rst index ca07ad3b5d..3315387c2e 100644 --- a/doc/source/release_process.rst +++ b/doc/source/release_process.rst @@ -133,6 +133,8 @@ release (they drift silently otherwise): * the *Maintained versions* table in ``README.md`` (the *Latest release* column of the line, and the *Status* column when a new minor line starts); +* a ``CHANGELOG`` entry summarizing the release (same content as the GitHub + Release notes, kept in the repository for offline reference); * the build-system version pins: rename the ``so3_X.Y.Z.bb`` and ``avz_X.Y.Z.bb`` recipes (under ``build/meta-so3/recipes-so3/``) to the new version and update the ``PREFERRED_VERSION_so3`` /