summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Micay <daniel.micay@grapheneos.org>2025-02-11 13:55:54 -0500
committerDaniel Micay <daniel.micay@grapheneos.org>2025-02-11 14:05:12 -0500
commit5ac782443fec56d20c0624f7ea7578cf7d227181 (patch)
tree2ba4ec5382c1cd9ddd83f0b60d33d12b672f9e9a
parentd06a882d37653ead7f3a7a312d6b438b95898820 (diff)
clarify wording for early boot zeroing
-rw-r--r--static/releases.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/releases.html b/static/releases.html
index 86c4f3d5..5746786c 100644
--- a/static/releases.html
+++ b/static/releases.html
@@ -576,7 +576,7 @@
<p>Changes since the 2025020500 release:</p>
<ul>
- <li>kernel (5.10, 5.15, 6.1, 6.6): zero memory in early boot in case it wasn't zeroed by the OS as part of a clean reboot or shutdown since there isn't fully encrypted RAM with a per-boot key yet (this is implemented by Pixel boot firmware since April 2024 for booting into fastboot mode but not booting into the OS since they only partially implemented our January 2024 reset attack protection proposal)</li>
+ <li>kernel (5.10, 5.15, 6.1, 6.6): zero memory in early boot in case it wasn't zeroed by the OS as part of a clean reboot or shutdown since there isn't fully encrypted RAM with a per-boot key yet (early boot zeroing is implemented by Pixel boot firmware since April 2024 for booting into fastboot mode but not booting into the OS since they only partially implemented our January 2024 reset attack protection proposal, so we need to handle the OS part ourselves)</li>
<li>kernel (6.1): add back revert for upstream Linux kernel fix which was reapplied in our <a href="2025020200">2025020200</a> release without any reports of issues for days because it has been found to break DisplayPort alternate mode on 9th generation Pixels</li>
<li>kernel (6.1): update to latest GKI LTS branch revision including update to 6.1.128</li>
<li>kernel (6.6): update to latest GKI LTS branch revision including update to 6.6.76</li>