From c020cf99e943c0de9581b254feb6c48fdeecfcee Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Tue, 14 Jan 2025 14:47:03 -0500 Subject: [PATCH] 5.15 GKI LTS update --- static/releases.html | 1 + 1 file changed, 1 insertion(+) diff --git a/static/releases.html b/static/releases.html index 0d2aa5f2..42acd669 100644 --- a/static/releases.html +++ b/static/releases.html @@ -559,6 +559,7 @@
  • kernel (Pixel 8, Pixel 8 Pro, Pixel 8a, Pixel 9, Pixel 9 Pro, Pixel 9 Pro XL, Pixel 9 Pro Fold): switch KASAN hardware memory tagging mode from synchronous to asymmetric for the initial deployment to reduce the performance cost and match our existing hardware memory tagging usage in userspace (synchronous mode is potentially more useful in the kernel than it is for userspace which is something we can investigate and potentially offer as an option)
  • Updater: require TLSv1.3 instead of TLSv1.2 or TLSv1.3
  • kernel (5.10): update to latest GKI LTS branch revision including update to 5.10.233
  • +
  • kernel (5.15): update to latest GKI LTS branch revision including update to 5.15.176
  • kernel (6.6): update to latest GKI LTS branch revision
  • Seedvault: update to a newer revision (will be replaced with a better backup implementation in the future)
  • System UI Tuner: opt-out of Android 15 edge-to-edge since it's not properly supported yet (upstream bug)