This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch fs-current in repository linux-next.
omits 874a1e3cdd5e Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...] omits 2747357be391 Merge branch 'next-fixes' of git://git.kernel.org/pub/scm/ [...] omits 0b5c2e7b41c0 Merge branch 'vfs.fixes' of git://git.kernel.org/pub/scm/l [...] adds 9c19b3315cef sunrpc: fix loop in gss seqno cache adds e8d6f3ab5946 nfs: Clean up /proc/net/rpc/nfs when nfs_fs_proc_net_init( [...] adds c01776287414 NFSv4/pNFS: Fix a race to wake on NFS_LAYOUT_DRAIN adds 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 [...] adds d9d79e4f7dc9 mfd: Fix building without CONFIG_OF new 65c1736c8e9d Merge tag 'mfd-fixes-6.16' of git://git.kernel.org/pub/scm [...] adds b26852daaa83 RDMA/mlx5: reduce stack usage in mlx5_ib_ufile_hw_cleanup adds 2c6b640ea08b RDMA/mlx5: Fix unsafe xarray access in implicit ODP handling adds 333e4d79316c RDMA/core: Rate limit GID cache warning messages adds 8edab8a72d67 RDMA/mlx5: Initialize obj_event->obj_sub_list before xa_insert adds 2ed25aa7f771 IB/mlx5: Fix potential deadlock in MR deregistration adds 3f5f6321f129 IB/core: Annotate umem_mutex acquisition under fs_reclaim [...] adds 3cc1dbfddf88 RDMA/mlx5: Fix HW counters query for non-representor devices adds acd245b1e33f RDMA/mlx5: Fix CC counters query for MPV adds a9a9e68954f2 RDMA/mlx5: Fix vport loopback for MPV device new 7e4a6b57dd7f Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linu [...] adds 818625570558 iommufd/selftest: Fix iommufd_dirty_tracking with large hu [...] adds 4b75e3babb85 iommufd/selftest: Add missing close(mfd) in memfd_mmap() adds a9bf67ee1705 iommufd/selftest: Add asserts testing global mfd adds 9a96876e3c65 iommufd/selftest: Fix build warnings due to uninitialized mfd new 3c894cb29bbf Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/ [...] adds 45537926dd2a s390/pci: Fix stale function handles in error handling adds b97a7972b1f4 s390/pci: Do not try re-enabling load/store if device is disabled adds 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 [...] adds 009c3a4bc41e mmc: core: sd: Apply BROKEN_SD_DISCARD quirk earlier adds 3358b836d436 mmc: sdhci-of-k1: Fix error code in probe() adds 539d80575b81 mtk-sd: Fix a pagefault in dma_unmap_sg() for not prepared data adds f5de469990f1 mtk-sd: Prevent memory corruption from DMA map failure adds 14633da0f416 mmc: core: Adjust some error messages for SD UHS-II cards adds 2881ba9af073 mmc: sdhci: Add a helper function for dump register in dyn [...] adds 49b14db03513 mmc: sdhci-uhs2: Adjust some error messages and register d [...] adds dcc3bcfc5b50 Revert "mmc: sdhci: Disable SD card clock before changing [...] adds 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/ [...] new df43ee1b368c anon_inode: rework assertions new d75e2b24ba81 Merge branch 'vfs.fixes' of git://git.kernel.org/pub/scm/l [...] new 56eb02b86cb8 Merge branch 'next-fixes' of git://git.kernel.org/pub/scm/ [...] new e264c4dae812 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this:
* -- * -- B -- O -- O -- O (874a1e3cdd5e) \ N -- N -- N refs/heads/fs-current (e264c4dae812)
You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B.
Any revisions marked "omits" are not gone; other references still refer to them. Any revisions marked "discards" are gone forever.
The 10 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/exec.c | 9 +- fs/libfs.c | 8 +- fs/namei.c | 2 +- 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 +- 27 files changed, 362 insertions(+), 134 deletions(-)