This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 4e46774408d9 Merge tag 'for-6.12-rc4-tag' of git://git.kernel.org/pub/s [...] new aff1871bfc81 objpool: fix choosing allocation for percpu slots new 73f35080477e tracing/probes: Fix MAX_TRACE_ARGS limit handling new 0b6e2e22cb23 tracing: Consider the NULL character when validating the e [...] new c2cd8e4592c0 Merge tag 'probes-fixes-v6.12-rc4.2' of git://git.kernel.o [...] new b69269c870ec LoongArch: Use "Exception return address" to comment ERA new b7296f9d5bf9 LoongArch: Get correct cores_per_package for SMT systems new 69cc6fad5df4 LoongArch: Enable IRQ if do_ale() triggered in irq-enabled [...] new 2ed119aef60d LoongArch: Set correct size for vDSO code mapping new 134475a9ab84 LoongArch: Don't crash in stack_top() for tasks without vDSO new d2f8671045b4 LoongArch: Set initial pte entry with PAGE_GLOBAL for kern [...] new 3c252263be80 LoongArch: Make KASAN usable for variable cpu_vabits new 73adbd92f322 LoongArch: KVM: Mark hrtimer to expire in hard interrupt context new 3964f82a4dfc Merge tag 'loongarch-fixes-6.12-1' of git://git.kernel.org [...]
The 13 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: arch/loongarch/include/asm/bootinfo.h | 4 ++++ arch/loongarch/include/asm/kasan.h | 2 +- arch/loongarch/include/asm/loongarch.h | 2 +- arch/loongarch/include/asm/pgalloc.h | 11 +++++++++++ arch/loongarch/include/asm/pgtable.h | 35 +++++++--------------------------- arch/loongarch/kernel/process.c | 16 +++++++++------- arch/loongarch/kernel/setup.c | 3 ++- arch/loongarch/kernel/traps.c | 5 +++++ arch/loongarch/kernel/vdso.c | 8 ++++---- arch/loongarch/kvm/timer.c | 7 ++++--- arch/loongarch/kvm/vcpu.c | 2 +- arch/loongarch/mm/init.c | 2 ++ arch/loongarch/mm/pgtable.c | 20 +++++++++++++++++++ include/linux/mm.h | 3 ++- kernel/trace/trace_eprobe.c | 7 ++++++- kernel/trace/trace_fprobe.c | 6 +++++- kernel/trace/trace_kprobe.c | 6 +++++- kernel/trace/trace_probe.c | 2 +- kernel/trace/trace_uprobe.c | 4 +++- lib/objpool.c | 2 +- mm/kasan/init.c | 8 +++++++- mm/sparse-vmemmap.c | 5 +++++ 22 files changed, 106 insertions(+), 54 deletions(-)