diff options
| author | Daniel Micay <daniel.micay@grapheneos.org> | 2025-03-09 08:35:20 -0400 |
|---|---|---|
| committer | Daniel Micay <daniel.micay@grapheneos.org> | 2025-03-11 11:12:27 -0400 |
| commit | bf7123cb987db03d69a822c6b64cfccaf4997ecd (patch) | |
| tree | 740d921c4dfcbdc94f9488743b730d1ac5f86dc7 | |
| parent | 07f7ef42014b0e4266b3332bc4fc4771cd956d65 (diff) | |
fix upstream ADB crash
| -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 7700b86d..8a88a4c0 100644 --- a/static/releases.html +++ b/static/releases.html @@ -570,6 +570,7 @@ <p>Changes since the 2025030700 release:</p> <ul> + <li>Android Debug Bridge: fix upstream fdsan crash from closing invalid file descriptor by fixing usage of epoll</li> <li>kernel (6.6): update to latest GKI LTS branch revision including update to 6.6.80</li> </ul> </article> |
