This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from de2f378f2b77 Merge tag 'nfsd-6.12-4' of git://git.kernel.org/pub/scm/li [...] new 404b739e8955 staging: vchiq_arm: Use devm_kzalloc() for vchiq_arm_state [...] new 807babf69027 staging: vchiq_arm: Use devm_kzalloc() for drv_mgmt allocation new 023d4fc00fde Merge tag 'staging-6.12-rc7' of git://git.kernel.org/pub/s [...] new 498dbd9aea20 usb: musb: sunxi: Fix accessing an released usb phy new 029778a4fd2c usb: typec: qcom-pmic: init value of hdr_len/txbuf_len earlier new 9cfb31e4c89d usb: dwc3: fix fault at system suspend if device was alrea [...] new 7dd08a0b4193 usb: typec: fix potential out of bounds in ucsi_ccg_update [...] new bf791751162a thunderbolt: Add only on-board retimers when !CONFIG_USB4_ [...] new bd646c768a93 thunderbolt: Fix connection issue with Pluggable UD-4VPD dock new 0c08402f6472 Merge tag 'thunderbolt-for-v6.12-rc7' of ssh://gitolite.ke [...] new 393c74ccbd84 USB: serial: option: add Fibocom FG132 0x0112 composition new 3b05949ba39f USB: serial: option: add Quectel RG650V new 37bb56283792 USB: serial: io_edgeport: fix use after free in debug printk new 25eb47eed529 USB: serial: qcserial: add support for Sierra Wireless EM86xx new 742afcc22d8e Merge tag 'usb-serial-6.12-rc7' of ssh://gitolite.kernel.o [...] new a558cc34936b Merge tag 'usb-6.12-rc7' of git://git.kernel.org/pub/scm/l [...] new e66f3185fa04 mm/thp: fix deferred split queue not partially_mapped new f8f931bba0f9 mm/thp: fix deferred split unqueue naming and locking new 3dd6ed34ce1f mm: avoid unsafe VMA hook invocation when error arises on [...] new 4080ef1579b2 mm: unconditionally close VMAs on error new 0fb4a7ad270b mm: refactor map_deny_write_exec() new 5baf8b037deb mm: refactor arch_calc_vm_flag_bits() and arm64 MTE handling new 5de195060b2e mm: resolve faulty mmap_region() error path behaviour new c928807f6f6b mm/page_alloc: keep track of free highatomic new cb6fcef8b4b6 objpool: fix to make percpu slot allocation more robust new faa242b1d2a9 mm/mlock: set the correct prev on failure new 3488af097044 mm/damon/core: handle zero {aggregation,ops_update} intervals new 8e7bde615f63 mm/damon/core: handle zero schemes apply interval new 4401e9d10ab0 mm/damon/core: avoid overflow in damon_feed_loop_next_input() new 652e1a51465f mm: fix docs for the kernel parameter ``thp_anon=`` new 0268d4579901 selftests: hugetlb_dio: check for initial conditions to sk [...] new 432dc0654c61 ucounts: fix counter leak in inc_rlimit_get_ucounts() new b8ee299855f0 fs/proc: fix compile warning about variable 'vmcore_mmap_ops' new 9e05e5c7ee87 signal: restore the override_rlimit logic new 0b63c0e01fba ocfs2: remove entry once instead of null-ptr-dereference i [...] new c289f4de8e47 mailmap: add entry for Thorsten Blum new 28e43197c446 Merge tag 'mm-hotfixes-stable-2024-11-09-22-40' of git://g [...] new 464cb98f1c07 irqchip/gic-v3: Force propagation of the active state with [...] new a9cda7c0ffed Merge tag 'irq_urgent_for_v6.12_rc7' of git://git.kernel.o [...]
The 39 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 + Documentation/admin-guide/kernel-parameters.txt | 2 +- Documentation/admin-guide/mm/transhuge.rst | 2 +- arch/arm64/include/asm/mman.h | 10 +- arch/parisc/include/asm/mman.h | 5 +- drivers/irqchip/irq-gic-v3.c | 7 ++ .../vc04_services/interface/vchiq_arm/vchiq_arm.c | 6 +- drivers/thunderbolt/retimer.c | 2 + drivers/thunderbolt/usb4.c | 2 +- drivers/usb/dwc3/core.c | 25 ++-- drivers/usb/musb/sunxi.c | 2 - drivers/usb/serial/io_edgeport.c | 8 +- drivers/usb/serial/option.c | 6 + drivers/usb/serial/qcserial.c | 2 + .../usb/typec/tcpm/qcom/qcom_pmic_typec_pdphy.c | 8 +- drivers/usb/typec/ucsi/ucsi_ccg.c | 2 + fs/ocfs2/xattr.c | 3 +- fs/proc/vmcore.c | 9 +- include/linux/mman.h | 28 ++++- include/linux/mmzone.h | 1 + include/linux/user_namespace.h | 3 +- kernel/signal.c | 3 +- kernel/ucount.c | 9 +- lib/objpool.c | 18 ++- mm/damon/core.c | 42 ++++--- mm/huge_memory.c | 56 ++++++--- mm/internal.h | 55 ++++++++- mm/memcontrol-v1.c | 25 ++++ mm/memcontrol.c | 9 +- mm/migrate.c | 4 +- mm/mlock.c | 9 +- mm/mmap.c | 130 +++++++++++---------- mm/mprotect.c | 2 +- mm/nommu.c | 9 +- mm/page_alloc.c | 16 +-- mm/shmem.c | 3 - mm/swap.c | 4 +- mm/vma.c | 14 +-- mm/vma.h | 6 +- mm/vmscan.c | 4 +- tools/testing/selftests/mm/hugetlb_dio.c | 19 +-- 41 files changed, 371 insertions(+), 200 deletions(-)