This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 119b1e61a769 Merge tag 'riscv-for-linus-6.16-mw1' of git://git.kernel.o [...] new e97633492f5a scsi: ufs: core: Don't perform UFS clkscaling during host [...] new c8426f258a0a scsi: core: devinfo: Fix typo in comment new 0ae992637cf7 scsi: aacraid: Remove useless code new 663d0c19f3ac scsi: ufs: qcom: Check gear against max gear in vop freq_t [...] new 8c5bcb3daeef scsi: ufs: qcom: Map devfreq OPP freq to UniPro Core Clock freq new c77b37dafb81 scsi: ufs: qcom: Call ufs_qcom_cfg_timers() in clock scaling path new 7831003165d3 scsi: ufs: qcom: Prevent calling phy_exit() before phy_init() new 949ea6f3f4c0 Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linu [...] new 15ac613f124e KVM: s390: rename PROT_NONE to PROT_TYPE_DUMMY new 684088173b18 mm: fix vmstat after removing NR_BOUNCE new 9c49e5d09f07 mm/madvise: handle madvise_lock() failure during race unwinding new 044d2aee6c57 alloc_tag: handle module codetag load errors as module loa [...] new 41ffaa0ea762 mm/mempolicy: fix incorrect freeing of wi_kobj new 334d7c4fb60c iov_iter: use iov_offset for length calculation in iov_ite [...] new a2946fb271b1 MAINTAINERS: add Alistair as reviewer of mm memory policy new 081056dc00a2 mm/hugetlb: unshare page tables during VMA split, not before new 1013af4f585f mm/hugetlb: fix huge_pmd_unshare() vs GUP-fast race new 1b11a2830892 MAINTAINERS: add tlb trace events to MMU GATHER AND TLB IN [...] new ffa74d44f4b9 kmsan: test: add module description new 7266f590ca1f MAINTAINERS: add mm swap section new 2da20fd904f8 kernel/rcu/tree_stall: add /sys/kernel/rcu_stall_count new d3c82f618a9c Merge tag 'mm-hotfixes-stable-2025-06-06-16-02' of git://g [...] new ea68ea9091d3 mm/damon: s/primitives/code/ on comments new 2b12d06c37fd mm: fix uprobe pte be overwritten when expanding vma new b36b701bbcd9 mm: expose abnormal new_pte during move_ptes new 6fb6223347d5 selftests/mm: extract read_sysfs and write_sysfs into vm_util new efe99fabeb11 selftests/mm: add test about uprobe pte be orphan during v [...] new bdc7f8c5adad Merge tag 'mm-stable-2025-06-06-16-09' of git://git.kernel [...]
The 28 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: MAINTAINERS | 21 +++++ arch/s390/kvm/gaccess.c | 8 +- drivers/scsi/aacraid/aacraid.h | 1 - drivers/scsi/aacraid/commsup.c | 10 +-- drivers/scsi/scsi_devinfo.c | 2 +- drivers/ufs/core/ufshcd.c | 3 + drivers/ufs/host/ufs-qcom.c | 141 ++++++++++++++++++++++++--------- include/linux/codetag.h | 8 +- include/linux/hugetlb.h | 3 + kernel/module/main.c | 5 +- kernel/rcu/tree_stall.h | 26 ++++++ lib/alloc_tag.c | 12 +-- lib/codetag.c | 34 +++++--- lib/iov_iter.c | 2 +- mm/damon/modules-common.c | 2 +- mm/damon/modules-common.h | 2 +- mm/damon/ops-common.c | 2 +- mm/damon/ops-common.h | 2 +- mm/damon/paddr.c | 2 +- mm/damon/sysfs-common.c | 2 +- mm/damon/sysfs-common.h | 2 +- mm/damon/vaddr.c | 2 +- mm/hugetlb.c | 67 ++++++++++++---- mm/kmsan/kmsan_test.c | 1 + mm/madvise.c | 5 +- mm/mempolicy.c | 4 +- mm/mremap.c | 2 + mm/vma.c | 27 ++++++- mm/vma.h | 7 ++ mm/vmstat.c | 1 - tools/testing/selftests/mm/ksm_tests.c | 32 +------- tools/testing/selftests/mm/merge.c | 43 ++++++++++ tools/testing/selftests/mm/thuge-gen.c | 6 +- tools/testing/selftests/mm/vm_util.c | 38 +++++++++ tools/testing/selftests/mm/vm_util.h | 2 + tools/testing/vma/vma_internal.h | 2 + 36 files changed, 392 insertions(+), 137 deletions(-)