[roll] Roll fuchsia [starnix] Fix `vmsplice`-ing to a pipe

`vmsplice` should not copy the userspace buffer into kernel space, which
is what Starnix does at TOT before this change.

`vmsplice`-ing a user buffer into a pipe should result in the pipe
holding a reference to the user buffer's mapping so that applications
can modify the payload already sitting in a pipe.

Original-Bug: b/335701084
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1056583
Original-Revision: 9b0bc5fde257889dd325404904f6e7b15f1385ef
GitOrigin-RevId: 7c017deb6f876824b47440568b240b956942e539
Change-Id: I1d5337d94dc97dea0f064987d1e0c052c3116688
1 file changed
tree: 53b4e1a80449d5980f1034469f7a9f31d2046d47
  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.