
13 Oct
2021
13 Oct
'21
4:16 p.m.
On Mon, Oct 04, 2021 at 11:24:51AM +0200, Stefan Agner wrote:
The current code invalidates the range after the read buffer since the buffer pointer gets incremented in the read loop. Use a temporary pointer to make sure we have a pristine pointer to invalidate the correct memory range after read.
Fixes: 704e040a51d2 ("nvme: Apply cache operations on the DMA buffers") Reviewed-by: Andre Przywara andre.przywara@arm.com Signed-off-by: Stefan Agner stefan@agner.ch
Applied to u-boot/master, thanks!
--
Tom