[roll] Roll fuchsia Revert "[starnix] Reduce the amount of stack we clean."

This reverts commit 9f89e7b829c0551a04fae3d83d0f26ea94724141.

Reason for revert: https://g-issues.fuchsia.dev/issues/466669136

Original change's description:
> [starnix] Reduce the amount of stack we clean.
>
> From qsr@'s analysis, syscalls don't seem to exceed ~70 Kb of stack
> memory. So we should be alright to clean 128 Kb here, which saves us
> a small amount of CPU cycles in our clean process.
>
> Original-Bug: 458269872
> Test: Manual analysis, see bug.
> Change-Id: I3da6222991b5446cbb9884239b64e65b77c090b8
> Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1441688
> Reviewed-by: Kevin Lindkvist <lindkvist@google.com>
> Fuchsia-Auto-Submit: Aaron Knobloch <aknobloch@google.com>
> Commit-Queue: Aaron Knobloch <aknobloch@google.com>

Original-Bug: 458269872
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1445895
Original-Revision: bfc1cf14c8f7e52fefbcb8f9cfba4a0acb541945
GitOrigin-RevId: 1e88e77efba0b2d6fa38371fc2a130057ba4f952
Change-Id: I078f53dfbd9846b0c32addbcaf3583338fe5913a
1 file changed
tree: 0c4a131caaa6eb325534c7be50ff8587cb49a169
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. flower
  6. jiri.lock
  7. MILESTONE
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. 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 in one of the communication channels documented at get involved.

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.