[roll] Roll fuchsia [kernel][wait] Common base type for wait queues

Factor common functionality out of WaitQueue into WaitQueueBase and have
WaitQueue and OwnedWaitQueue inherit from it. The follows a more
straightforward and conventional inheritance pattern, making it clear
which functionality is common for agnostic use cases and which behavior
is specific to the wait queue types.

This change is intended to simplify upcoming behavior changes to address
issues in the referenced bugs.

Original-Original-Bug: 491226694
Original-Original-Bug: 498970613
Test: No behavior change. User and kernel core tests pass.
Original-Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1578685
Original-Original-Revision: 6b3127dcc16901fa71f407f71f07f148fcb13bbc
GitOrigin-RevId: 566984c80edc838a3b9a617ed4ca8c4749780e8c
Change-Id: I244eb008d1c4156cddd58e26232268167e5bd859
1 file changed
tree: 97d7c5f6758d2ce84d92803fd19e2eb969df0077
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cobalt
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. 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.