[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
1 file changed
tree: e1782904552ddebec000f2330b95e57d8685b1ba
  1. garnet/
  2. infra/
  3. peridot/
  4. third_party/
  5. topaz/
  6. zircon/
  7. firmware
  8. flower
  9. jiri.lock
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
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.