From 2e9c9dfde00a6466441e93033cf2c37f720bdacf Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Tue, 2 Oct 2012 17:25:46 +0200 Subject: [PATCH] [SCSI] virtio-scsi: initialize scatterlist structure The sg struct is used without being initialized, which breaks when CONFIG_DEBUG_SG is enabled. Cc: stable@vger.kernel.org Signed-off-by: Richard W.M. Jones Signed-off-by: Paolo Bonzini Signed-off-by: James Bottomley --- Reading git-format-patch failed