summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Micay <daniel.micay@grapheneos.org>2024-01-19 02:39:30 -0500
committerDaniel Micay <daniel.micay@grapheneos.org>2024-01-19 02:49:22 -0500
commite6fbfe65e819dd70ca6edb3ef4bc2a7696b16979 (patch)
tree616d7ce0b853044f15dad492f7d8c16566ccb218
parentc82fb1dc576032a2fb667e75347b2da253b36a98 (diff)
use UEFI reset attack mitigation when available
-rw-r--r--static/releases.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/static/releases.html b/static/releases.html
index a2a6c871..9825f3a1 100644
--- a/static/releases.html
+++ b/static/releases.html
@@ -728,6 +728,7 @@
<p>Changes since the 2024011600 release:</p>
<ul>
+ <li>kernel: enable reset attack mitigation for UEFI systems supporting it (Tensor Pixels don't use UEFI and the previous Snapdragon Pixels using UEFI didn't implement this but we should have the flag enabled in our generic kernels for future devices with it)</li>
<li>Launcher: disable gradient at the top of the home screen again (change lost with Android 14 QPR1 due to it being reimplemented upstream)</li>
<li>Vanadium: update to <a href="https://github.com/GrapheneOS/Vanadium/releases/tag/120.0.6099.230.0">version 120.0.6099.230.0</a></li>
<li>Vanadium: update to <a href="https://github.com/GrapheneOS/Vanadium/releases/tag/121.0.6167.71.0">version 121.0.6167.71.0</a></li>