> > The logical question is why? > > 1. See that's another platform with ARC core so maybe in case of ARM > DMA allocator already zeroes pages regardless provided flags - > personally I didn't check that.
Yes, most architectures always clear memory returned by dma_alloc*. Looks like a few don't and my commit got them in trouble. As usual I'd prefer to match x86 semantics for now to avoid problems. I'll send patches for arc and s390 which seem to be actually used holdouts, and will look if anyone else is also affected. _______________________________________________ iommu mailing list iommu@lists.linux-foundation.org https://lists.linuxfoundation.org/mailman/listinfo/iommu