[roll] Roll fuchsia [netstack] Remove deadlock opportunity A change was made to gvisor's netstack that clears the neigbour table on link down. This causes a deadlock if the neighbor table had entries as the stack will call into our implementation of NUDDispatcher while holding the stack's lock. Our implementation of NUDDispatcher calls back into the stack to get an interface's name, which tries to take the stack lock. Basically, with https://github.com/google/gvisor/commit/c49ce8ca8a, we try to take the stack's lock twice in the same call stack. Original-Bug: 67870 Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/472262 Original-Revision: b77219a895ca85619ae38dc360c5265038d1c971 GitOrigin-RevId: b1d4bda431e4c895521fa90b7abb1ff4f4af7784 Change-Id: Id3e9504eae81679fe9747d2fcf35f81e32e7b58c
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.