[roll] Roll fuchsia [netstack3] Do not assume exclusive access in device layer

This change transitions device layer code to use `with_state*`
methods instead of `get_state*` methods which assumed exclusive
access to state.

Later changes will introduce shared references + interior mutability for
`SyncCtx` so this change prepares us for a world where state is not held
exclusively.

Original-Bug: 48578

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/711791
Original-Revision: 8f9f454c7db29769cfffd9d40712022b34db8d94
GitOrigin-RevId: 741662f5532b812c93be66ff92f39aa3dfa86edd
Change-Id: I07a949cffc6e43993bf7f47c62b0e875e0f25909
1 file changed
tree: 44f9294c21f08c16e17716f02903f9c8cdf5a74d
  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.