Re: [PATCH v1 1/2] virtio-balloon: tweak config_changed implementation
From: Cornelia Huck
Date: Thu Jan 03 2019 - 04:40:25 EST
On Thu, 3 Jan 2019 13:31:01 +0800
Wei Wang <wei.w.wang@xxxxxxxxx> wrote:
> virtio-ccw has deadlock issues with reading config registers inside the
s/config registers/the config space/ ?
> interrupt context, so we tweak the virtballoon_changed implementation
> by moving the config read operations into the related workqueue contexts.
Also credit Christian with a Reported-by:?
>
> Signed-off-by: Wei Wang <wei.w.wang@xxxxxxxxx>
> ---
> drivers/virtio/virtio_balloon.c | 54 ++++++++++++++++++++---------------------
> 1 file changed, 26 insertions(+), 28 deletions(-)
Reviewed-by: Cornelia Huck <cohuck@xxxxxxxxxx>