Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux

Pull arm64 fix from Catalin Marinas:
"Invalidate the caches before clearing the DMA buffer via the
non-cacheable alias in the FORCE_CONTIGUOUS case"

* tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux:
arm64: dma-mapping: Fix FORCE_CONTIGUOUS buffer clearing

+1 -1
+1 -1
arch/arm64/mm/dma-mapping.c
··· 429 429 prot, 430 430 __builtin_return_address(0)); 431 431 if (addr) { 432 - memset(addr, 0, size); 433 432 if (!coherent) 434 433 __dma_flush_area(page_to_virt(page), iosize); 434 + memset(addr, 0, size); 435 435 } else { 436 436 iommu_dma_unmap_page(dev, *handle, iosize, 0, attrs); 437 437 dma_release_from_contiguous(dev, page,