This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 4f30a60aa784 Merge tag 'close-range-v5.9' of git://git.kernel.org/pub/s [...] new 3c8387d234f7 uuid: remove unused uuid_le_to_bin() definition new 9fa867d2acbc Merge tag 'uuid-for-5.9' of git://git.infradead.org/users/ [...] new d3fa60d7bfdc dma-mapping: move the remaining DMA API calls out of line new b41741730059 dma-mapping: inline the fast path dma-direct calls new 2f9237d4f6df dma-mapping: make support for dma ops optional new d35834c64820 dma-mapping: add a dma_ops_bypass flag to struct device new f1565c24b596 powerpc: use the generic dma_ops_bypass mode new 23efed6fa751 dma-debug: use named initializers for dir2name new 274b3f7bf344 dma-contiguous: cleanup dma_alloc_contiguous new 2ed90dbbf7be Merge tag 'dma-mapping-5.9' of git://git.infradead.org/use [...]
The 10 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: arch/alpha/Kconfig | 1 + arch/arm/Kconfig | 1 + arch/ia64/Kconfig | 1 + arch/mips/Kconfig | 1 + arch/parisc/Kconfig | 1 + arch/powerpc/Kconfig | 2 + arch/powerpc/include/asm/device.h | 5 - arch/powerpc/kernel/dma-iommu.c | 90 ++------------ arch/s390/Kconfig | 1 + arch/sparc/Kconfig | 1 + arch/x86/Kconfig | 1 + drivers/infiniband/core/device.c | 6 +- drivers/iommu/Kconfig | 2 + drivers/macintosh/macio_asic.c | 4 +- drivers/misc/mic/Kconfig | 4 + drivers/vdpa/Kconfig | 1 + drivers/xen/Kconfig | 1 + include/linux/device.h | 11 +- include/linux/dma-direct.h | 104 ++++++++++++++++ include/linux/dma-mapping.h | 251 +++++--------------------------------- include/linux/uuid.h | 2 - kernel/dma/Kconfig | 12 ++ kernel/dma/Makefile | 3 +- kernel/dma/contiguous.c | 31 +++-- kernel/dma/debug.c | 8 +- kernel/dma/direct.c | 74 ----------- kernel/dma/mapping.c | 214 ++++++++++++++++++++++++++++++-- 27 files changed, 415 insertions(+), 418 deletions(-)