[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20160229151749.a972ae993adffb667140548d@linux-foundation.org>
Date: Mon, 29 Feb 2016 15:17:49 -0800
From: Andrew Morton <akpm@...ux-foundation.org>
To: Brian Starkey <brian.starkey@....com>
Cc: Catalin Marinas <catalin.marinas@....com>,
Dan Williams <dan.j.williams@...el.com>,
Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
linux-kernel@...r.kernel.org, linux-arm-kernel@...ts.infradead.org
Subject: Re: [PATCH v2 4/4] drivers: dma-coherent: use memset_io for
DMA_MEMORY_IO mappings
On Mon, 29 Feb 2016 16:09:24 +0000 Brian Starkey <brian.starkey@....com> wrote:
> Use memset_io() for DMA_MEMORY_IO mappings which are mapped as I/O
> memory, and regular memset() for DMA_MEMORY_MAP mappings.
>
> This fixes the below alignment fault on arm64 for DMA_MEMORY_IO
> mappings, where memset() uses the DC ZVA instruction which is
> invalid on device memory.
What's the urgency of this fix? "Hair on fire needed in stable asap"
or "Nice to have in there for 4.6" or what?
Powered by blists - more mailing lists