This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 20371ba12063 Merge tag 'drm-fixes-2024-08-30' of https://gitlab.freedes [...] new b58b133e680b iommu: Handle iommu faults for a bad iopf setup new 7af6c720417f iommu/vt-d: Fix incorrect domain ID in context flush helper new 996dc53ac289 iommufd: Do not allow creating areas without READ or WRITE new 6093cd582f8e iommu: Do not return 0 from map_pages if it doesn't do anything new 51eeef9a482b MAINTAINERS: Add Jean-Philippe as SMMUv3 SVA reviewer new 13c6bba601ac Merge tag 'iommu-fixes-v6.11-rc5' of git://git.kernel.org/ [...] new ab8d66d132bc soundwire: stream: fix programming slave ports for non-con [...] new 8d80c9903e3f Merge tag 'soundwire-6.11-fixes' of git://git.kernel.org/p [...] new 0e8a0504da59 phy: qcom: qmp-pcie: Fix X1E80100 PCIe Gen4 PHY initialisation new ce52c2532299 phy: fsl-imx8mq-usb: fix tuning parameter name new 3a07703a5230 phy: exynos5-usbdrd: fix error code in probe() new 5af9b304bc60 phy: xilinx: phy-zynqmp: Fix SGMII linkup failure on resume new 32fafaf2ab18 Merge tag 'phy-fixes-6.11' of git://git.kernel.org/pub/scm [...] new b336268dde75 dmaengine: dw: Add peripheral bus width verification new d04b21bfa1c5 dmaengine: dw: Add memory bus width verification new 1fd6fe89055e dmaengine: dw: Simplify prepare CTL_LO methods new 3acb301d3374 dmaengine: dw: Define encode_maxburst() above prepare_ctll [...] new d8fa0802f635 dmaengine: dw: Simplify max-burst calculation procedure new 2ebc36b9581d dmaengine: dw: Unify ret-val local variables naming new 5e5c793c7fc4 dmaengine: ti: omap-dma: Initialize sglen after allocation new b53b831919a0 dmaengine: stm32-dma3: Set lli_size after allocation new 383baf5c8f06 dmaengine: dw-edma: Fix unmasking STOP and ABORT interrupt [...] new 9f646ff25c09 dmaengine: dw-edma: Do not enable watermark interrupts for HDMA new 922842a3bfbe Merge tag 'dmaengine-fix-6.11' of git://git.kernel.org/pub [...] new 67d95303c847 cpufreq: amd-pstate: Fix uninitialized variable in amd_pst [...] new 0d8584d288a9 cpufreq/amd-pstate: Use topology_logical_package_id() inst [...] new 9983a9cd4d42 cpufreq/amd-pstate-ut: Don't check for highest perf matchi [...] new 15d75184a86f Merge tag 'amd-pstate-v6.11-2024-08-26' of ssh://gitolite. [...] new fb1a804535ad Merge tag 'pm-6.11-rc6' of git://git.kernel.org/pub/scm/li [...] new 76a0e79bc84f selinux,smack: don't bypass permissions check in inode_set [...] new fb24560f31f9 Merge tag 'lsm-pr-20240830' of git://git.kernel.org/pub/sc [...]
The 31 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: MAINTAINERS | 4 + drivers/cpufreq/amd-pstate-ut.c | 13 +-- drivers/cpufreq/amd-pstate.c | 4 +- drivers/dma/dw-edma/dw-hdma-v0-core.c | 26 ++---- drivers/dma/dw/core.c | 131 +++++++++++++++++++++++----- drivers/dma/dw/dw.c | 40 +++++---- drivers/dma/dw/idma32.c | 19 ++-- drivers/dma/dw/platform.c | 20 ++--- drivers/dma/dw/regs.h | 1 - drivers/dma/stm32/stm32-dma3.c | 2 +- drivers/dma/ti/omap-dma.c | 6 +- drivers/iommu/arm/arm-smmu-v3/arm-smmu-v3.c | 2 +- drivers/iommu/intel/iommu.c | 8 +- drivers/iommu/intel/iommu.h | 2 +- drivers/iommu/intel/pasid.c | 7 +- drivers/iommu/io-pgfault.c | 121 +++++++++++++++++-------- drivers/iommu/io-pgtable-arm-v7s.c | 3 +- drivers/iommu/io-pgtable-arm.c | 3 +- drivers/iommu/io-pgtable-dart.c | 3 +- drivers/iommu/iommufd/ioas.c | 8 ++ drivers/phy/freescale/phy-fsl-imx8mq-usb.c | 2 +- drivers/phy/qualcomm/phy-qcom-qmp-pcie.c | 23 +++-- drivers/phy/samsung/phy-exynos5-usbdrd.c | 2 +- drivers/phy/xilinx/phy-zynqmp.c | 56 ++++++++++++ drivers/soundwire/stream.c | 8 +- include/linux/iommu.h | 5 +- security/selinux/hooks.c | 4 +- security/smack/smack_lsm.c | 4 +- tools/testing/selftests/iommu/iommufd.c | 6 +- 29 files changed, 374 insertions(+), 159 deletions(-)