This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 900241a5cc15 Merge tag 'drm-fixes-2025-04-11-1' of https://gitlab.freed [...] new 2ccd42b959aa s390/virtio_ccw: Don't allocate/assign airqs for non-exist [...] new 8231a0e63240 s390: Add z17 elf platform new c51ea9888e88 s390: Allow to compile with z17 optimizations new df194f57de71 s390/cpumf: Update CPU Measurement facility extended count [...] new aa1ac98268cd s390/cpumf: Fix double free on error in cpumf_pmu_event_init() new 9b03fa105c69 Merge tag 's390-6.15-3' of git://git.kernel.org/pub/scm/li [...] new 7ab4f0e37a0f ACPI PPTT: Fix coding mistakes in a couple of sizeof() calls new b988685388ef ACPI: EC: Set ec_no_wakeup for Lenovo Go S new a8605b0ed187 ACPI: button: Only send `KEY_POWER` for `ACPI_BUTTON_NOTIF [...] new dcc4aca53338 Merge branches 'acpi-ec' and 'acpi-button' new c86e5b561a4a Merge tag 'acpi-6.15-rc2' of git://git.kernel.org/pub/scm/ [...] new df4bf3fa1b1e iommu: Fix crash in report_iommu_fault() new 548183ea388c iommu/vt-d: Wire up irq_ack() to irq_move_irq() for posted MSIs new 7d8c490ba396 iommu/vt-d: Remove an unnecessary call set_dma_ops() new 280e5a301005 iommu: Clear iommu-dma ops on cleanup new d9d3cede4167 iommu/ipmmu-vmsa: Register in a sensible order new 99deffc409b6 iommu/exynos: Fix suspend/resume with IDENTITY domain new 38e8844005e6 iommu/mediatek: Fix NULL pointer deference in mtk_iommu_de [...] new ae4814a3aab5 iommu: remove unneeded semicolon new 767e22001dfc iommu/tegra241-cmdqv: Fix warnings due to dmam_free_coherent() new 023e62ce85ce Merge tag 'iommu-fixes-v6.15-rc1' of git://git.kernel.org/ [...] new 9546ad1a9bda nvme: requeue namespace scan on missed AENs new 62baf70c3274 nvme: re-read ANA log page after ns scan completes new e3105f54a515 nvme: multipath: fix return value of nvme_available_path new b013b817f32f nvme-tcp: fix use-after-free of netns by kernel TCP socket. new 2b5f0c5bc819 nvmet-fcloop: swap list_add_tail arguments new f22c458f9495 nvmet-fcloop: replace kref with refcount new 72511b1dc414 nvmet-fcloop: add ref counting to lport new aeaa0913a699 nvmet-fc: inline nvmet_fc_delete_assoc new 88517565b592 nvmet-fc: inline nvmet_fc_free_hostport new 1a909565733e nvmet-fc: update tgtport ref per assoc new b0b26ad0e194 nvmet-fc: take tgtport reference only once new 70289ae5cac4 nvmet-fc: put ref when assoc->del_work is already scheduled new 818ad0bb4000 Merge tag 'nvme-6.15-2025-04-10' of git://git.infradead.or [...] new 3b607b75a345 null_blk: Use strscpy() instead of strscpy_pad() in null_a [...] new ff885625298f Merge tag 'block-6.15-20250411' of git://git.kernel.dk/linux new ad320e408a8c ata: pata_pxa: Fix potential NULL pointer dereference in p [...] new 8d46a2708503 ata: sata_sx4: Add error handling in pdc20621_i2c_read() new 2f3e5ef271e8 Merge tag 'ata-6.15-rc2' of git://git.kernel.org/pub/scm/l [...] new 5d07ab2a7fa1 spi: fsl-qspi: Fix double cleanup in probe error path new 82bedbfedd2f spi: fsl-spi: Remove redundant probe error message new e618ee89561b Merge tag 'spi-fix-v6.15-rc1' of git://git.kernel.org/pub/ [...]
The 42 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/s390/Kconfig | 19 +++ arch/s390/Makefile | 2 + arch/s390/include/asm/march.h | 4 + arch/s390/kernel/perf_cpum_cf.c | 11 +- arch/s390/kernel/perf_cpum_cf_events.c | 167 ++++++++++++++++++++++++- arch/s390/kernel/perf_cpum_sf.c | 3 - arch/s390/kernel/processor.c | 4 + arch/s390/tools/gen_facilities.c | 3 + drivers/acpi/button.c | 2 +- drivers/acpi/ec.c | 28 +++++ drivers/acpi/pptt.c | 4 +- drivers/ata/pata_pxa.c | 6 + drivers/ata/sata_sx4.c | 13 +- drivers/block/null_blk/main.c | 2 +- drivers/iommu/arm/arm-smmu-v3/tegra241-cmdqv.c | 32 +---- drivers/iommu/dma-iommu.c | 4 +- drivers/iommu/exynos-iommu.c | 4 +- drivers/iommu/intel/iommu.c | 1 - drivers/iommu/intel/irq_remapping.c | 29 ++--- drivers/iommu/iommu.c | 6 +- drivers/iommu/ipmmu-vmsa.c | 27 ++-- drivers/iommu/mtk_iommu.c | 26 ++-- drivers/nvme/host/core.c | 9 ++ drivers/nvme/host/multipath.c | 2 +- drivers/nvme/host/tcp.c | 2 + drivers/nvme/target/fc.c | 60 +++------ drivers/nvme/target/fcloop.c | 74 ++++++----- drivers/s390/virtio/virtio_ccw.c | 16 ++- drivers/spi/spi-fsl-qspi.c | 8 +- 29 files changed, 384 insertions(+), 184 deletions(-)