summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Micay <daniel.micay@grapheneos.org>2024-10-24 02:44:21 -0400
committerDaniel Micay <daniel.micay@grapheneos.org>2024-10-24 02:44:21 -0400
commitb18e8ea100a5eb06dce9e384ca76debc7ef44b5f (patch)
tree28c877434b54c3e33ae246233e7330276b09ad05
parent2314dcb217ce53ab8fb4b1180b80742f0fbaf80f (diff)
disable Wi-Fi HAL debug logging on 8th gen to avoid memory corruption
-rw-r--r--static/releases.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/static/releases.html b/static/releases.html
index b2ccc079..b40d3f96 100644
--- a/static/releases.html
+++ b/static/releases.html
@@ -548,6 +548,7 @@
<li>raise backup service transport (Seedvault) from 10 minutes / 5 minutes to 60 minutes / 30 minutes</li>
<li>temporarily revert enforcing minimum 64kiB stack guard size for arm64 since Facebook recently included a buggy stack overflow check for the React Native Hermes runtime that's incompatible with larger gap sizes and beginning to be shipped by apps (revert was not applied for Android 15 port)</li>
<li>Sandboxed Google Play compatibility layer: add stubs for update_engine wrapper API to avoid potential Play services crashes if the existing approaches to disable the update service fail</li>
+ <li>Pixel 8, Pixel 8 Pro, Pixel 8a: disable Wi-Fi HAL debug logging to avoid memory corruption caught by hardware memory tagging on GrapheneOS</li>
<li>kernel (6.1): update to latest GKI LTS branch revision</li>
<li>use hardened GrapheneOS 6.6 LTS kernel for microdroid virtual machines for both arm64 and x86_64</li>
<li>Vanadium: update to <a href="https://github.com/GrapheneOS/Vanadium/releases/tag/130.0.6723.73.0">version 130.0.6723.73.0</a></li>