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:   Thu, 17 Jan 2019 10:36:30 -0500
From:   Konrad Rzeszutek Wilk <konrad@...nel.org>
To:     torvalds@...ux-foundation.org, linux-kernel@...r.kernel.org,
        hch@....de
Subject: [GIT PULL] (swiotbl) tiny fix for 5.0rc2

Hey Linus,

Please pull a tiny fix for v5.0-rc2:

 git://git.kernel.org/pub/scm/linux/kernel/git/konrad/swiotlb.git stable/for-linus-5.0

This fixes an issue with GPU cards not working anymore with the DMA
mapping work Christopher did - as the SWIOTLB is initialized first
and then free-ed (as IOMMU is available) but we forgot to clear our
start and end entries which are used and BOOM.

Thank you!

 kernel/dma/swiotlb.c | 2 ++
 1 file changed, 2 insertions(+)

Christoph Hellwig (1):
      swiotlb: clear io_tlb_start and io_tlb_end in swiotlb_exit


Download attachment "signature.asc" of type "application/pgp-signature" (802 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ