[roll] Roll fuchsia [netstack] Avoid INCOMING on unconnected streams

This partially reverts 9535a52; that change accidentally caused the
signaler to assert SIGNAL_INCOMING on non-listening sockets, which would
cause spurious wakeups since fdio does not expect that signal to be used
in the non-listening context.

This change disables the signaler for non-listening sockets by setting
its signal mask to zero until the socket enters a listening state.

Multiply: pkg-resolver-integration-tests
Original-Fixed: 76258
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/526760
Original-Revision: 52c1b60c0da7e000721ddf608590ae8eaea1d6a8
GitOrigin-RevId: e7489fea4c564b74fbdee12bba2efde26ecd4c35
Change-Id: Icd5c5f813773d1b2dc3487c3583d743503a03d69
1 file changed
tree: 72eb865a7cb7566e84804344c4b0db1bdb4ca4d1
  1. garnet/
  2. infra/
  3. peridot/
  4. third_party/
  5. topaz/
  6. zircon/
  7. firmware
  8. flower
  9. jiri.lock
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

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 via the IRC channel #fuchsia on Freenode.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.