[roll] Roll fuchsia [netstack3] Conditionally disable lock ordering

This CL disables the lock-ordering traits in release and host builds.

Release builds benefit greatly from the reduced LLVM IR emitted by
eliminating the type-multiplication caused by lock ordering types.

The decision to disable on host is mostly to help developers observe
compilation errors in the common case of working with debug builds.

Verified that a debug build fails if any site is missing the now
required `WrapLockLevel<L>` wrapper.

Original-Fixed: 343497572

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1056613
Original-Revision: 0f2a8648c6f61384850c81324f137f24760c5909
GitOrigin-RevId: b12a881d3399184c28139b4ad01a88a5cf22c39a
Change-Id: I50e64362d07e1a40a046f32f2b3e21eb4d1c7642
1 file changed
tree: f1b3891bdfff79de0c52d21e9ace8deb2c472cd5
  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.