misc: Update release notes for v24.1.0.2

This commit is contained in:
Bobby R. Bruce
2025-02-02 01:02:59 -08:00
parent 8f2ccca3a3
commit 7d6d253f6b

View File

@@ -1,3 +1,10 @@
# Version 24.1.0.2
**[HOTFIX]** Adds PR <https://github.com/gem5/gem5/pull/1930> as a hotfix to v24.1.0.
This fixes a bug which was was causing the CHI coherence protocol to fail in multi-core simulations.
The fix sets the `RubySystem` pointer when the TBE is allocated, instead of when `set_tbe` is performed, thus ensuring that the `RubySystem` pointer is set before the TBE is used.
# Version 24.1.0.1 # Version 24.1.0.1
**[HOTFIX]** This hotfix release applies the following: **[HOTFIX]** This hotfix release applies the following: