Files
linux/drivers/char/virtio_console.c
Michael S. Tsirkin ee7fb5b371 virtio_console: avoid config access from irq
[ Upstream commit eeb8a7e8bb ]

when multiport is off, virtio console invokes config access from irq
context, config access is blocking on s390.
Fix this up by scheduling work from config irq - similar to what we do
for multiport configs.

Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Reviewed-by: Amit Shah <amit.shah@redhat.com>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Cc: stable@kernel.org
Signed-off-by: Sasha Levin <sasha.levin@oracle.com>
2015-03-28 09:36:55 -04:00

56 KiB