[roll] Roll fuchsia [Starnix] Fix kernel panic when negating PID values

i32 negation operation (i.e. `-foo`) panics for `i32::MIN`. `sys_kill()`
and `sys_wait4()` were not handling this case when trying to negate pid
value received from the caller. Fix them to handle this case correctly.

Original-Bug: b/287118375
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/907465
Original-Revision: 07f4dd91e3474ae72b9ac9ce23021112f34c290a
GitOrigin-RevId: 80976dc64e8d0a277a0ed895197ddc4d23d3eef1
Change-Id: Ib94359b3cd499795e819701e336c9e76dc09c296
1 file changed
tree: 1a5f77bff8e45e70ae98556a5e4510d44721aef6
  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.