This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 66701750d556 Merge tag 'io_uring-6.16-20250630' of git://git.kernel.dk/linux new 9c19b3315cef sunrpc: fix loop in gss seqno cache new e8d6f3ab5946 nfs: Clean up /proc/net/rpc/nfs when nfs_fs_proc_net_init( [...] new c01776287414 NFSv4/pNFS: Fix a race to wake on NFS_LAYOUT_DRAIN new 38074de35b01 NFSv4/flexfiles: Fix handling of NFS level errors in I/O new ce95858aeedf Merge tag 'nfs-for-6.16-2' of git://git.linux-nfs.org/proj [...] new d9d79e4f7dc9 mfd: Fix building without CONFIG_OF new 65c1736c8e9d Merge tag 'mfd-fixes-6.16' of git://git.kernel.org/pub/scm [...] new b26852daaa83 RDMA/mlx5: reduce stack usage in mlx5_ib_ufile_hw_cleanup new 2c6b640ea08b RDMA/mlx5: Fix unsafe xarray access in implicit ODP handling new 333e4d79316c RDMA/core: Rate limit GID cache warning messages new 8edab8a72d67 RDMA/mlx5: Initialize obj_event->obj_sub_list before xa_insert new 2ed25aa7f771 IB/mlx5: Fix potential deadlock in MR deregistration new 3f5f6321f129 IB/core: Annotate umem_mutex acquisition under fs_reclaim [...] new 3cc1dbfddf88 RDMA/mlx5: Fix HW counters query for non-representor devices new acd245b1e33f RDMA/mlx5: Fix CC counters query for MPV new a9a9e68954f2 RDMA/mlx5: Fix vport loopback for MPV device new 7e4a6b57dd7f Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linu [...] new 818625570558 iommufd/selftest: Fix iommufd_dirty_tracking with large hu [...] new 4b75e3babb85 iommufd/selftest: Add missing close(mfd) in memfd_mmap() new a9bf67ee1705 iommufd/selftest: Add asserts testing global mfd new 9a96876e3c65 iommufd/selftest: Fix build warnings due to uninitialized mfd new 3c894cb29bbf Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/ [...] new 45537926dd2a s390/pci: Fix stale function handles in error handling new b97a7972b1f4 s390/pci: Do not try re-enabling load/store if device is disabled new 62355f1f87b8 s390/pci: Allow automatic recovery with minimal driver support new ba6a2f25d3d0 Merge tag 's390-6.16-4' of git://git.kernel.org/pub/scm/li [...] new 009c3a4bc41e mmc: core: sd: Apply BROKEN_SD_DISCARD quirk earlier new 3358b836d436 mmc: sdhci-of-k1: Fix error code in probe() new 539d80575b81 mtk-sd: Fix a pagefault in dma_unmap_sg() for not prepared data new f5de469990f1 mtk-sd: Prevent memory corruption from DMA map failure new 14633da0f416 mmc: core: Adjust some error messages for SD UHS-II cards new 2881ba9af073 mmc: sdhci: Add a helper function for dump register in dyn [...] new 49b14db03513 mmc: sdhci-uhs2: Adjust some error messages and register d [...] new dcc3bcfc5b50 Revert "mmc: sdhci: Disable SD card clock before changing [...] new ec54c0a20709 mtk-sd: reset host->mrq on prepare_data() error new b4911fb0b060 Merge tag 'mmc-v6.16-rc1' of git://git.kernel.org/pub/scm/ [...]
The 36 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/pci/pci_event.c | 59 +++++++++---- drivers/infiniband/core/cache.c | 4 +- drivers/infiniband/core/umem_odp.c | 11 +++ drivers/infiniband/hw/mlx5/counters.c | 4 +- drivers/infiniband/hw/mlx5/devx.c | 10 ++- drivers/infiniband/hw/mlx5/main.c | 33 +++++++ drivers/infiniband/hw/mlx5/mr.c | 61 ++++++++++--- drivers/infiniband/hw/mlx5/odp.c | 8 +- drivers/mfd/88pm860x-core.c | 3 +- drivers/mfd/max8925-core.c | 6 +- drivers/mfd/twl4030-irq.c | 3 +- drivers/mmc/core/quirks.h | 12 +-- drivers/mmc/core/sd_uhs2.c | 4 +- drivers/mmc/host/mtk-sd.c | 21 ++++- drivers/mmc/host/sdhci-of-k1.c | 3 +- drivers/mmc/host/sdhci-uhs2.c | 20 ++--- drivers/mmc/host/sdhci.c | 9 +- drivers/mmc/host/sdhci.h | 16 ++++ fs/nfs/flexfilelayout/flexfilelayout.c | 118 ++++++++++++++++++-------- fs/nfs/inode.c | 17 +++- fs/nfs/pnfs.c | 4 +- net/sunrpc/auth_gss/auth_gss.c | 2 +- tools/testing/selftests/iommu/iommufd.c | 40 ++++++--- tools/testing/selftests/iommu/iommufd_utils.h | 9 +- 24 files changed, 351 insertions(+), 126 deletions(-)