In the Linux kernel, the following vulnerability has been resolved:
crypto: atmel-tdes - fix DMA sync direction
Before DMA output is consumed by the CPU, ->dmaaddrout must be synced with dmasyncsingleforcpu() instead of dmasyncsinglefordevice(). Using the wrong direction can return stale cache data on non-coherent platforms.