This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 4774cfe3543a Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/lin [...] new b1a529bdb964 selftests/mm: skip failed memfd setups in gup_longterm new 331843c845d1 scatterlist: fix extraneous '@'-sign kernel-doc notation new 1b8e4091ffb4 docs: proc: update VmFlags documentation in smaps new 0cf4b1687a18 mm/vma: reset VMA iterator on commit_merge() OOM failure new 383c4613c67c mm: close theoretical race where stale TLB entries could linger new 50695153d7dd drivers/rapidio/rio_cm.c: prevent possible heap overwrite new 02fb36505c61 MAINTAINERS: add Barry as a THP reviewer new 66ac1a4d366d init: fix build warnings about export.h new bb666b7c2707 mm: add mmap_prepare() compatibility layer for nested file [...] new 27b9989b8711 Merge tag 'mm-hotfixes-stable-2025-06-13-21-56' of git://g [...] new 5b2d595efbfc rust: time: Fix compile error in impl_has_hr_timer macro new 588adb24b757 Merge tag 'rust-fixes-6.16' of git://git.kernel.org/pub/sc [...] new ac0b8b327a56 io_uring: fix use-after-free of sq->thread in __io_uring_s [...] new c538f400fae2 io_uring: consistently use rcu semantics with sqpoll thread new 26ec15e4b0c1 io_uring/kbuf: don't truncate end buffer for multiple buff [...] new b62e0efd8a85 io_uring: run local task_work from ring exit IOPOLL reaping new 6d13760ea3a7 Merge tag 'io_uring-6.16-20250614' of git://git.kernel.dk/linux new 4bb08cf974c5 loop: move lo_set_size() out of queue freeze new ff20c516485e ublk: document auto buffer registration(UBLK_F_AUTO_BUF_REG) new f705d33c2f03 block: Clear BIO_EMULATES_ZONE_APPEND flag on BIO completion new cf625013d874 block: don't use submit_bio_noacct_nocheck in blk_zone_wpl [...] new 961296e89dc3 block: use plug request list tail for one-shot backmerge attempt new f826ec7966a6 bio: Fix bio_first_folio() for SPARSEMEM without VMEMMAP new 5e223e06ee7c block: Fix bvec_set_folio() for very large folios new db3dfae1a2f6 Documentation: ublk: Separate UBLK_F_AUTO_BUF_REG fallback [...] new 9ce6c9875f3e nvme: always punt polled uring_cmd end_io work to task_work new f713ffa3639c Merge tag 'block-6.16-20250614' of git://git.kernel.dk/linux new f9705d66fa71 iommu/tegra: Fix incorrect size calculation new ac91b4de4492 Merge tag 'iommu-fixes-v6.16-rc1' of git://git.kernel.org/ [...] new 93310053663b smb: client: disable path remapping with POSIX extensions new b64af6bcd3b0 smb: client: fix perf regression with deferred closes new 72dd7961a4bb smb: improve directory cache reuse for readdir operations new 8c6bc74c7f89 Merge tag 'v6.16-rc1-smb3-client-fixes' of git://git.samba [...]
The 33 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: Documentation/admin-guide/cifs/usage.rst | 2 + Documentation/block/ublk.rst | 77 +++++++++++++++++++++++++++++++ Documentation/filesystems/proc.rst | 4 +- MAINTAINERS | 1 + block/blk-merge.c | 26 +++++------ block/blk-zoned.c | 8 +++- drivers/block/loop.c | 11 ++--- drivers/iommu/tegra-smmu.c | 4 +- drivers/nvme/host/ioctl.c | 21 +++------ drivers/rapidio/rio_cm.c | 3 ++ fs/smb/client/cached_dir.h | 8 ++-- fs/smb/client/connect.c | 10 +++- fs/smb/client/file.c | 9 ++-- fs/smb/client/readdir.c | 28 +++++------ include/linux/bio.h | 2 +- include/linux/bvec.h | 7 ++- include/linux/fs.h | 6 ++- include/linux/scatterlist.h | 4 +- init/initramfs.c | 1 + init/main.c | 1 + io_uring/fdinfo.c | 12 ++++- io_uring/io_uring.c | 7 ++- io_uring/kbuf.c | 5 +- io_uring/register.c | 7 ++- io_uring/sqpoll.c | 43 +++++++++++------ io_uring/sqpoll.h | 8 +++- lib/scatterlist.c | 8 ++-- mm/madvise.c | 2 + mm/util.c | 40 ++++++++++++++++ mm/vma.c | 23 ++------- mm/vma.h | 47 +++++++++++++++++++ rust/kernel/time/hrtimer.rs | 2 +- tools/testing/selftests/mm/gup_longterm.c | 7 ++- tools/testing/vma/vma_internal.h | 16 +++++++ 34 files changed, 345 insertions(+), 115 deletions(-)