[roll] Roll fuchsia [starnix] Fix arch in SECCOMP_RET_TRAP for 32-bit arm syscalls.

This CL fixes a bug in Starnix in which if a 32-bit arm process issues a
syscall that is trapped with SECCOMP_RET_TRAP, it the architecture would
be incorrectly reported as 64 bit.

The CL adds a test for the arch check for different architectures.

Original-Bug: 478953980
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1485377
Original-Revision: 44cae4e9d90844e6ffbcb31409227dd9171d2e8a
GitOrigin-RevId: 3fd1b6d6dc58c49a9e1e5b6648e0240e5e8d198c
Change-Id: Iecdba6ed4e50ab41333cccd65865beb75b186723
1 file changed
tree: b38aea3c540b6d755952e9240be844a773d8ec62
  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.