strace 6.14 released

Dmitry V. Levin ldv at strace.io
Tue Mar 25 10:58:50 UTC 2025


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 6.14 is tagged and uploaded.

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

Noteworthy changes in strace 6.14 (2025-03-25)
==============================================

* Improvements
  * Added -e namespace=new option for printing the namespaces entered
    by the tracee.
  * Implemented decoding of FRA_FLOWLABEL and FRA_FLOWLABEL_MASK netlink
    attributes of RTM_{NEW,DEL,GET}RULE NETLINK_ROUTE messages.
  * Implemented decoding of RTM_{NEW,DEL}MULTICAST and RTM_{NEW,DEL}ANYCAST
    NETLINK_ROUTE messages.
  * Updated decoding of statx syscall.
  * Updated lists of AT_*, AUDIT_*, ETHTOOL_*, FAN_*, IORING_*, IPPROTO_*,
    KEY_*, NL80211_*, RWF_*, and SECBIT_* constants.
  * Updated lists of ioctl commands from Linux 6.14.

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:

* Dmitry V. Levin
* Gleb Fotengauer-Malinovskiy
* Masatake YAMATO

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


-- 
ldv


More information about the Strace-devel mailing list