diff options
| author | Daniel Micay <daniel.micay@grapheneos.org> | 2024-07-28 18:31:23 -0400 |
|---|---|---|
| committer | Daniel Micay <daniel.micay@grapheneos.org> | 2024-07-28 18:41:30 -0400 |
| commit | 900d0cc389ed7a9b48ec80a939e6a3ff1ddf67e8 (patch) | |
| tree | 5bd3d4482a38246b46339d50d7b7393f35bb7e14 /static | |
| parent | 0ca8566eeb2eee2507630d4f439ba420b3e8dc96 (diff) | |
enforce minimum 64kiB stack guard size for arm64
Diffstat (limited to 'static')
| -rw-r--r-- | static/releases.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/static/releases.html b/static/releases.html index ebbd71ed..904dc44f 100644 --- a/static/releases.html +++ b/static/releases.html @@ -793,6 +793,7 @@ <li>Settings: drop code for supporting the legacy Settings UI</li> <li>Sandboxed Google Play compatibility layer: avoid infinite wait for GmsCompatConfig update when call to App Store fails</li> <li>enforce stack clash protection for x86_64</li> + <li>enforce minimum 64kiB stack guard size for arm64 due to the standard stack probe size of 64kiB</li> <li>future proof our Bionic libc changes for dynamic 64k pages (hardened_malloc still doesn't support it)</li> <li>flash-all: remove unnecessary reboot after flashing Android Verified Boot (AVB) key</li> <li>kernel (5.10): update to latest GKI LTS branch revision including update to 5.10.222</li> |
