diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2021-05-17 01:22:18 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2021-05-17 01:22:18 -0400 |
| commit | e42aa136de7db0d2a9b61552a9a273682f76a5ab (patch) | |
| tree | e895b1b47de22ecf90ef1689b0aa7cafacd759c2 | |
| parent | 0dffa2a3f95e9430b96ba7477313e8440c1b5698 (diff) | |
clarify GPU UAF fix
| -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 7e2a6ada..110c9e97 100644 --- a/static/releases.html +++ b/static/releases.html @@ -462,7 +462,7 @@ <li>kernel (Pixel 4a (5G), Pixel 5): fix build reproducibility issue by backporting upstream fix</li> <li>kernel (Pixel 3, Pixel 3 XL, Pixel 3a, Pixel 3a XL, Pixel 4, Pixel 4 XL, Pixel 4a, Pixel 4a (5G), Pixel 5): make CONFIG_LOCALVERSION_AUTO ignore Git tags so adding tags doesn't change the result of a build</li> <li>kernel (Pixel 3, Pixel 3 XL, Pixel 3a, Pixel 3a XL, Pixel 4, Pixel 4 XL, Pixel 4a, Pixel 4a (5G), Pixel 5): apply fixes for Qualcomm audio driver vulnerabilities from CAF including one missed in the upstream May security update for Pixels</li> - <li>kernel (Pixel 4a): apply fix for use-after-free in display driver missed in the upstream security updates for the Pixel 4a</li> + <li>kernel (Pixel 4a): apply fix for use-after-free in GPU driver missed in the upstream security updates for the Pixel 4a</li> <li>switch HTTPS network time URL from / to /generate_204 to allow for a future / redirect</li> <li>Settings: remove field referencing the mainline module (APEX) version (also as as the Google Play system update version) since we ship these changes as part of the OS and have out-of-band module updates disabled since we have no use for them/li> </ul> |
