linux/drivers/dma/idxd
Dave Jiang 33f9f3c33e dmaengine: idxd: remove devm allocation for idxd->int_handles
Allocation of idxd->int_handles was merged incorrectly for the 5.13 merge
window. The devm_kcalloc should've been regular kcalloc due to devm_*
removal series for the driver.

Fixes: eb15e7154f ("dmaengine: idxd: add interrupt handle request and release support")
Reported-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Dave Jiang <dave.jiang@intel.com>
Link: https://lore.kernel.org/r/162060710518.130816.11349798049329202863.stgit@djiang5-desk3.ch.intel.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
2021-05-10 21:20:15 +05:30
..
cdev.c dmaengine: idxd: Remove redundant variable cdev_ctx 2021-05-10 20:04:31 +05:30
device.c dmaengine: idxd: device cmd should use dedicated lock 2021-04-23 23:08:45 +05:30
dma.c dmaengine: idxd: fix dma device lifetime 2021-04-20 16:43:52 +05:30
idxd.h dmaengine: idxd: Add IDXD performance monitor support 2021-04-25 21:46:12 +05:30
init.c dmaengine: idxd: remove devm allocation for idxd->int_handles 2021-05-10 21:20:15 +05:30
irq.c dmaengine: idxd: Enable IDXD performance monitor support 2021-04-25 21:46:12 +05:30
Makefile dmaengine: idxd: Add IDXD performance monitor support 2021-04-25 21:46:12 +05:30
perfmon.c dmaengine: idxd: Add IDXD performance monitor support 2021-04-25 21:46:12 +05:30
perfmon.h dmaengine: idxd: Add IDXD performance monitor support 2021-04-25 21:46:12 +05:30
registers.h dmaengine: idxd: Add IDXD performance monitor support 2021-04-25 21:46:12 +05:30
submit.c dmaengine: idxd: add interrupt handle request and release support 2021-04-23 23:08:45 +05:30
sysfs.c dmaengine: idxd: convert sprintf() to sysfs_emit() for all usages 2021-04-23 23:08:45 +05:30