[roll] Roll fuchsia [netlink] Avoid dropping NLM_F_DUMP responses

This is a simple workaround to address https://fxbug.dev/459883760.

When sending a Netlink message from starnix to the client, if the
clients receive buffer is not large enough to accommodate the message,
double the receive buffer size (up to 4MiB). This ensures correctness,
at the cost of additional memory used by certain netlink sockets.

Original-Bug: 459883760
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1438115
Original-Revision: d3d33cae5af5f7909363982abfd2adc30bcec463
GitOrigin-RevId: 864be66088a63bedf332232ef903d325844946c9
Change-Id: I4168459e3722a5bc1038a8663b6451069940431d
1 file changed
tree: 545b5c48d3c6d42d81db6a994a7c99e214f9906d
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. flower
  6. jiri.lock
  7. MILESTONE
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. 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 in one of the communication channels documented at get involved.

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.