commit | b63e4b7d4e4ec6e1f8fe5d1a84d006473e5f73f9 | [log] [tgz] |
---|---|---|
author | Bruno Dal Bo <brunodalbo@fuchsia.infra.roller.google.com> | Tue Jun 11 21:20:07 2024 +0000 |
committer | Copybara-Service <copybara-worker@google.com> | Tue Jun 11 14:21:29 2024 -0700 |
tree | ba87504b97754106ccc6434d8e7c5938f4b698c7 | |
parent | 253ff7c1fa79dd8ab3a1d607398207e23d3d2b99 [diff] |
[roll] Roll fuchsia [netstack-proxy] Avoid ambiguous panic `vfs::ExecutionScope::wait` doesn't do what I thought it did when I originally wrote this code. It actually returns whenever all the scheudled tasks are finished, and the only scheduled task there is serving the proxied `/svc` directory to Netstack, which just makes that check a racy panic condition with the one we care about: the netstack exited. Simplify the code to ensure we always get a more meaningful panic. Original-Bug: 346585534 Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1064513 Original-Revision: 1af745800c7af989821dbd4cd323558fd0621b25 GitOrigin-RevId: f5c3ddb7522e9025b5fe70d4e55e880dfbaa855f Change-Id: I7b8a9331106c8207c6309af6cff0b97eed4ed7fe
This repository contains Fuchsia's Global Integration manifest files.
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.
First install Jiri.
Next run:
$ jiri init $ jiri import minimal https://fuchsia.googlesource.com/integration $ jiri update
Third party projects should have their own subdirectory in ./third_party
.