This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from e6f39a90de92 Merge tag 'efi-fixes-for-v6.8-1' of git://git.kernel.org/p [...] new 8c427cc2fa73 tracing/probes: Fix to show a parse error for bad type for $comm new 9a571c1e275c tracing/probes: Fix to set arg size and fmt after setting [...] new 9efd24ec5599 kprobes: Remove unnecessary initial values of variables new 6dc512a0a22e Merge tag 'probes-fixes-v6.8-rc3' of git://git.kernel.org/ [...] new a8b9cf62ade1 ftrace: Fix DIRECT_CALLS to use SAVE_REGS by default new 44dc5c41b5b1 tracing: Fix wasted memory in saved_cmdlines logic new ca8a66738a44 Merge tag 'trace-v6.8-rc3' of git://git.kernel.org/pub/scm [...] new d9807d60c145 riscv: mm: execute local TLB flush after populating vmemmap new 1458eb2c9d88 riscv: Fix set_huge_pte_at() for NAPOT mapping new a179a4bfb694 riscv: Fix hugetlb_mask_last_page() when NAPOT is enabled new 168b849728c2 Merge patch series "svnapot fixes" new 97cf301fa42e riscv: Flush the tlb when a page directory is freed new ce68c035457b riscv: Fix arch_hugetlb_migration_supported() for NAPOT new 2cf963787529 riscv: declare overflow_stack as exported from traps.c new 3951f6add519 riscv: Fix arch_tlbbatch_flush() by clearing the batch cpumask new 9ed18b0b7765 Merge tag 'riscv-for-linus-6.8-rc4' of git://git.kernel.or [...]
The 16 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/riscv/include/asm/hugetlb.h | 3 ++ arch/riscv/include/asm/stacktrace.h | 5 +++ arch/riscv/include/asm/tlb.h | 2 +- arch/riscv/include/asm/tlbflush.h | 1 + arch/riscv/mm/hugetlbpage.c | 78 ++++++++++++++++++++++++++++++++++--- arch/riscv/mm/init.c | 4 ++ arch/riscv/mm/tlbflush.c | 2 + kernel/kprobes.c | 4 +- kernel/trace/ftrace.c | 10 +++++ kernel/trace/trace.c | 75 ++++++++++++++++++----------------- kernel/trace/trace_probe.c | 32 ++++++++------- kernel/trace/trace_probe.h | 3 +- 12 files changed, 158 insertions(+), 61 deletions(-)