[roll] Roll fuchsia [fuchsia-async] Prevent RWHandle wait explosion RWHandle may end up installing an unbounded number of waiters on the port because it allows the waiter installed for Rx to clear the signal bit for Tx and vice-versa. Subsequent polls may end up adding more waiters. Fix by ensuring that only the waiter for the correct direction can clear the signal bits cached in the receiver. While I'm here, remove redundant arguments in `need_signal` so we better encode the dual-waiter capabilities of RWHandle in the internal API. Original-Fixed: 417333384 Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1274944 Original-Revision: 2b9e1c7d5ea41dc7fda3acbfc17c568911a0fa0c GitOrigin-RevId: 6baafb1235574ad50ff41fce9881718adb2eda49 Change-Id: Id1eece4cd5227be2b63d507b64970e085103e7a5
This repository contains Fuchsia's Global Integration manifest files.
All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.
Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance in one of the communication channels documented at get involved.
First install Jiri.
Next run:
$ jiri init $ jiri import minimal https://fuchsia.googlesource.com/integration $ jiri update
Third party projects should have their own subdirectory in ./third_party.