This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from e70b911acc16 Merge tag 'vfio-v5.12-rc8' of git://github.com/awilliam/li [...] new 1cbd44666216 dmaengine: xilinx: dpdma: Fix descriptor issuing on video group new 868833fbffbe dmaengine: xilinx: dpdma: Fix race condition in done IRQ new ea941ac294d7 dmaengine: idxd: Fix clobbering of SWERR overflow bit on w [...] new 4ac823e9cd85 dmaengine: idxd: fix delta_rec and crc size field for comp [...] new ea6a5735d2a6 dmaengine: idxd: fix opcap sysfs attribute output new 0fff71c5a311 dmaengine: idxd: fix wq size store permission state new 88cd1d6191b1 dmaengine: dw: Make it dependent to HAS_IOMEM new ea45b6008f80 dmaengine: Fix a double free in dma_async_device_register new 917a3200b9f4 dmaengine: tegra20: Fix runtime PM imbalance on error new 07503e6aefe4 dmaengine: plx_dma: add a missing put_device() on error path new 6df0e6c57dfc dmaengine: idxd: clear MSIX permission entry on shutdown new ea9aadc06a9f dmaengine: idxd: fix wq cleanup of WQCFG registers new c17a3066b4c1 Merge tag 'dmaengine-fix-5.12' of git://git.kernel.org/pub [...]
The 13 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: drivers/dma/dmaengine.c | 1 + drivers/dma/dw/Kconfig | 2 ++ drivers/dma/idxd/device.c | 65 ++++++++++++++++++++++++++++++++------- drivers/dma/idxd/idxd.h | 3 ++ drivers/dma/idxd/init.c | 11 ++----- drivers/dma/idxd/irq.c | 4 ++- drivers/dma/idxd/sysfs.c | 19 ++++++------ drivers/dma/plx_dma.c | 18 ++++++----- drivers/dma/tegra20-apb-dma.c | 4 +-- drivers/dma/xilinx/xilinx_dpdma.c | 31 +++++++++++-------- include/uapi/linux/idxd.h | 4 +-- 11 files changed, 109 insertions(+), 53 deletions(-)