]> git.baikalelectronics.ru Git - kernel.git/commit
swiotlb: clear io_tlb_start and io_tlb_end in swiotlb_exit
authorChristoph Hellwig <hch@lst.de>
Mon, 14 Jan 2019 20:14:08 +0000 (21:14 +0100)
committerKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Wed, 16 Jan 2019 14:59:17 +0000 (09:59 -0500)
commitf011de370dfcb23b7c4e79694a119ec0ddd3287a
treebaf6e0b03405ea007bd7865f1ca75d80fab44001
parent5ada4c1885c3ebec7f8758c3968a4b57e1d3dc0e
swiotlb: clear io_tlb_start and io_tlb_end in swiotlb_exit

Otherwise is_swiotlb_buffer will return false positives when
we first initialize a swiotlb buffer, but then free it because
we have an IOMMU available.

Fixes: e090aad6eb58 ("dma-direct: merge swiotlb_dma_ops into the dma_direct code")
Reported-by: Sibren Vasse <sibren@sibrenvasse.nl>
Signed-off-by: Christoph Hellwig <hch@lst.de>
Tested-by: Sibren Vasse <sibren@sibrenvasse.nl>
Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
kernel/dma/swiotlb.c