[roll] Roll fuchsia [netstack3] Fix TCP listening socket demux race

A listening socket needs to get rid of its accept queue when it's
closed by moving out of the `Listener` state just like what happens in
`shutdown`.

Add a loom test covering the race which looks very much like the one
covering the race for the connect side.

Original-Fixed: 338447544
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1069781
Original-Revision: 7044b389fadc0a578cb273cc06215686ac6e9ec5
GitOrigin-RevId: 6249cfebfdb7191de69014c87a41c7f0c9ac311d
Change-Id: I4f1ef53ec8bed1c96f0dafa137400bdb6f15eac7
1 file changed
tree: 3bdb678c00bc7120061e6d3eb4f96e46f74d714f
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. toolchain
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.