[roll] Roll fuchsia Revert "[starnix] Make exec_binary tests not panic"

This reverts commit fad105296404ac256f2823b2f5ce9d3300b350e6.

Reason for revert: exec_binary_test is failing. See https://go/bbid/8771309218790160897

Original change's description:
> [starnix] Make exec_binary tests not panic
>
> These gvisor tests for exec dynamically create an ELF which has several
> weird properties:
>
> 1. The alignment field is 0, which causes a divide by zero in the elf
>    parser. Fix the elf parser to accept this.
> 2. The elf wants to be mapped at address 0x40000, which is lower than
>    zircon will go. This causes an unrecoverable error in starnix exec,
>    which previously meant a starnix panic. Fix starnix to terminate the
>    process with SIGSEGV instead of panicking. (The panic predates the
>    signal handling code in starnix.)
>
> Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/908027

No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/910139
Original-Revision: 0033680d05c06a3cad9340f9081b42bd09d64b55
GitOrigin-RevId: abe77dec870cb85d849018c64b0cf1b89d25c9ba
Change-Id: Iefb9125f98e9d45cc376f411d8cc3f832c95e2c4
1 file changed
tree: ba7bd93faf26df14e7563ece0772b8f9f94c6fb4
  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.