This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from b909d77359b8 Merge tag '6.18-rc3-smb-client-fixes' of git://git.samba.o [...] new 0fd20f65df6a s390/pci: Avoid deadlock between PCI error recovery and ml [...] new 840bc67cf013 s390: Update defconfigs new b45873c3f091 s390/pci: Restore IRQ unconditionally for the zPCI device new 07ad45e06b40 s390/mm: Fix memory leak in add_marker() when kvrealloc() fails new 64e2f60f355e s390: Disable ARCH_WANT_OPTIMIZE_HUGETLB_VMEMMAP new b4f7f01ea14f Merge tag 's390-6.18-3' of git://git.kernel.org/pub/scm/li [...] new 12a1c9353c47 block: fix op_is_zone_mgmt() to handle REQ_OP_ZONE_RESET_ALL new 19de03b312d6 block: make REQ_OP_ZONE_OPEN a write operation new 0b39ca457241 blk-crypto: use BLK_STS_INVAL for alignment errors new 60ad1de8e592 nvmet-auth: update sc_c in host response new 0194b65ab571 nvme-pci: use blk_map_iter for p2p metadata new 08d33390248f Merge tag 'nvme-6.18-2025-10-30' of git://git.infradead.or [...] new 0d92a3eaa672 null_blk: set dma alignment to logical block size new a5beb58e5309 Merge tag 'block-6.18-20251031' of git://git.kernel.org/pu [...] new 6012379ede6a vfio/type1: sanitize for overflow using check_*_overflow() new 1196f1f897d4 vfio/type1: move iova increment to unmap_unpin_*() caller new ef270ec44637 vfio/type1: handle DMA map/unmap up to the addressable limit new 16950b60c19b vfio: selftests: update DMA map/unmap helpers to support m [...] new de8d1f2fd5a5 vfio: selftests: add end of address space DMA map/unmap tests new 39bcf0f7d415 Merge tag 'vfio-v6.18-rc4' of https://github.com/awilliam/ [...] new 057f1652feb9 Revert "PCI: qcom: Remove custom ASPM enablement code" new 437aa64c8e32 PCI: Do not size non-existing prefetchable window new f414f9fd6879 Merge tag 'pci-v6.18-fixes-4' of git://git.kernel.org/pub/ [...]
The 23 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 | 1 - arch/s390/configs/debug_defconfig | 14 +- arch/s390/configs/defconfig | 14 +- arch/s390/configs/zfcpdump_defconfig | 1 - arch/s390/include/asm/pci.h | 1 - arch/s390/mm/dump_pagetables.c | 21 +-- arch/s390/pci/pci_event.c | 4 +- arch/s390/pci/pci_irq.c | 9 +- block/blk-crypto.c | 2 +- drivers/block/null_blk/main.c | 1 + drivers/nvme/host/pci.c | 13 +- drivers/nvme/target/auth.c | 5 +- drivers/pci/controller/dwc/pcie-qcom.c | 32 ++++ drivers/pci/setup-bus.c | 2 +- drivers/vfio/vfio_iommu_type1.c | 173 +++++++++++++-------- include/linux/blk_types.h | 11 +- .../testing/selftests/vfio/lib/include/vfio_util.h | 27 +++- tools/testing/selftests/vfio/lib/vfio_pci_device.c | 104 ++++++++++--- .../testing/selftests/vfio/vfio_dma_mapping_test.c | 95 ++++++++++- 19 files changed, 391 insertions(+), 139 deletions(-)