Ubuntu-focal-kernel/drivers/dma
Nikita Shubin 01a42c7bc1 dmaengine: ioatdma: Fix missing kmem_cache_destroy()
BugLink: https://bugs.launchpad.net/bugs/2073621

[ Upstream commit 5422145d0b749ad554ada772133b9b20f9fb0ec8 ]

Fix missing kmem_cache_destroy() for ioat_sed_cache in
ioat_exit_module().

Noticed via:

```
modprobe ioatdma
rmmod ioatdma
modprobe ioatdma
debugfs: Directory 'ioat_sed_ent' with parent 'slab' already present!
```

Fixes: c0f28ce66e ("dmaengine: ioatdma: move all the init routines")
Signed-off-by: Nikita Shubin <n.shubin@yadro.com>
Acked-by: Dave Jiang <dave.jiang@intel.com>
Link: https://lore.kernel.org/r/20240514-ioatdma_fixes-v1-1-2776a0913254@yadro.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
Signed-off-by: Portia Stephens <portia.stephens@canonical.com>
Signed-off-by: Roxana Nicolescu <roxana.nicolescu@canonical.com>
2024-08-02 16:16:19 +02:00
..
bestcomm
dw
dw-axi-dmac Add exception protection processing for vd in axi_chan_handle_err function 2023-03-21 10:08:54 +01:00
dw-edma dmaengine: dw-edma: Fix to enable to issue dma request on DMA processing 2023-08-09 12:25:22 +02:00
hsu
ioat dmaengine: ioatdma: Fix missing kmem_cache_destroy() 2024-08-02 16:16:19 +02:00
ipu
mediatek dmaengine: mediatek: Fix deadlock caused by synchronize_irq() 2024-01-05 14:29:55 +01:00
ppc4xx
qcom
sh dmaengine: shdma: increase size of 'dev_id' 2024-04-26 10:54:05 +02:00
ti dmaengine: ti: edma: handle irq_of_parse_and_map() errors 2024-02-02 14:13:04 +01:00
xilinx dmaengine: xilinx_dma: call of_node_put() when breaking out of for_each_child_of_node() 2023-03-21 10:08:58 +01:00
Kconfig dmaengine: tegra210-adma: Update dependency to ARCH_TEGRA 2024-06-07 15:01:27 +02:00
Makefile
TODO
acpi-dma.c
altera-msgdma.c
amba-pl08x.c
at_hdmac.c dmaengine: at_hdmac: Check return code of dma_async_device_register 2023-02-01 15:21:04 +01:00
at_hdmac_regs.h dmaengine: at_hdmac: Fix at_lli struct definition 2023-02-01 15:21:02 +01:00
at_xdmac.c dmaengine: at_xdmac: do not enable all cyclic channels 2023-08-09 12:25:22 +02:00
bcm-sba-raid.c
bcm2835-dma.c
coh901318.c
coh901318.h
coh901318_lli.c
dma-axi-dmac.c dmaengine: axi-dmac: fix possible race in remove() 2024-08-02 16:16:16 +02:00
dma-jz4780.c
dmaengine.c dmaengine: Fix double increment of client_count in dma_chan_get() 2023-03-21 10:08:58 +01:00
dmaengine.h
dmatest.c
ep93xx_dma.c
fsl-edma-common.c
fsl-edma-common.h
fsl-edma.c
fsl-qdma.c dmaengine: fsl-qdma: init irq after reg initialization 2024-04-26 10:54:11 +02:00
fsl_raid.c
fsl_raid.h
fsldma.c
fsldma.h
hisi_dma.c
idma64.c dmaengine: idma64: Add check for dma_set_max_seg_size 2024-07-05 10:51:59 +02:00
idma64.h
img-mdc-dma.c
imx-dma.c
imx-sdma.c dmaengine: imx-sdma: Fix a possible memory leak in sdma_transfer_init 2023-03-21 10:09:01 +01:00
iop-adma.c
iop-adma.h
k3dma.c
lpc18xx-dmamux.c
mcf-edma.c dmaengine: mcf-edma: Fix a potential un-allocated memory access 2023-10-30 11:41:53 +01:00
mic_x100_dma.c
mic_x100_dma.h
mmp_pdma.c
mmp_tdma.c
moxart-dma.c
mpc512x_dma.c
mv_xor.c
mv_xor.h
mv_xor_v2.c dmaengine: mv_xor_v2: Fix an error code. 2023-08-09 12:25:22 +02:00
mxs-dma.c
nbpfaxi.c
of-dma.c
owl-dma.c dmaengine: owl: fix register access functions 2024-06-07 15:01:47 +02:00
pch_dma.c
pl330.c dmaengine: Revert "dmaengine: pl330: issue_pending waits until WFP state" 2024-07-05 10:51:50 +02:00
pxa_dma.c dmaengine: pxa_dma: Remove an erroneous BUG_ON() in pxad_free_desc() 2024-02-02 14:13:05 +01:00
s3c24xx-dma.c
sa11x0-dma.c
sirf-dma.c
sprd-dma.c dmaengine: sprd: Cleanup in .remove() after pm_runtime_get_sync() failed 2022-10-17 15:01:58 +02:00
st_fdma.c
st_fdma.h
ste_dma40.c dmaengine: ste_dma40: Fix PM disable depth imbalance in d40_probe 2024-02-02 14:13:00 +01:00
ste_dma40_ll.c
ste_dma40_ll.h
stm32-dma.c
stm32-dmamux.c
stm32-mdma.c dmaengine: stm32-mdma: correct desc prep when channel running 2024-02-02 14:13:10 +01:00
sun4i-dma.c
sun6i-dma.c
tegra20-apb-dma.c
tegra210-adma.c dmaengine: tegra210-adma: fix global intr clear 2023-03-21 10:08:56 +01:00
timb_dma.c
txx9dmac.c
txx9dmac.h
uniphier-mdmac.c
virt-dma.c
virt-dma.h
xgene-dma.c
zx_dma.c