This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch stable in repository linux-next.
from 18445bf405cb Merge tag 'spi-fix-v5.9-rc1' of git://git.kernel.org/pub/s [...] adds 394b19d6cb58 x86/boot/compressed: Use builtin mem functions for decompressor adds 33d0f96ffd73 lib/string.c: Use freestanding environment adds bc93b9ae0151 vfio-pci: Avoid recursive read-lock usage adds aae7a75a821a vfio/type1: Add proper error unwind for vfio_iommu_replay() adds 7eac66d0456f Merge tag 'vfio-v5.9-rc2' of git://github.com/awilliam/linux-vfio adds ba8e42077bbe afs: Fix key ref leak in afs_put_operation() adds 9420139f516d dma-pool: fix coherent pool allocations for IOMMU mappings adds d7e673ec2c8e dma-pool: Only allocate from CMA when in same memory zone adds d271b51c60eb Merge tag 'dma-mapping-5.9-1' of git://git.infradead.org/u [...] adds 7c2308f79fc8 PCI/P2PDMA: Fix build without DMA ops adds da2968ff879b Merge tag 'pci-v5.9-fixes-1' of git://git.kernel.org/pub/s [...]
No new revisions were added by this update.
Summary of changes: arch/x86/boot/compressed/misc.c | 7 +- arch/x86/boot/string.h | 5 +- drivers/iommu/dma-iommu.c | 4 +- drivers/pci/p2pdma.c | 10 ++- drivers/vfio/pci/vfio_pci_private.h | 2 + drivers/vfio/pci/vfio_pci_rdwr.c | 120 +++++++++++++++++++++++------ drivers/vfio/vfio_iommu_type1.c | 71 ++++++++++++++++-- fs/afs/fs_operation.c | 1 + include/linux/dma-direct.h | 3 - include/linux/dma-mapping.h | 5 +- kernel/dma/direct.c | 13 +++- kernel/dma/pool.c | 145 +++++++++++++++++++----------------- lib/Makefile | 7 +- 13 files changed, 272 insertions(+), 121 deletions(-)