OSDN Git Service

Reinstate some of "swiotlb: rework "fix info leak with DMA_FROM_DEVICE""
authorLinus Torvalds <torvalds@linux-foundation.org>
Mon, 28 Mar 2022 18:37:05 +0000 (11:37 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 28 Mar 2022 18:37:05 +0000 (11:37 -0700)
commit901c7280ca0d5e2b4a8929fbe0bfb007ac2a6544
tree21432df43fb614016657177e49ef6e6a3275fde4
parentae085d7f9365de7da27ab5c0d16b12d51ea7fca9
Reinstate some of "swiotlb: rework "fix info leak with DMA_FROM_DEVICE""

Halil Pasic points out [1] that the full revert of that commit (revert
in bddac7c1e02b), and that a partial revert that only reverts the
problematic case, but still keeps some of the cleanups is probably
better.  

And that partial revert [2] had already been verified by Oleksandr
Natalenko to also fix the issue, I had just missed that in the long
discussion.

So let's reinstate the cleanups from commit aa6f8dcbab47 ("swiotlb:
rework "fix info leak with DMA_FROM_DEVICE""), and effectively only
revert the part that caused problems.

Link: https://lore.kernel.org/all/20220328013731.017ae3e3.pasic@linux.ibm.com/
Link: https://lore.kernel.org/all/20220324055732.GB12078@lst.de/
Link: https://lore.kernel.org/all/4386660.LvFx2qVVIh@natalenko.name/
Suggested-by: Halil Pasic <pasic@linux.ibm.com>
Tested-by: Oleksandr Natalenko <oleksandr@natalenko.name>
Cc: Christoph Hellwig" <hch@lst.de>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Documentation/core-api/dma-attributes.rst
include/linux/dma-mapping.h
kernel/dma/swiotlb.c