[roll] Roll fuchsia [kernel] Remove spurious error logging in zx_system_mexec_get_payload() zx_system_mexec_payload_get() is a bit funny in that it writes to a user-provided buffer, but the user has no idea how large to make that buffer. The workaround to that is that the syscall will return ZX_ERR_BUFFER_TOO_SMALL in that case, and the user would react by making the syscall again with a larger buffer. This change removes error printing in the branch that returns ZX_ERR_BUFFER_TOO_SMALL; it's spurious given the above. Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/561507 Original-Revision: f2324a4747e4923a4508e7625faa35d57aa8f136 GitOrigin-RevId: 03d44c151717a1b6bd5c2552100208b546b2fff2 Change-Id: I3f699a9cbcc7af60621303158db43205f23568d9
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.