[PATCH 0/3] Some minor SWIOTLB cleanups

Robin Murphy posted 3 patches 4 years, 5 months ago
kernel/dma/swiotlb.c | 74 ++++++++++++++------------------------------
1 file changed, 24 insertions(+), 50 deletions(-)
[PATCH 0/3] Some minor SWIOTLB cleanups
Posted by Robin Murphy 4 years, 5 months ago
Hi all,

Here's a little collection of cleanup patches for some annoyances
that have built up while looking at SWIOTLB code recently.

Cheers,
Robin.


Robin Murphy (3):
  swiotlb: Simplify debugfs setup
  swiotlb: Tidy up includes
  swiotlb: Simplify array allocation

 kernel/dma/swiotlb.c | 74 ++++++++++++++------------------------------
 1 file changed, 24 insertions(+), 50 deletions(-)

-- 
2.28.0.dirty

Re: [PATCH 0/3] Some minor SWIOTLB cleanups
Posted by Christoph Hellwig 4 years, 5 months ago
Thanks,

applied to the dma-mapping for-next tree.