diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2024-09-25 14:49:15 +0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-09-30 17:00:51 +0100 |
| commit | c390fc1e36ba0ea3557bf2f555db420a442be7d6 (patch) | |
| tree | e1645bf9c74c9ec23d8e3da4ff7cab65321f602b | |
| parent | 64f20af2d8c0d972e5116ca81c72391e515984ed (diff) | |
| download | poky-c390fc1e36ba0ea3557bf2f555db420a442be7d6.tar.gz | |
strace: upgrade 6.10 -> 6.11
Makefile-ptest.patch
refreshed for 6.11
Improvements
=============
* Implemented decoding of uretprobe syscall.
* Implemented decoding of WDIOC_GETSUPPORT and WDIOC_SETOPTIONS ioctl
commands.
* Enhanced decoding of unknown ioctl commands in non-abbreviated mode
by printing the contents of the ioctl argument buffer in hexadecimal format.
* Updated decoding of listmount, statmount, and statx syscalls.
* Updated lists of ETHTOOL_*, IORING_*, IPPROTO_*, RWF_*, STATX_*, and V4L2_*
constants.
* Updated lists of ioctl commands from Linux 6.11.
(From OE-Core rev: f2f82d4dc0536b19329cd485a0966668e5a9d0a3)
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/Makefile-ptest.patch | 6 | ||||
| -rw-r--r-- | meta/recipes-devtools/strace/strace_6.11.bb (renamed from meta/recipes-devtools/strace/strace_6.10.bb) | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/meta/recipes-devtools/strace/strace/Makefile-ptest.patch b/meta/recipes-devtools/strace/strace/Makefile-ptest.patch index b5c9d2e004..a78c86f6a1 100644 --- a/meta/recipes-devtools/strace/strace/Makefile-ptest.patch +++ b/meta/recipes-devtools/strace/strace/Makefile-ptest.patch | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | From 3a10dcdd5d8def52fc096ed59e8d0f32ee0c2d42 Mon Sep 17 00:00:00 2001 | 1 | From 593bea35a044b55222a71737ca8455c2359817d1 Mon Sep 17 00:00:00 2001 |
| 2 | From: Gabriel Barbu <gabriel.barbu@enea.com> | 2 | From: Gabriel Barbu <gabriel.barbu@enea.com> |
| 3 | Date: Thu, 25 Jul 2013 15:28:33 +0200 | 3 | Date: Thu, 25 Jul 2013 15:28:33 +0200 |
| 4 | Subject: [PATCH] strace: Add ptest | 4 | Subject: [PATCH] strace: Add ptest |
| @@ -13,7 +13,7 @@ Signed-off-by: Anuj Mittal <anuj.mittal@intel.com> | |||
| 13 | 1 file changed, 20 insertions(+) | 13 | 1 file changed, 20 insertions(+) |
| 14 | 14 | ||
| 15 | diff --git a/tests/Makefile.am b/tests/Makefile.am | 15 | diff --git a/tests/Makefile.am b/tests/Makefile.am |
| 16 | index 378146b..f2529a6 100644 | 16 | index e1254c3..149570d 100644 |
| 17 | --- a/tests/Makefile.am | 17 | --- a/tests/Makefile.am |
| 18 | +++ b/tests/Makefile.am | 18 | +++ b/tests/Makefile.am |
| 19 | @@ -18,6 +18,7 @@ SIZEOF_LONG = @SIZEOF_LONG@ | 19 | @@ -18,6 +18,7 @@ SIZEOF_LONG = @SIZEOF_LONG@ |
| @@ -24,7 +24,7 @@ index 378146b..f2529a6 100644 | |||
| 24 | AM_CFLAGS = $(WARN_CFLAGS) | 24 | AM_CFLAGS = $(WARN_CFLAGS) |
| 25 | bundled_CPPFLAGS = | 25 | bundled_CPPFLAGS = |
| 26 | if USE_BUNDLED_HEADERS | 26 | if USE_BUNDLED_HEADERS |
| 27 | @@ -901,3 +902,22 @@ BUILT_SOURCES = ksysent.h | 27 | @@ -903,3 +904,22 @@ BUILT_SOURCES = ksysent.h |
| 28 | CLEANFILES = ksysent.h | 28 | CLEANFILES = ksysent.h |
| 29 | 29 | ||
| 30 | include ../src/scno.am | 30 | include ../src/scno.am |
diff --git a/meta/recipes-devtools/strace/strace_6.10.bb b/meta/recipes-devtools/strace/strace_6.11.bb index a534fccd4f..d98b5fdec9 100644 --- a/meta/recipes-devtools/strace/strace_6.10.bb +++ b/meta/recipes-devtools/strace/strace_6.11.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] = "765ec71aa1de2fe37363c1e40c7b7669fc1d40c44bb5d38ba8e8cd82c4edcf07" | 18 | SRC_URI[sha256sum] = "83262583a3529f02c3501aa8b8ac772b4cbc03dc934e98bab6e4883626e283a5" |
| 19 | 19 | ||
| 20 | inherit autotools ptest | 20 | inherit autotools ptest |
| 21 | 21 | ||
