This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from b96fbd602d35 Merge tag 's390-6.0-4' of git://git.kernel.org/pub/scm/lin [...] new 35508d242409 MIPS: loongson32: ls1c: Fix hang during startup new 388f78834117 MIPS: octeon: Get rid of preprocessor directives around RESERVE32 new ba912afbd611 MIPS: OCTEON: irq: Fix octeon_irq_force_ciu_mapping() new 727488e305b2 mips: Select SPARSEMEM_EXTREME new 134984dbcacd Merge tag 'mips-fixes_6.0_1' of git://git.kernel.org/pub/s [...] new 94a568ce3203 iommu/amd: use full 64-bit value in build_completion_wait() new 0c5f6c0d8201 iommu/vt-d: Fix kdump kernels boot failure with scalable mode new 53fc7ad6edf2 iommu/vt-d: Correctly calculate sagaw value of IOMMU new a349ffcb4daf iommu/vt-d: Fix recursive lock issue in iommu_flush_dev_iotlb() new 35bf49e05421 iommu/vt-d: Fix lockdep splat due to klist iteration in at [...] new 91c98fe79414 iommu/virtio: Fix interaction with VFIO new 9cd4f1434479 iommu/vt-d: Fix possible recursive locking in intel_iommu_init() new 2380f1e8195e iommu: Fix false ownership failure on AMD systems with PAS [...] new 2ccd4502f512 Merge tag 'iommu-fixes-v6.0-rc4' of git://git.kernel.org/p [...] new 6292b4ba607d docs: i2c: i2c-topology: fix typo new 12c035a1a840 docs: i2c: i2c-topology: fix incorrect heading new 92d5d6434d28 docs: i2c: i2c-topology: reorder sections more logically new 53b774718f78 docs: i2c: piix4: Fix typos, add markup, drop link new 4e2a2ed96adc dt-bindings: i2c: renesas,riic: Fix 'unevaluatedProperties [...] new 6429883ab1ca Merge tag 'i2c-for-6.0-rc5' of git://git.kernel.org/pub/sc [...] new c0a454b9044f arm64/bti: Disable in kernel BTI when cross section thunks [...] new d105d6920ec7 arm64/ptrace: Don't clear calling process' TIF_SME on OOM new 3fe3fd5f3072 arm64: mm: fix resume for 52-bit enabled builds new 087aa69a9f2b Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/li [...] new 86879fd277e8 scripts: remove obsolete gcc-ld script new c11efc57d4cc scripts/extract-ikconfig: add zstd compression support new 1b620d539ccc kbuild: disable header exports for UML in a straightforward way new c17a2538704f mksysmap: Fix the mismatch of 'L0' symbols in System.map new 4ed9c1e971b1 Merge tag 'kbuild-fixes-v6.0-2' of git://git.kernel.org/pu [...]
The 29 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: .../devicetree/bindings/i2c/renesas,riic.yaml | 3 + Documentation/i2c/busses/i2c-piix4.rst | 13 +- Documentation/i2c/i2c-topology.rst | 214 +++++++++--------- Makefile | 3 +- arch/arm64/Kconfig | 2 + arch/arm64/kernel/ptrace.c | 2 - arch/arm64/kernel/sleep.S | 3 + arch/mips/Kconfig | 1 - arch/mips/cavium-octeon/executive/cvmx-cmd-queue.c | 4 - arch/mips/cavium-octeon/octeon-irq.c | 10 + arch/mips/cavium-octeon/setup.c | 27 +-- arch/mips/loongson32/ls1c/board.c | 1 - drivers/iommu/amd/iommu.c | 3 +- drivers/iommu/amd/iommu_v2.c | 2 + drivers/iommu/intel/dmar.c | 7 + drivers/iommu/intel/iommu.c | 241 ++++++++++----------- drivers/iommu/intel/iommu.h | 9 +- drivers/iommu/iommu.c | 21 +- drivers/iommu/virtio-iommu.c | 11 + include/linux/dmar.h | 4 +- scripts/extract-ikconfig | 1 + scripts/gcc-ld | 30 --- scripts/mksysmap | 2 +- 23 files changed, 315 insertions(+), 299 deletions(-) delete mode 100755 scripts/gcc-ld