diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2022-12-02 07:00:24 -0500 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2022-12-02 07:00:24 -0500 |
| commit | afdffadd0f94cdb396207ab35b75b4395eb63296 (patch) | |
| tree | 5b3f4faf80cd2fcfd887e7933f95d0e15b185020 | |
| parent | 8e21e56c65af3b996369a0e691c720e54ddc74d7 (diff) | |
resolve chain crash issue after OOM kill
| -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 5850587d..29ba1748 100644 --- a/static/releases.html +++ b/static/releases.html @@ -657,6 +657,7 @@ <ul> <li>kernel (Pixel 4, Pixel 4 XL, Pixel 4a): add back our change enabling ARM64_SSBD now that upstream issues with it are resolved for this branch</li> + <li>Sandboxed Google Play compatibility layer: avoid chain crash of GmsCompat app following process death from OOM killer, etc.</li> </ul> </article> --> |
