[PATCH v2 1/5] ptrace: PTRACE_SET_SYSCALL_INFO syscall skipping support
Oleg Nesterov
oleg at redhat.com
Fri Jul 3 11:48:22 UTC 2026
On 07/03, Renzo Davoli wrote:
>
> @@ -1125,6 +1128,7 @@ ptrace_set_syscall_info(struct task_struct *child, unsigned long user_size,
> {
> struct pt_regs *regs = task_pt_regs(child);
> struct ptrace_syscall_info info;
> + bool skip_syscall;
bool skip_syscall = false;
otherwise not initialized when ptrace_get_syscall_info_op() == info.op
Oleg.
More information about the Strace-devel
mailing list