[roll] Roll fuchsia [netlink] Generalize netlink messages

Update traits to hold as an associated the inner netlink message type
(`I` in `NetlinkMessage<I>`) instead of the whole netlink message. This
will enable later changes to make use of the netlink family generic
header (`NetlinkHeader`) from family-generic code.

Original-Bug: b/283827094
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/868173
Original-Revision: 0d83fdf30ab786757ff2ba00f93faf46827c6bb3
GitOrigin-RevId: 291df67c3c531f5059f7deb47df9e85210bc5084
Change-Id: I4f84fe93635a6391788b1cda44f3701bdf58f271
1 file changed
tree: 729babc43b484ada68ae69c16036513b6caf5608
  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.