From: Bruce Ashfield <bruce.ashfi...@gmail.com> Updating strace to the 5.8 release. The signficant change in this release is fixes to build against the v5.8 kernel.
Noteworthy changes from the strace site: - Changes in behaviour - Modified %process class to contain system calls associated with process lifecycle (creation, exec, termination): kill, tkill, tgkill, pidfd_send_signal and rt_sigqueueinfo are added, arch_prctl and unshare are removed. - Improvements - Implemented decoding of faccessat2 syscall. - Implemented decoding of LOOP_CONFIGURE ioctl command. - Updated decoding of io_uring_setup syscall to match Linux 5.8. - Updated lists of AUDIT_*, BPF_*, CAP_*, ETH_*, INET_DIAG_*, IORING_*, KEYCTL_*, KVM_*, LOOP_*, NDA_*, RTC_*, TCA_*, STATX_*, and *_MAGIC constants. - Updated lists of ioctl commands from Linux 5.8. - Bug fixes - Added statx syscall to %fstat trace class. Signed-off-by: Bruce Ashfield <bruce.ashfi...@gmail.com> --- meta/recipes-devtools/strace/{strace_5.7.bb => strace_5.8.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/strace/{strace_5.7.bb => strace_5.8.bb} (95%) diff --git a/meta/recipes-devtools/strace/strace_5.7.bb b/meta/recipes-devtools/strace/strace_5.8.bb similarity index 95% rename from meta/recipes-devtools/strace/strace_5.7.bb rename to meta/recipes-devtools/strace/strace_5.8.bb index c184d035aa..70d5940f60 100644 --- a/meta/recipes-devtools/strace/strace_5.7.bb +++ b/meta/recipes-devtools/strace/strace_5.8.bb @@ -15,7 +15,7 @@ SRC_URI = "https://strace.io/files/${PV}/strace-${PV}.tar.xz \ file://uintptr_t.patch \ file://0001-strace-fix-reproducibilty-issues.patch \ " -SRC_URI[sha256sum] = "b284b59f9bcd95b9728cea5bd5c0edc5ebe360af73dc76fbf6334f11c777ccd8" +SRC_URI[sha256sum] = "df4a669f7fff9cc302784085bd4b72fab216a426a3f72c892b28a537b71e7aa9" inherit autotools ptest -- 2.19.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#141284): https://lists.openembedded.org/g/openembedded-core/message/141284 Mute This Topic: https://lists.openembedded.org/mt/76036442/21656 Group Owner: openembedded-core+ow...@lists.openembedded.org Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-