Re: [PATCH 0/3] fixup potential cpu stall

From: Michael S. Tsirkin
Date: Thu Jun 22 2023 - 08:01:23 EST


On Fri, Jun 09, 2023 at 09:18:14PM +0800, Xianting Tian wrote:
> Cpu stall issue may happen if device is configured with multi queues
> and large queue depth, so fix it.


I applied this after tweaking commit log to address Greg's comments.
In the future I expect you guys to do such tweaks yourself.

> Xianting Tian (3):
> virtio-crypto: fixup potential cpu stall when free unused bufs
> virtio_console: fixup potential cpu stall when free unused bufs
> virtio_bt: fixup potential cpu stall when free unused bufs
>
> drivers/bluetooth/virtio_bt.c | 1 +
> drivers/char/virtio_console.c | 1 +
> drivers/crypto/virtio/virtio_crypto_core.c | 1 +
> 3 files changed, 3 insertions(+)
>
> --
> 2.17.1