[roll] Roll fuchsia [kernel][scheduler] Make Rescheduling with arch_blocking_disallowed an error

Prior to this change, Scheduler::Reschedule and
Scheduler::RescheduleMask and would pend a preemption when called in
an arch_blocking_disallowed context.  That is, they pend a preemption
and return rather than continue down into RescheduleCommon.  This
change removes the special case logic for arch_blocking_disallowed.

Now, calling Reschedule or RescheduleMask with
arch_blocking_disallowed is an error and will result in the existing
RescheduleCommon assert firing.

The motivation for this change is to remove the only remaining
non-assert use of arch_blocking_disallowed and to simplify the
reschedule logic in preparation for use of mp_reschedule_self.

Original-Bug: 42143537
Original-Bug: 457759524
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1415586
Original-Revision: 49e0b74b3a6322e861d2e0df8b75a531ab9ef1d3
GitOrigin-RevId: eb9a35602d8c3f4707437eeceb0bdc2af99a633c
Change-Id: Ibfc56e0cd609b325ec43c17d0fb8454c5dc0969a
1 file changed
tree: 31acc13e317ac5dfe4d6642a099f21373b6ec5fc
  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.