summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Micay <daniel.micay@grapheneos.org>2024-08-31 20:31:21 -0400
committerDaniel Micay <daniel.micay@grapheneos.org>2024-08-31 20:31:21 -0400
commitb3bc93c11128ce5e4c0254ba9c6e2b1398ea9877 (patch)
tree070571e23ff546cafb92ccaa41384f5565bbadd6
parent5c2d463c9b444a67f5d393abcf58a5f541da178a (diff)
struct randomization is for 6.1 too
-rw-r--r--static/releases.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/releases.html b/static/releases.html
index 3bea14eb..4d66e1cd 100644
--- a/static/releases.html
+++ b/static/releases.html
@@ -891,8 +891,8 @@
<li>add missing feature compatibility matrix definitions (mainly for 9th generation Pixels)</li>
<li>Contact Scopes: explicitly set initialization order after ContactsProvider2 to avoid uncaught exceptions from a race</li>
<li>kernel (6.1): disable unused hibernation support</li>
+ <li>kernel (6.1, 6.6): enable struct randomization in the full mode with a deterministic seed based on kernel commit timestamp (we plan to also incorporate the device family and eventually make the seed specific to each device model, but it will increase our build/testing workload)</li>
<li>kernel (6.6): enable random kmalloc caches</li>
- <li>kernel (6.6): enable struct randomization in the full mode with a deterministic seed based on kernel commit timestamp (we plan to also incorporate the device family and eventually make the seed specific to each device model, but it will increase our build/testing workload)</li>
<li>kernel (5.10): update to latest GKI LTS branch revision</li>
<li>kernel (6.1): update to latest GKI LTS branch revision including update to 6.1.96</li>
<li>kernel (6.6): update to latest GKI LTS branch revision including update to 6.6.46</li>