[roll] Roll fuchsia [kernel][mp] Disable preemption for local task in mp_sync_exec

There are callers of mp_sync_exec that rely on the calling CPU to not
reschedule while running a task (see https://fxbug.dev/460442928 for
an example).  In the past, a scheduler exemption deferred a local
reschedule when arch_blocking_disallowed was true.  That exemption
is/will-be removed so we need another mechanism to ensure the local
task does not reschedule.  AutoPreemptDisabler is the preferred
mechanism.

mp_sync_exec will now disable preemption when running a task on the
calling CPU and when processing its mailbox.

Add an in-kernel unit test that verifies the new behavior.

Original-Bug: 42143537
Original-Bug: 457759524
Original-Bug: 460442928
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1422178
Original-Revision: e90f7ee1030e7afcf5ba6afa2eb9d6bf4ec1e7b2
GitOrigin-RevId: 922ec74c40a1fce5b8ca731bfd531fecca157aec
Change-Id: Ib75fb65892e78124a83d0d1089d4d8efbae2390c
1 file changed
tree: 739d507a7a77784b36ad7bd7bb28e963c6f1c866
  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.