diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2023-09-13 17:42:40 +0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-09-14 09:19:38 +0100 |
| commit | aab64c73a34df84835aba1ccd9a66e78c4f86368 (patch) | |
| tree | 56273fde18f310302d61e830f6fa7626691369e7 | |
| parent | 1bd8ab8ac08bcd5d4bd8710ea15512d0af672e46 (diff) | |
| download | poky-aab64c73a34df84835aba1ccd9a66e78c4f86368.tar.gz | |
strace: upgrade 6.4 -> 6.5
Changelog:
===========
* Implemented decoding of cachestat and fchmodat2 syscalls.
* Implemented decoding of SO_PASSPIDFD and SO_PEERPIDFD socket options.
* Implemented decoding of SCM_PIDFD control messages.
* Implemented decoding of BPF_ENABLE_STATS, BPF_ITER_CREATE, BPF_LINK_DETACH,
and BPF_PROG_BIND_MAP bpf syscall commands.
* Updated decoding of BPF_OBJ_PIN and BPF_OBJ_GET bpf syscall commands.
* Updated lists of AT_*, BPF_*, IORING_*, KVM_*, MOVE_MOUNT_*, NFT_*, NT_*,
PR_*, and V4L2_* constants.
* Updated lists of ioctl commands from Linux 6.5.
(From OE-Core rev: e66513ca10f1bf6de1a0834513401e6ccc04631e)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta/recipes-devtools/strace/strace_6.5.bb (renamed from meta/recipes-devtools/strace/strace_6.4.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/strace/strace_6.4.bb b/meta/recipes-devtools/strace/strace_6.5.bb index 2174790fbe..8f90c35925 100644 --- a/meta/recipes-devtools/strace/strace_6.4.bb +++ b/meta/recipes-devtools/strace/strace_6.5.bb | |||
| @@ -15,7 +15,7 @@ SRC_URI = "https://strace.io/files/${PV}/strace-${PV}.tar.xz \ | |||
| 15 | file://0001-configure-Use-autoconf-macro-to-detect-largefile-sup.patch \ | 15 | file://0001-configure-Use-autoconf-macro-to-detect-largefile-sup.patch \ |
| 16 | file://0002-tests-Replace-off64_t-with-off_t.patch \ | 16 | file://0002-tests-Replace-off64_t-with-off_t.patch \ |
| 17 | " | 17 | " |
| 18 | SRC_URI[sha256sum] = "27987dbac57fdfd260c6db4dc8328df35c95c6867c8a3d4371d59cdcf4eb9238" | 18 | SRC_URI[sha256sum] = "dfb051702389e1979a151892b5901afc9e93bbc1c70d84c906ade3224ca91980" |
| 19 | 19 | ||
| 20 | inherit autotools ptest | 20 | inherit autotools ptest |
| 21 | 21 | ||
