[roll] Roll fuchsia [netstack3] Reduce incorrect unlocking in TCP

In the old word, rustc did not allow us to send packets while holding
onto TCP sockets state because of the way synchronized context traits
were implemented and organized. Recent changes reorganized the
synchronized context implementation and allows us to send packets
while holding onto state (and their respective locks) so we can
avoid unlocking and re-locking state without checking if the
state has changed since the previous unlock (which is a source of
nasty race opportunities).

This change introduces no behaviour change.

Original-Bug: 48578

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/732586
Original-Revision: e2a129e51edf9aa29c09292e3de2e315284e04bf
GitOrigin-RevId: 225f33d670352733338c7babdb02d401f829ae5e
Change-Id: Ia973ea152387e6b90d240288f6748e66748dbe44
1 file changed
tree: 60a898579d04d3900f14c4facbe9b7c0cb0e939a
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
  13. 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.