In the Linux kernel, the following vulnerability has been resolved:
dmaengine: idxd: Fix the error handling path in idxdcdevregister()
If a call to allocchrdevregion() fails, the already allocated resources are leaking.
Add the needed error handling path to fix the leak.