PT-2026-43944
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, -dma addr out must be synced with dma sync single for cpu instead of dma sync single for device. Using the wrong direction can return stale cac...