-
Wed Jan 05 2022 Eugene Syromiatnikov <esyr@redhat.com> - 4.24-7
- Fix incorrect ifname printing buffer size (#2028146):
e27b0677 "print_ifindex: fix IFNAME_QUOTED_SZ definition".
-
Thu Apr 16 2020 Eugene Syromiatnikov <esyr@redhat.com> - 4.24-6
- Fix expected alignment for IPC tests (#1795261):
4377e3a1 "tests: fix expected output for some ipc tests", and
a75c7c4b "tests: fix -a argument in ipc_msgbuf-Xraw test".
-
Thu Apr 16 2020 Eugene Syromiatnikov <esyr@redhat.com> - 4.24-5
- Fix printing stack traces for early syscalls on process attach (#1790052):
69b2c33a "unwind-libdw: fix initialization of libdwfl cache" and
8e515c74 "tests: add strace-k-p test".
- Add commit v5.4~97 "xlat: use unsgined type for mount_flags fallback values"
(A leftover for #1747524).
-
Fri Aug 30 2019 Eugene Syromiatnikov <esyr@redhat.com> - 4.24-4
- Include upstream patches that fix issues reported by covscan:
91281fec "v4l2: avoid shifting left a signed number by 31 bit",
522ad3a0 "syscall.c: avoid infinite loop in subcalls parsing", and
9446038e "kvm: avoid bogus vcpu_info assignment in vcpu_register".
- Resolves: #1747524
-
Fri Aug 30 2019 Eugene Syromiatnikov <esyr@redhat.com> - 4.24-3
- Include commit v4.26~65 "s390x: beautify sthyi data tail prints"
- Resolves: #1747475
-
Thu Aug 29 2019 Eugene Syromiatnikov <esyr@redhat.com> - 4.24-2
- Copy over changes in tests/ioctl_evdev-success.c (from cdd8206a
"tests: test evdev bitset decoding more thoroughly")
to tests-m32/ioctl_evdev-success.c and tests-mx32/ioctl_evdev-success.c
- Copy over changes in tests/ioctl_evdev.c (from 5ee385e2
"evdev: fix decoding of EVIOCGBIT(0, ...)") to tests-m32/ioctl_evdev.c
and tests-mx32/ioctl_evdev.c
- Resolves: #1746478
-
Thu Aug 01 2019 Eugene Syromiatnikov <esyr@redhat.com> - 4.24-1
- Rebase to strace 4.24. (#1659983)
- Enable stack unwinding (-k option). (#1655856)
-
Sat Jul 21 2018 Eugene Syromiatnikov <esyr@redhat.com> - 4.12-9
- Patch files in tests-m32 and tests-mx32 as well. (#1600210)
-
Thu Jul 19 2018 Eugene Syromiatnikov <esyr@redhat.com> - 4.12-8
- Update membarrier constants. (#1600210)
-
Mon Apr 30 2018 Eugene Syromiatnikov <esyr@redhat.com> - 4.12-7
- Return non-zero exit code if no processes have been attached. (#1573034)