strace 7.2 released

Dmitry V. Levin ldv at strace.io
Tue Aug 18 11:40:11 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.2 is tagged and uploaded.

$ git tag -v v7.2 2> /dev/null | sed -n '/^$/,$p'

Noteworthy changes in strace 7.2 (2026-08-18)
=============================================

* Improvements
  * Implemented decoding of OPENAT2_REGULAR openat2 flag.
  * Implemented decoding of IFLA_BRPORT_NEIGH_FORWARD_GRAT attribute.
  * Implemented decoding of BPF_TRACE_FENTRY_MULTI,
    BPF_TRACE_FEXIT_MULTI, and BPF_TRACE_FSESSION_MULTI bpf attach types.
  * Updated decoding of BPF_LINK_CREATE uprobe_multi attribute.
  * Updated decoding of struct landlock_ruleset_attr.
  * Updated decoding of landlock_add_rule syscall flags.
  * Implemented decoding of ZCRX_CTRL_ARM_NOTIFICATION io_uring zcrx ctrl
    operation.
  * Implemented decoding of IO_URING_QUERY_ZCRX_EVENT io_uring query
    operation.
  * Updated lists of BPF_*, ETH_P_*, FS_*, FUTEX_*, IFLA_*, IO_URING_*, KVM_*,
    LANDLOCK_*, NL80211_*, O_*, RTEXT_*, V4L2_*, and XFRM_MSG_* constants.
  * Updated lists of ioctl commands from Linux 7.2.

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:

* Baruch Siach
* Dmitry V. Levin
* Gabi Falk
* Gleb Fotengauer-Malinovskiy

Please refer to the CREDITS file for the full list of strace contributors.

-- 
ldv


More information about the Strace-devel mailing list