[roll] Roll fuchsia [netstack3] Add loom infrastructure and test

Add a host-only test suite that uses loom to exhaustively explore the
possible interleaving of threads that are modifying the netstack. This
enables writing tests for atomicity of operations without relying on a
large-scale integration test.

Add a test that asserts the atomicity of packet socket bind operations
as a proof of concept. The test passes, but correctly failed due to a
bug in an earlier version of change
Iadf12d2d9544191cdc680576620951880ab07663.

Original-Bug: 125654
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/857419
Original-Revision: 16a6c3813f1a078ee252cb8364bef65604a9e34b
GitOrigin-RevId: d27b84a7658df4b832295b7e9eea96a8801bdcf8
Change-Id: I68e51846c40bac0060eb2b285f26a98e0330d5be
1 file changed
tree: 9b6e7d18c4fc32de60b4934540772e1c365744ce
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
  14. 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.