[roll] Roll fuchsia [starnix][aio] Implement iovec for async I/O

We now implement the READV and WRITEV operations. Also, improve the
error checking for buffer length and offset to pass more gVisor tests.

Skip AIOTest.BasicWrite because this test assumes that the aio context
is a pointer. Our aio context is just a number, which causes the test to
crash. The aio context being a pointer is related to an io ring feature
that we do not implement yet.

Test: BadIOVecs, BadOffset
Original-Bug: b/297456438
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1076862
Original-Revision: 6e655c3bf0cb1300a7300edbf34ad1a3681ca326
GitOrigin-RevId: cf69d1c7c4da4e0ca4aa52a5c6ae13f504a36493
Change-Id: I662c06d57246ac31ba3a02c4c5f961cf95c874a6
1 file changed
tree: 27edcbaf505b12faa49aadc7c3428d4d44618fdc
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. 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.