[roll] Roll fuchsia [kernel] Ensure the FAR is set for exception reports

This ensures the FAR gets set in exception reports for exceptions
where hardware explicitly provides it. Prior to this, it looks like
only data aborts included the FAR (or really anything that resolved
to a ZX_EXCP_FATAL_PAGE_FAULT). This ensures that instruction aborts,
pc alignment faults, and watchpoint exceptions also include the FAR.

Original-Fixed: 91257
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/629447
Original-Revision: 6ddce8be721155d23f42404a34c1f011dd3b58c0
GitOrigin-RevId: 3b8d257d2887f0d7b667317b4d06728ca8a19fb2
Change-Id: I43f08b3da3790439752ef2d20b4d70db4fa9662b
1 file changed
tree: 7f8ffca558445679de1dec63ac467059a208b7bf
  1. infra/
  2. third_party/
  3. cts
  4. firmware
  5. flower
  6. jiri.lock
  7. minimal
  8. prebuilts
  9. README.md
  10. stem
  11. test_durations
  12. 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.