[GIT pull] core/entry for v7.1-rc1

From: Thomas Gleixner

Date: Sun Apr 12 2026 - 13:47:31 EST


Linus,

please pull the latest core/entry branch from:

git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git core-entry-2026-04-12

up to: c291cfac49a6: entry: Add missing kernel-doc for arch_ptrace_report_syscall functions

A trivial update for the entry code adding missing kernel documentation for
function arguments.

Thanks,

tglx

------------------>
Kit Dallege (1):
entry: Add missing kernel-doc for arch_ptrace_report_syscall functions


include/linux/entry-common.h | 3 +++
1 file changed, 3 insertions(+)

diff --git a/include/linux/entry-common.h b/include/linux/entry-common.h
index f83ca0abf2cd..d223246401bc 100644
--- a/include/linux/entry-common.h
+++ b/include/linux/entry-common.h
@@ -48,6 +48,7 @@

/**
* arch_ptrace_report_syscall_entry - Architecture specific ptrace_report_syscall_entry() wrapper
+ * @regs: Pointer to the register state at syscall entry
*
* Invoked from syscall_trace_enter() to wrap ptrace_report_syscall_entry().
*
@@ -205,6 +206,8 @@ static __always_inline bool report_single_step(unsigned long work)

/**
* arch_ptrace_report_syscall_exit - Architecture specific ptrace_report_syscall_exit()
+ * @regs: Pointer to the register state at syscall exit
+ * @step: Indicates a single-step exit rather than a normal syscall exit
*
* This allows architecture specific ptrace_report_syscall_exit()
* implementations. If not defined by the architecture this falls back to