strace 7.1 released
Dmitry V. Levin
ldv at strace.io
Mon Jun 15 17:31:50 UTC 2026
Starting with version 4.13, strace follows the schedule of linux kernel
and new versions of strace are released along with new versions of linux
kernel, so strace 7.1 is tagged and uploaded.
$ git tag -v v7.1 2> /dev/null | sed -n '/^$/,$p'
Noteworthy changes in strace 7.1 (2026-06-15)
=============================================
* Improvements
* Implemented wall-clock-aware columns (wall-total, wall-min, wall-max,
wall-avg) for the -c/--summary-only report, allowing wall-clock and
system CPU times to be displayed side by side in a single run.
* Included out-of-range syscalls in the -c/--summary-only report.
* Updated decoding of sched_getattr syscall.
* Implemented decoding of FS_IOC_SHUTDOWN, PIDFD_GET_INFO, and
PIDFD_GET_*_NAMESPACE ioctl commands.
* Implemented decoding of IFLA_BR_FDB_N_LEARNED, IFLA_BR_FDB_MAX_LEARNED,
and IFLA_BR_STP_MODE netlink attributes.
* Updated lists of CLONE_*, FSMOUNT_*, KT_*, KVM_*, LANDLOCK_*, NETDEV_*,
NL80211_*, and PIDFD_* constants.
* Updated lists of ioctl commands from Linux 7.1.
Contributors
============
This release was made possible by the contributions of many people.
The maintainers are grateful to everyone who has contributed
changes or bug reports. These include:
* Alex Vassilevski
* Dmitry V. Levin
* Gabi Falk
* Gleb Fotengauer-Malinovskiy
* Stanislav Brabec
* Vadym Hvas
Please refer to the CREDITS file for the full list of strace contributors.
--
ldv
More information about the Strace-devel
mailing list