Skip to content

Conversation

@Marcondiro
Copy link

@Marcondiro Marcondiro commented Jan 21, 2026

Description

Add PTRACE_SET_SYSCALL_INFO constant.

PTRACE_SET_SYSCALL_INFO is a generic ptrace API that complements
PTRACE_GET_SYSCALL_INFO by letting the ptracer modify details of
system calls the tracee is blocked in.

Linux kernel patch: https://lore.kernel.org/lkml/20250303111910.GA24170@strace.io/

Sources

ptrace.h

Checklist

  • Relevant tests in libc-test/semver have been updated
  • No placeholder or unstable values like *LAST or *MAX are
    included (see #3131)
  • Tested locally (cd libc-test && cargo test --target mytarget);
    especially relevant for platforms that may not be checked in CI

@Marcondiro Marcondiro marked this pull request as ready for review January 22, 2026 10:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants