[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
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.