This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from d6e1712b7825 Merge tag 'vfio-v6.10' of https://github.com/awilliam/linux-vfio new 9307a998cb98 scsi: ufs: core: Fix ufshcd_clear_cmd racing issue new 74736103fb41 scsi: ufs: core: Fix ufshcd_abort_one racing issue new 7a6bbc2829d4 scsi: sd: Do not repeat the starting disk message new ef2b7eb55e10 Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/lin [...] new fa2690af573d mm: page_ref: remove folio_try_get_rcu() new 82f0b6f041fa mm: prevent derefencing NULL ptr in pfn_section_valid() new a34acf30b19b mm: vmalloc: check if a hash-index is in cpu_possible_mask new 1723f04caacb Fix userfaultfd_api to return EINVAL as expected new 310d6c15e910 mm/damon/core: merge regions aggressively when max_nr_regi [...] new 099d90642a71 mm/filemap: make MAX_PAGECACHE_ORDER acceptable to xarray new 1f789a45c3f1 mm/readahead: limit page cache size in page_cache_ra_order() new 3390916aca7a mm/filemap: skip to create PMD-sized page cache if needed new 9fd154ba926b mm/shmem: disable PMD-sized page cache if needed new 5a4d8944d6b1 cachestat: do not flush stats in recency check new bd225530a4c7 mm/hugetlb_vmemmap: fix race with speculative PFN walkers new a9e1ddc09ca5 nilfs2: fix kernel bug on rename operation of broken directory new f442fa614137 mm: gup: stop abusing try_grab_folio new 2fe29fe94563 lib/build_OID_registry: avoid non-destructive substitution [...] new be9581ea8c05 mm: fix crashes from deferred split racing folio migration new 1e3d28fe03cd MAINTAINERS: mailmap: update Lorenzo Stoakes's email address new 5a5aa3c37690 sched.h: always_inline alloc_tag_{save|restore} to fix mod [...] new 86e50ab6f8a0 arch/xtensa: always_inline get_current() and current_threa [...] new 24be02a42181 filemap: replace pte_offset_map() with pte_offset_map_nolock() new 5596d9e8b553 mm/hugetlb: fix potential race in __update_and_free_hugetl [...] new f708f6970cc9 mm/hugetlb: fix kernel NULL pointer dereference when migra [...] new 9d9a2f29aefd Merge tag 'mm-hotfixes-stable-2024-07-10-13-19' of git://g [...]
The 26 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: .mailmap | 1 + MAINTAINERS | 2 +- arch/xtensa/include/asm/current.h | 2 +- arch/xtensa/include/asm/thread_info.h | 2 +- drivers/scsi/sd.c | 5 +- drivers/ufs/core/ufs-mcq.c | 11 +- drivers/ufs/core/ufshcd.c | 2 + fs/nilfs2/dir.c | 32 +++- fs/userfaultfd.c | 7 +- include/linux/mmzone.h | 3 +- include/linux/page_ref.h | 57 ++----- include/linux/pagemap.h | 11 +- include/linux/sched.h | 4 +- include/linux/swap.h | 3 +- lib/build_OID_registry | 4 +- mm/damon/core.c | 23 ++- mm/filemap.c | 20 ++- mm/gup.c | 291 ++++++++++++++++++---------------- mm/huge_memory.c | 2 +- mm/hugetlb.c | 70 ++------ mm/hugetlb_vmemmap.c | 16 ++ mm/internal.h | 4 +- mm/memcontrol.c | 11 -- mm/migrate.c | 13 ++ mm/readahead.c | 8 +- mm/shmem.c | 15 +- mm/vmalloc.c | 10 +- mm/workingset.c | 14 +- 28 files changed, 349 insertions(+), 294 deletions(-)