[roll] Roll fuchsia [kernel][owq] Fix an edge case during requeue operations.

Fix an edge case in OWQ requeue locking operations which resulted in
an ASSERT firing.  The details of the specific setup which triggers
the ASSERT are complicated, please refer to b/502179440 for a detailed
writeup.

In addition to fixing the error, add the core test that Gemini wrote
which originally found the issue.  Also, write a kernel regression test
where we explicitly set up the precise conditions which triggered the
original failure as best we can.  While it is impossible to make the
regression test 100% deterministic, it should never see a false
positive.  While there is an extremely small potential for a false
negative, there is no practical way that the bug could hide for very
long given the frequency it will be run by automated testing.

Original-Fixed: 502179440
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1579413
Original-Revision: 2900bc8de5af47427c4f2418e29915e97614ac44
GitOrigin-RevId: bb29c6315461361ddc1cb3e1efd8ecbb7a0eed72
Change-Id: I63e71495207492e5f5ed4a76283e4b31b6906b1c
1 file changed
tree: 9d4453ad988893addacdce4f81f59e0363de2e15
  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.