Re: [PATCH] man/man2/ptrace.2: Add PTRACE_SET_SYSCALL_INFO, update struct ptrace_syscall_info
From: Dmitry V. Levin <hidden>
Date: 2026-02-10 21:00:20
From: Dmitry V. Levin <hidden>
Date: 2026-02-10 21:00:20
Hi, On Tue, Feb 10, 2026 at 09:14:29PM +0100, Alejandro Colomar wrote:
Hi Marco, Dmitry, I'm back. :-) On 2026-01-21T18:56:39+0200, Dmitry V. Levin wrote:quoted
On Wed, Jan 21, 2026 at 04:55:41PM +0100, Marco Cavenati wrote:quoted
Add documentation for the new ptrace request PTRACE_SET_SYSCALL_INFO, introduced in Linux 6.16. Add 'reserved' and 'flags' fields of struct ptrace_syscall_info. This description is based on kernel commit 26bb32768fe6552de044f782a58b3272073fbfc0 ("ptrace: introduce PTRACE_SET_SYSCALL_INFO request") by Dmitry V. Levin. Signed-off-by: Marco Cavenati <redacted>Thanks! I've applied the patch.quoted
quoted
--- AUTHORS | 1 + man/man2/ptrace.2 | 21 +++++++++++++++++++++ 2 files changed, 22 insertions(+)diff --git a/AUTHORS b/AUTHORS index 9035d405a..f332932e1 100644 --- a/AUTHORS +++ b/AUTHORS[...]quoted
Looks good, thanks!Should I take that as a Reviewed-by?
Feel free to add: Reviewed-by: Dmitry V. Levin <redacted> -- ldv