[roll] Roll fuchsia [starnix] Make sure stack always fits args and environ

Kernel was panicking when the args are larger than the default stack
size (240 pages). Fix this by allocating stack VMO that's always large
enough to fit the specified args.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/875936
Original-Revision: 7dbcc7ae5fb29c59f895e922ed92131c43b4c8b9
GitOrigin-RevId: b52456021c62346dc6810924a65bdde1741abbe2
Change-Id: Ie1f4e5f76022f316103f592f36e29ad181d60777
1 file changed
tree: c5e9eb11c8a7ebe43dd8ce51816f215b6c411c68
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
  14. 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.