diff options
| author | Daniel Micay <daniel.micay@grapheneos.org> | 2025-01-26 10:06:42 -0500 |
|---|---|---|
| committer | Daniel Micay <daniel.micay@grapheneos.org> | 2025-02-10 04:00:51 -0500 |
| commit | b954178eb514c20128a0ba9c8d475f55902512b3 (patch) | |
| tree | d214fded21fedc38691a1fac2cd3f25ecdbffad9 /static | |
| parent | a8670b7a8bc2292f9713c9da10a335ee48f766bb (diff) | |
clarify KASAN crash notifications
Diffstat (limited to 'static')
| -rw-r--r-- | static/releases.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/releases.html b/static/releases.html index 8360a8b4..f8a7de96 100644 --- a/static/releases.html +++ b/static/releases.html @@ -572,7 +572,7 @@ <ul> <li>disable standard Android feature holding a 10 minute screen wake lock after the screen brightness is raised at least 2 times within 5 minutes since this is confusing for users and it's far better if keep awake is done explicitly</li> - <li>always show KASAN kernel crash notifications instead of only when system crash reporting is enabled by users</li> + <li>always show Linux kernel crash notifications from hardware memory tagging (Hardware Tag-Based KASAN) instead of only when system crash reporting is enabled by users</li> <li>Messaging: begin under the hood overhaul including fully porting to target API 35 (Android 15)</li> <li>recovery: remove spurious warning after update installation fails on A/B update devices</li> <li>change build username and hostname to match the stock Pixel OS format instead of setting both to grapheneos due to bad actors using it to ban using GrapheneOS</li> |
