[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
1 file changed
tree: a5e688b0a3fc616dbe518e35628fadbea5b08a84
  1. garnet/
  2. infra/
  3. peridot/
  4. third_party/
  5. topaz/
  6. zircon/
  7. flower
  8. jiri.lock
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
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.