On Mon, Sep 20, 2021 at 06:07:16PM +0200, Sam Ravnborg wrote: > On Mon, Sep 20, 2021 at 01:31:07PM +0200, Christoph Hellwig wrote: > > LEON only needs snooping when DMA accesses are not seen on the processor > > bus. Given that coherent allocations are mapped uncached this can't > > happen for those, so open code the d-cache flushing logic in the only > > remaing place that needs it, arch_sync_dma_for_cpu. > I do not see this change explicitly explained in the changelog. > Is this not one of the "only remaining place that needs it"? Yes. Two callers, one needs it, one doesn't. > Would be nice to see it explicitly mentioned. Ok. I'll respin with a more detailed commit log.