From 8ae3a726cc01b3f61af2241637c665fe12e188d9 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Mon, 19 Feb 2024 12:25:07 -0500 Subject: [PATCH] ignore sysrq_always_enabled --- static/releases.html | 1 + 1 file changed, 1 insertion(+) diff --git a/static/releases.html b/static/releases.html index 5a284604..e1dca6cc 100644 --- a/static/releases.html +++ b/static/releases.html @@ -738,6 +738,7 @@
  • Sandboxed Google Play compatibility layer: catch SecurityException from setApplicationEnabledSetting() instead of relying on PhenotypeFlag override
  • remove legacy AOSP Search app now that Vanadium provides the global search intent in addition to the more common web search intent also implemented by other browsers including Brave
  • Settings: improve strings for network connection toggles
  • +
  • kernel (5.10, 5.15, 6.1): temporarily ignore sysrq_always_enabled to avoid sysrq being enabled on devices passing it on the kernel line unconditionally
  • kernel (5.10): update to latest GKI LTS branch revision
  • kernel (5.15): update to latest GKI LTS branch revision
  • kernel (6.1): update to latest GKI LTS branch revision