[roll] Roll fuchsia [golibs] Update dependencies

Pick up the following commits previously skipped in
Ic09a53fe8a9825c6e439fde151b2ff516c6e3509:

- gvisor.dev/gvisor
  + 4d30f2c9e use new clear builtin to clear bufs
  + 8e36d125d Change gopark()'s fourth argument type to traceBlockReason.
  + 368fc605d netstack: don't RST newly established connections under load
  + 69e0c7643 Use `clear` on `map` types wherever possible.
  + 4b925cc1c Use `clear` on a few more slices.
  + 4733e050e Check that handshake.listenEP is non-nil.

Pick up the following commits skipped in
I8d6350eb986ae82f638e81026bc3c2c6fe834521:

- gvisor.dev/gvisor
  + cdd3b866f netstack: when processing possible SYN cookies, check existing endpoints first
  + 289757e90 netstack: support source hints in routes

Update gVisor to the latest version, which includes the following commits:

- gvisor.dev/gvisor
  + 149350e5c xdp: fix race found by gotsan
  + f76d64021 xdp: update the incorrectly named "Readonly*" names
  + 3406ebbb7 Remove unused gonet.UDPConn.stack field.
  + 6beb925df xdp: add flag for runsc to use an XDP socket on a host device

Original-Fixed: 42182626
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/969885
Original-Revision: 1f58b1018774e27930485bed1b0021bcae0e5da5
GitOrigin-RevId: b52eb68c05b4db5b129ecfb43a00d0252a82bab2
Change-Id: I0d2c6b0d034d5e52c794025b215ee6ee0432c659
1 file changed
tree: eba3d0a503184f7c229d9ee9426e6624ea0d22c3
  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.