A trivial update for the entry code adding missing kernel documentation for
function arguments. -----BEGIN PGP SIGNATURE----- iQJEBAABCgAuFiEEQp8+kY+LLUocC4bMphj1TA10mKEFAmnbtmcQHHRnbHhAa2Vy bmVsLm9yZwAKCRCmGPVMDXSYoS97D/wMrs3rj+8GPGPzoPcGnkM1s8CmM0eOLv8C lcAHu43w10VuGVlIB147DH8UQtg4yK8BfCP6/G0O0fTAgqvmLcsifvXRq229INvG pzbAm6CqT8E+0z9uZFqvMAhAn4q0GlyK3hGoJnbPJXDl7UNzqkpcoOH9bvSdTTJf aYXGioHN1Dcy09bvhNRR8CNI2orRjZNnu6tsYfoVXgPcOqnDokCMJdNj4AWPQWt7 j4+zGdBkA25frYpeteJhthiU8rGsfkST2xa9FYCawkL++9aja+6YHBLiSh1td4df TlKmOhhJJJnqr1M6mMCKEToj5w3ybepRzWj4APxHSsxZLHV/0wMVdadjSFEtKizA vxr5LO0e2qyGkxDR5G9NYtmLvPHJw6z1uEBXeUVrJjb+eHrAITpRWKHzCDxH1mnN BH4/bP68vNaEuYWl1u9XZrrhIignfv17l9X7mS8j0lxQtVc1dzvtRMEdW7PD3CZ2 XyPcMocRn+nY6b9IinZwe3wH92HLPAut81V9t/QwkKDhnQy7PJf3xEBsLGmFLSSL XUjd7/rxGQrJv2e4uqVw0r7KRpSgFZnyRDVmJAiRiNoV8sq0PD/oAdKxbCM40Cd7 zVjMQqKR+oWthOO213Vr3Q7KJGWMkNEkDXyIRf1LuhjR/cNTOb4ZY18aAxQ4ftTx PmgsZ7dgwQ== =9TDa -----END PGP SIGNATURE----- Merge tag 'core-entry-2026-04-12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip Pull entry code update from Thomas Gleixner: "A trivial update for the entry code adding missing kernel documentation for function arguments" * tag 'core-entry-2026-04-12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: entry: Add missing kernel-doc for arch_ptrace_report_syscall functionsmaster
commit
15a1bccddc
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue