[roll] Roll fuchsia [Starnix] Remove starnix dependencies from the eBPF maps

This prepares the code to be moved to the ebpf-api create where it can
be shared with Netstack.
1. Removed dependency on Waiter. Now ring buffer waits are handled by
   setting a signal on the underlying VMO.
2. Replaced `starnix::OrderedMutex` with `fuchsia_sync::Mutex`.

Original-Bug: 378507648
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1176093
Original-Revision: dd45c81e29d86c020fc1aa2f136e4973716b1f8e
GitOrigin-RevId: cf97326f888446fadc7941a2a52c17f91d01fafb
Change-Id: I06e2df706bacd19ed70c7a811e044b4995e2b07a
1 file changed
tree: d139985cd5c97a0c1b441b3a9ff7f39ddc106e2a
  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 in one of the communication channels documented at get involved.

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.