]> git.itanic.dy.fi Git - linux-stable/commit
Revert "swiotlb-xen: pass dev_addr to swiotlb_tbl_unmap_single"
authorDavid Vrabel <david.vrabel@citrix.com>
Wed, 10 Dec 2014 14:48:43 +0000 (14:48 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 30 Jan 2015 01:40:50 +0000 (17:40 -0800)
commit98047ad0dcb515a19dec0d9179ef3f7c0c0f3cee
tree15d1f6ef14a5f0dff126ff67ed44a455e8e9bd13
parent0838c7fba01ddf0114d0a0b9ddd5f921c2370da9
Revert "swiotlb-xen: pass dev_addr to swiotlb_tbl_unmap_single"

commit dbdd74763f1faf799fbb9ed30423182e92919378 upstream.

This reverts commit 2c3fc8d26dd09b9d7069687eead849ee81c78e46.

This commit broke on x86 PV because entries in the generic SWIOTLB are
indexed using (pseudo-)physical address not DMA address and these are
not the same in a x86 PV guest.

Signed-off-by: David Vrabel <david.vrabel@citrix.com>
Reviewed-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/xen/swiotlb-xen.c