Any comments?
On Thu, Oct 21, 2021 at 11:06:01AM +0200, Christoph Hellwig wrote: > Hi all, > > Linus complained about the complex flow in dma_direct_alloc, so this > tries to simplify it a bit, and while I was at it I also made sure that > unencrypted pages never leak back into the page allocator. > > Changes since v1: > - fix a missing return > - add a new patch to fix a pre-existing missing unmap > - various additional cleanups > > Diffstat: > direct.c | 234 > +++++++++++++++++++++++++++++++++++++-------------------------- > 1 file changed, 138 insertions(+), 96 deletions(-) > _______________________________________________ > iommu mailing list > [email protected] > https://lists.linuxfoundation.org/mailman/listinfo/iommu ---end quoted text--- _______________________________________________ iommu mailing list [email protected] https://lists.linuxfoundation.org/mailman/listinfo/iommu
