3 matches found
CVE-2022-50145
In the Linux kernel, the following vulnerability has been resolved: dmaengine: sf-pdma: Add multithread support for a DMA channel When we get a DMA channel and try to use it in multiple threads it will cause oops and hanging the system. % echo 64 /sys/module/dmatest/parameters/threadsperchan % ec...
CVE-2022-50145 dmaengine: sf-pdma: Add multithread support for a DMA channel
In the Linux kernel, the following vulnerability has been resolved: dmaengine: sf-pdma: Add multithread support for a DMA channel When we get a DMA channel and try to use it in multiple threads it will cause oops and hanging the system. % echo 64 /sys/module/dmatest/parameters/threadsperchan % ec...
CVE-2022-50145
CVE-2022-50145 affects the Linux kernel’s dmaengine sf-pdma: multithreaded use of a DMA channel can trigger OOPS/hang due to a data race where threads reread and reuse a descriptor after device_prep_dma_memcpy() is called. The root cause is that descriptors could be freed or substituted, causing ...