Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 124b69b6 authored by Linus Torvalds's avatar Linus Torvalds
Browse files
Pull virtio fix from Rusty Russell:
 "Obviously I forgot to push this before linux.conf.au..."

* tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux:
  virtio_console: Don't access uninitialized data.
parents bb5204c2 aded024a
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -2062,6 +2062,7 @@ static void virtcons_remove(struct virtio_device *vdev)
	/* Disable interrupts for vqs */
	vdev->config->reset(vdev);
	/* Finish up work that's lined up */
	if (use_multiport(portdev))
		cancel_work_sync(&portdev->control_work);

	list_for_each_entry_safe(port, port2, &portdev->ports, list)