misc: Merge the v22.1 release staging into stable
diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md
index c10cc40..931be69 100644
--- a/RELEASE-NOTES.md
+++ b/RELEASE-NOTES.md
@@ -116,6 +116,21 @@
   - Zksed: sm4ed, sm4ks
   - Zksh: sm3p0, sm3p1
 
+# Version 22.0.0.2
+
+**[HOTFIX]** This hotfix contains a set of critical fixes to be applied to gem5 v22.0.
+This hotfix:
+
+- Fixes the ARM booting of Linux kernels making use of FEAT_PAuth.
+- Removes incorrect `requires` functions in AbstractProcessor and AbstractGeneratorCore.
+These `requires` were causing errors when running generators with any ISA other than NULL.
+- Fixes the standard library's `set_se_binary_workload` function to exit on Exit Events (work items) by default.
+- Connects a previously unconnected PCI port in the example SST RISC-V config to the membus.
+- Updates the SST-gem5 README with the correct download links.
+- Adds a `getAddrRanges` function to the `HBMCtrl`.
+This ensures the XBar connected to the controller can see the address ranges covered by both pseudo channels.
+- Fixes test_download_resources.py so the correct parameter is passed to the download test script.
+
 # Version 22.0.0.1
 
 **[HOTFIX]** Fixes relative import in "src/python/gem5/components/processors/simple_core.py".