In the Linux kernel, the following vulnerability has been resolved:
dmaengine: fsl-qdma: Fix a memory leak related to the queue command DMA
This dma_alloc_coherent() is undone neither in the remove function, nor in the error handling path of fsl_qdma_probe().
Switch to the managed version to fix both issues.
| Software | From | Fixed in |
|---|---|---|
| linux / linux_kernel | 6.8-rc1 | 6.8-rc1.x |
| linux / linux_kernel | 5.11 | 5.15.149 |
| linux / linux_kernel | 5.5 | 5.10.210 |
| linux / linux_kernel | 6.8-rc2 | 6.8-rc2.x |
| linux / linux_kernel | 6.7 | 6.7.5 |
| linux / linux_kernel | 6.2 | 6.6.17 |
| linux / linux_kernel | 5.1 | 5.4.269 |
| linux / linux_kernel | 5.16 | 6.1.78 |
| debian / debian_linux | 10.0 | 10.0.x |