[roll] Roll fuchsia [dfv2] Fix loader under ASAN

In DFv2 the loader is manually installed in the DriverHost. This means
it does not go through the normal process setup, and so DriverManager
must manually configure the loader for ASAN.

Also, the Compat driver should not be cloning the loader, as a clone of
the loader loses configuration information.  Instead, update the Compat
driver to use an unowned connection to the existing loader.

Now that the loader was updated to make blocking calls, the backing
loader in the tests are run on a separate thread.

Original-Fixed: 105603
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/832781
Original-Revision: b4986fc37de2647bd11680437e0eae86fe7ae618
GitOrigin-RevId: f4189b1f097bf736c60c996d3418fed09503203f
Change-Id: I6a4e01a5c62b97502fd880b6821aead0cc5de4f9
1 file changed
tree: f84e4ba28892b473941e32a5b4804f06c13a4490
  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.