[roll] Roll fuchsia [netlink] Netlink returns negative Errnos

Ensure that the Errnos returned by the netlink crate are negated, as
specified on the Netlink man page.

While here, refactor the error creation path in the to disambiguate
between `Ack` and `Error`. This change is more aligned with the upstream
`netlink-packet-core` crate.

Original-Fixed: b/288922671

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/876597
Original-Revision: 056906036506ad09d7fd29fdfb801a83ec5caa9e
GitOrigin-RevId: 667a0fa4b503eb5e17dd33ddbf34782dd6d7b7c3
Change-Id: I0c97423b11d013aa00136d959c71adda7dcc2e31
1 file changed
tree: 79af3ddb76ac8ba2eab7d09e895175e2d822ff76
  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.