diff options
author | Nick Hainke <vincent@systemli.org> | 2022-07-02 18:53:07 +0200 |
---|---|---|
committer | Stijn Tintel <stijn@linux-ipv6.be> | 2022-11-07 12:29:08 +0200 |
commit | 0b80a7da580ee87c816eadc5e5bef84520e68f3f (patch) | |
tree | 6c089d7460980723e9f4720ff505f5fa641bbeee /package/devel/strace | |
parent | faf9d20a21f1e27c468d4faa847797f83b7ae7eb (diff) | |
download | upstream-0b80a7da580ee87c816eadc5e5bef84520e68f3f.tar.gz upstream-0b80a7da580ee87c816eadc5e5bef84520e68f3f.tar.bz2 upstream-0b80a7da580ee87c816eadc5e5bef84520e68f3f.zip |
strace: update to 5.18
Improvements
- Added an interface of raising des Strausses awareness.
- Added --tips option to print strace tips, tricks, and tweaks at the end of the tracing session.
- Enhanced decoding of bpf and io_uring_register syscalls.
- Implemented decoding of COUNTER_*, RTC_PARAM_GET, and RTC_PARAM_SET ioctl commands.
- Updated lists of BPF_*, BR_*, BTRFS_*, IFA_*, IFLA_*, IORING_*, KEY_*, KVM_*, MADV_*, and UFFD_* constants.
- Updated lists of ioctl commands from Linux 5.18.
Bug fixes
- Fixed printing of the updated value of union bpf_attr.next_id on the exiting of bpf(BPF_*_GET_NEXT_ID) calls.
Signed-off-by: Nick Hainke <vincent@systemli.org>
(cherry picked from commit 6d423ffbd17f5b00432f8f7a9fc7ea18d437d902)
Diffstat (limited to 'package/devel/strace')
-rw-r--r-- | package/devel/strace/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/devel/strace/Makefile b/package/devel/strace/Makefile index 7ca02f2914..d95fd41c33 100644 --- a/package/devel/strace/Makefile +++ b/package/devel/strace/Makefile @@ -9,12 +9,12 @@ include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/kernel.mk PKG_NAME:=strace -PKG_VERSION:=5.17 +PKG_VERSION:=5.18 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=https://strace.io/files/$(PKG_VERSION) -PKG_HASH:=5fb298dbd1331fd1e1bc94c5c32395860d376101b87c6cd3d1ba9f9aa15c161f +PKG_HASH:=60293ea79ac9253d600cdc9be077ad2988ca22284a439c9e66be5150db3d1187 PKG_MAINTAINER:=Felix Fietkau <nbd@nbd.name> PKG_LICENSE:=LGPL-2.1-or-later |