Re: dma-mapping: clearing GFP_ZERO flag caused crashes of Ethernet on arc/hsdk board.

From: hch@xxxxxx
Date: Wed Mar 28 2018 - 03:53:22 EST


> > 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.