[roll] Roll fuchsia [kernel][x86] Delay enabling interrupts in the page fault handler

Moves the code that re-enables interrupts in the x86 page fault handler
to after the value of the X86_PFR_RUN_FAULT_HANDLER_BIT has been
checked. This is required to support running user copies that capture
faults inside a non-blocking context (such as holding a spinlock). See
the CQ results of
https://fxrev.dev/c/fuchsia/+/1004052/9..10?checksPatchset=9 for what
goes wrong when we enable interrupts before capturing faults.

Original-Bug: 328674858
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1007035
Original-Revision: 2b9de5a60ecdf45175ceba39b7457d5c2e982c9e
GitOrigin-RevId: 302cef0b4127fa0063d4b774c358687943a2bdc0
Change-Id: Ie0077b12de90aee688d0d47b41f38cdc5d224637
1 file changed
tree: 3bcdf1c8bf025118ba09fc2b50ef579a45cefdab
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. 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.