[roll] Roll fuchsia [virtio] Fix hanging bug during device release.

The fix is to check the IRQ thread exit condition while the thread waits
on further interrupts. Otherwise, the IRQ thread does not terminate
because it waits on further interrupts indefinitely. This bug was
discovered while trying to migrate the virtio-block driver over to DFv2.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1163993
Original-Revision: dd2ac29afaf3ff890cbeccbd374f915a5e536dc1
GitOrigin-RevId: d6979f75759f236cb34683040ed9ad7b3d04bc33
Change-Id: I8d70cd65324f6d826028038c81bdb00e1f8d25a7
1 file changed
tree: 60d37bf1dadc0d3f2dd6ecb5617605cc25339d52
  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 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.