This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 2f9fd9e43970 Merge tag 'pm-6.9-rc3' of git://git.kernel.org/pub/scm/lin [...] new e6ec07dc6dd4 s390/mm: fix NULL pointer dereference new 01cac82ae02b s390/atomic: mark all functions __always_inline new c9c260681f52 s390/preempt: mark all functions __always_inline new e9f3af02f639 s390/pai: fix sampling event removal for PMU device driver new 378ca2d2ad41 s390/entry: align system call table on 8 bytes new 50094473ec81 Merge tag 's390-6.9-3' of git://git.kernel.org/pub/scm/lin [...] new 674bc0168e6b riscv: mm: Fix prototype to avoid discarding const new d080a08b06b6 riscv: Fix spurious errors from __get/put_kernel_nofault new ad14f7ca9f0d riscv: hwprobe: do not produce frtace relocation new 4b0bf9a01270 riscv: compat_vdso: install compat_vdso.so.dbg to /lib/mod [...] new ea6873118493 drivers/perf: riscv: Disable PERF_SAMPLE_BRANCH_* while no [...] new 653650c468be riscv: Mark __se_sys_* functions __used new 13dddf931980 RISC-V: Update AT_VECTOR_SIZE_ARCH for new AT_MINSIGSTKSZ new 7115ff4a8bfe riscv: compat_vdso: align VDSOAS build log new 0ffe1ae7026d riscv: mm: implement pgprot_nx new c27fa53b858b riscv: Fix vector state restore in rt_sigreturn() new dd33e5dc7247 riscv: use KERN_INFO in do_trap new 8a48ea87ce89 riscv: Fix warning by declaring arch_cpu_idle() as noinstr new a370c2419e46 riscv: Disable preemption when using patch_map() new d14fa1fcf69d riscv: process: Fix kernel gp leakage new 261b8e89b627 Merge tag 'riscv-for-linus-6.9-rc3' of git://git.kernel.or [...] new b017a0cea627 arm64/ptrace: Use saved floating point state type to deter [...] new c7830236d58e Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/li [...] new 65291dcfcf89 mm/secretmem: fix GUP-fast succeeding on secretmem folios new 8434f9aa6b7e init: open output files from cpio unpacking with O_LARGEFILE new 4ed91fa9177b mm: vmalloc: bail out early in find_vmap_area() if vmap is [...] new fc2c22693c60 mm: vmalloc: fix lockdep warning new 176517c93102 selftests/mm: include strings.h for ffsl new 87f0e65cdf76 MAINTAINERS: change vmware.com addresses to broadcom.com new 04c35ab3bdae x86/mm/pat: fix VM_PAT handling in COW mappings new a6c1d9cb9a68 stackdepot: rename pool_index to pool_index_plus_1 new af709adfaa6e Merge tag 'mm-hotfixes-stable-2024-04-05-11-30' of git://g [...]
The 32 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 | 5 +++ MAINTAINERS | 45 ++++++++++--------- arch/arm64/kernel/ptrace.c | 5 +-- arch/riscv/Makefile | 2 +- arch/riscv/include/asm/pgtable.h | 6 +++ arch/riscv/include/asm/syscall_wrapper.h | 3 +- arch/riscv/include/asm/uaccess.h | 4 +- arch/riscv/include/uapi/asm/auxvec.h | 2 +- arch/riscv/kernel/compat_vdso/Makefile | 2 +- arch/riscv/kernel/patch.c | 8 ++++ arch/riscv/kernel/process.c | 5 +-- arch/riscv/kernel/signal.c | 15 ++++--- arch/riscv/kernel/traps.c | 2 +- arch/riscv/kernel/vdso/Makefile | 1 + arch/riscv/mm/tlbflush.c | 4 +- arch/s390/include/asm/atomic.h | 44 +++++++++--------- arch/s390/include/asm/atomic_ops.h | 22 ++++----- arch/s390/include/asm/preempt.h | 36 +++++++-------- arch/s390/kernel/entry.S | 1 + arch/s390/kernel/perf_pai_crypto.c | 10 +++-- arch/s390/kernel/perf_pai_ext.c | 10 +++-- arch/s390/mm/fault.c | 2 +- arch/x86/mm/pat/memtype.c | 49 ++++++++++++++------ drivers/perf/riscv_pmu.c | 4 ++ include/linux/secretmem.h | 4 +- include/linux/stackdepot.h | 7 ++- init/initramfs.c | 2 +- lib/stackdepot.c | 4 +- mm/memory.c | 4 ++ mm/vmalloc.c | 76 +++++++++++++++++++------------- tools/testing/selftests/mm/vm_util.h | 2 +- 31 files changed, 228 insertions(+), 158 deletions(-)