strace is a diagnostic, debugging and instructional userspace utility for Linux
  • C 94.6%
  • Shell 3.3%
  • M4 0.8%
  • Makefile 0.7%
  • Perl 0.3%
  • Other 0.2%
Find a file
Dmitry V. Levin 0681e211cf userfaultfd: implement decoding of UFFDIO_SET_MODE ioctl
* src/userfaultfd.c (uffdio_ioctl): Decode UFFDIO_SET_MODE command
introduced by Linux kernel commit v7.3-rc1~105^2~233.
* src/linux/32/ioctls_inc_align16.h: Add UFFDIO_SET_MODE.
* src/linux/32/ioctls_inc_align32.h: Likewise.
* src/linux/32/ioctls_inc_align64.h: Likewise.
* src/linux/64/ioctls_inc.h: Likewise.
* src/linux/x32/ioctls_inc0.h: Likewise.
* tests/ioctl_uffdio.c (main): Check it.
* NEWS: Mention this change.

Assisted-by: Claude:claude-opus-4-6
2026-09-08 08:00:00 +00:00
.github build(deps): bump actions/checkout from 7.0.0 to 7.0.1 2026-08-01 02:52:25 +00:00
attic tests: double quote array expansions to avoid re-splitting elements 2023-04-04 08:00:00 +00:00
build-aux Update copyright headers 2024-05-14 08:00:00 +00:00
bundled bundled: update linux UAPI headers to v7.3-rc1 2026-08-31 08:00:00 +00:00
ci Update copyright headers 2026-06-15 08:00:00 +00:00
debian Post-release administrivia 2026-08-19 08:00:00 +00:00
dist dist/INSTALL: update 2026-06-17 08:00:00 +00:00
doc Update copyright headers 2026-08-18 08:00:00 +00:00
m4 Update copyright headers 2025-12-04 08:00:00 +00:00
maint maint: add scripts for updating bundled Linux UAPI headers 2026-06-26 08:00:00 +00:00
src userfaultfd: implement decoding of UFFDIO_SET_MODE ioctl 2026-09-08 08:00:00 +00:00
tests userfaultfd: implement decoding of UFFDIO_SET_MODE ioctl 2026-09-08 08:00:00 +00:00
.codecov.yml ci: fix Codecov source paths 2026-05-30 08:00:00 +00:00
.gitattributes
.gitignore Remove remaining bits of Travis CI support 2022-01-24 08:00:00 +00:00
.gitlab-ci.yml ci: re-enable testing with the latest mainline kernel headers 2021-12-02 08:00:00 +00:00
.mailmap Update .mailmap 2026-06-15 08:00:00 +00:00
.packit.yml ci: enable Packit rpm build test 2024-07-19 14:18:34 +02:00
AGENTS.md Add AGENTS.md 2026-06-24 08:00:00 +00:00
AUTHORS
bootstrap Update copyright headers 2026-04-26 07:00:00 +00:00
ChangeLog-CVS
CLAUDE.md Add AGENTS.md 2026-06-24 08:00:00 +00:00
configure.ac Assume linux/time_types.h provides all necessary types 2026-08-19 09:00:00 +00:00
CONTRIBUTING.md CONTRIBUTING.md: add a note about AI-assisted contributions 2026-06-24 08:00:00 +00:00
COPYING Update copyright year number range 2026-02-10 08:00:00 +00:00
CREDITS.in CREDITS.in: add current maintainers section 2026-06-16 08:00:00 +00:00
GPG-KEY GPG-KEY: add the key that is going to be used for signing releases 2025-12-04 08:00:00 +00:00
INSTALL-git.md INSTALL-git.md: update 2026-06-17 08:00:00 +00:00
LGPL-2.1-or-later Change the license of strace to LGPL-2.1-or-later 2018-12-10 00:00:00 +00:00
Makefile.am Update copyright headers 2022-01-09 08:00:00 +00:00
NEWS userfaultfd: implement decoding of UFFDIO_SET_MODE ioctl 2026-09-08 08:00:00 +00:00
README-configure README-configure: recommend 'make -k check' instead of 'make check' 2019-07-18 15:05:58 +00:00
README-github_gitlab-autogenerated-archives.txt
README-hacking README-hacking: update 2026-06-22 08:00:00 +00:00
README.md Add doc/README.md 2026-06-21 08:00:00 +00:00
SECURITY.md Add SECURITY.md 2026-06-18 08:00:00 +00:00
strace.spec.in Post-release administrivia 2026-08-19 08:00:00 +00:00
strace.svg

strace - the linux syscall tracer

This is strace -- a diagnostic, debugging and instructional userspace utility with a traditional command-line interface for Linux. It is used to monitor and tamper with interactions between processes and the Linux kernel, which include system calls, signal deliveries, and changes of process state. The operation of strace is made possible by the kernel feature known as ptrace.

strace is released under the terms of the GNU Lesser General Public License version 2.1 or later; see the file COPYING for details. strace test suite is released under the terms of the GNU General Public License version 2 or later; see the file tests/COPYING for details.

See the file NEWS for information on what has changed in recent versions.

Documentation

Development of strace primarily takes place on GitHub -- everyone is welcome to open issues for bug reports and feature requests, submit pull requests, and participate in code reviews. The strace mailing list is also available for discussions and patch submissions, the archives are at https://lists.strace.io/pipermail/strace-devel/ and other archival sites.

The GIT repository of strace is available at GitHub.

Strace packages are available downstream in many repositories.

CI Code Coverage