In the Linux kernel, the following vulnerability has been resolved:
dmaengine: fsl-qdma: Fix a memory leak related to the queue command DMA
This dmaalloccoherent() is undone neither in the remove function, nor in the error handling path of fslqdmaprobe().
Switch to the managed version to fix both issues.