[GIT PULL] dma-mapping fix for 5.0-rc

From: Christoph Hellwig
Date: Sun Jan 27 2019 - 04:27:43 EST


Hi Linus,

please pull the fix below, which fixed the xen swiotlb cache flusing
on arm64.

The following changes since commit 333478a7eb21245880c89aad166ad08478cc577d:

Merge branch 'for-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux (2019-01-23 16:23:41 +1300)

are available in the Git repository at:

git://git.infradead.org/users/hch/dma-mapping.git tags/dma-mapping-5.0-2

for you to fetch changes up to 60d8cd572f655aac6107a2330dced004ad1fe3d7:

arm64/xen: fix xen-swiotlb cache flushing (2019-01-23 22:14:56 +0100)

----------------------------------------------------------------
Fix a xen-swiotlb regression on arm64

----------------------------------------------------------------
Christoph Hellwig (1):
arm64/xen: fix xen-swiotlb cache flushing

arch/arm/include/asm/xen/page-coherent.h | 94 +++++++++++++++++++++++++++++
arch/arm64/include/asm/device.h | 3 -
arch/arm64/include/asm/xen/page-coherent.h | 76 +++++++++++++++++++++++
arch/arm64/mm/dma-mapping.c | 4 +-
drivers/xen/swiotlb-xen.c | 4 +-
include/xen/arm/page-coherent.h | 97 +-----------------------------
6 files changed, 176 insertions(+), 102 deletions(-)