commit | 6236e6f294845b71b00eab6a9b5a1cf2f13bfc68 | [log] [tgz] |
---|---|---|
author | Adam Barth <abarth@fuchsia.infra.roller.google.com> | Mon Jul 08 10:44:26 2024 +0000 |
committer | Copybara-Service <copybara-worker@google.com> | Mon Jul 08 03:45:42 2024 -0700 |
tree | 27edcbaf505b12faa49aadc7c3428d4d44618fdc | |
parent | ed06d50d5927f1a940c000b5bf7269ba33f566d5 [diff] |
[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
This repository contains Fuchsia's Global Integration manifest files.
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.
First install Jiri.
Next run:
$ jiri init $ jiri import minimal https://fuchsia.googlesource.com/integration $ jiri update
Third party projects should have their own subdirectory in ./third_party
.