lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Sun, 27 Jan 2019 10:27:21 +0100
From:   Christoph Hellwig <hch@...radead.org>
To:     Linus Torvalds <torvalds@...ux-foundation.org>
Cc:     Julien Grall <julien.grall@....com>,
        Stefano Stabellini <sstabellini@...nel.org>,
        iommu@...ts.linux-foundation.org, linux-kernel@...r.kernel.org
Subject: [GIT PULL] dma-mapping fix for 5.0-rc

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(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ