mirror of
https://git.yoctoproject.org/poky
synced 2026-09-19 00:49:33 +02:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
64f20af2d8
commit
c390fc1e36
@@ -1,4 +1,4 @@
|
|||||||
From 3a10dcdd5d8def52fc096ed59e8d0f32ee0c2d42 Mon Sep 17 00:00:00 2001
|
From 593bea35a044b55222a71737ca8455c2359817d1 Mon Sep 17 00:00:00 2001
|
||||||
From: Gabriel Barbu <gabriel.barbu@enea.com>
|
From: Gabriel Barbu <gabriel.barbu@enea.com>
|
||||||
Date: Thu, 25 Jul 2013 15:28:33 +0200
|
Date: Thu, 25 Jul 2013 15:28:33 +0200
|
||||||
Subject: [PATCH] strace: Add ptest
|
Subject: [PATCH] strace: Add ptest
|
||||||
@@ -13,7 +13,7 @@ Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
|
|||||||
1 file changed, 20 insertions(+)
|
1 file changed, 20 insertions(+)
|
||||||
|
|
||||||
diff --git a/tests/Makefile.am b/tests/Makefile.am
|
diff --git a/tests/Makefile.am b/tests/Makefile.am
|
||||||
index 378146b..f2529a6 100644
|
index e1254c3..149570d 100644
|
||||||
--- a/tests/Makefile.am
|
--- a/tests/Makefile.am
|
||||||
+++ b/tests/Makefile.am
|
+++ b/tests/Makefile.am
|
||||||
@@ -18,6 +18,7 @@ SIZEOF_LONG = @SIZEOF_LONG@
|
@@ -18,6 +18,7 @@ SIZEOF_LONG = @SIZEOF_LONG@
|
||||||
@@ -24,7 +24,7 @@ index 378146b..f2529a6 100644
|
|||||||
AM_CFLAGS = $(WARN_CFLAGS)
|
AM_CFLAGS = $(WARN_CFLAGS)
|
||||||
bundled_CPPFLAGS =
|
bundled_CPPFLAGS =
|
||||||
if USE_BUNDLED_HEADERS
|
if USE_BUNDLED_HEADERS
|
||||||
@@ -901,3 +902,22 @@ BUILT_SOURCES = ksysent.h
|
@@ -903,3 +904,22 @@ BUILT_SOURCES = ksysent.h
|
||||||
CLEANFILES = ksysent.h
|
CLEANFILES = ksysent.h
|
||||||
|
|
||||||
include ../src/scno.am
|
include ../src/scno.am
|
||||||
|
|||||||
@@ -15,7 +15,7 @@ SRC_URI = "https://strace.io/files/${PV}/strace-${PV}.tar.xz \
|
|||||||
file://0001-configure-Use-autoconf-macro-to-detect-largefile-sup.patch \
|
file://0001-configure-Use-autoconf-macro-to-detect-largefile-sup.patch \
|
||||||
file://0002-tests-Replace-off64_t-with-off_t.patch \
|
file://0002-tests-Replace-off64_t-with-off_t.patch \
|
||||||
"
|
"
|
||||||
SRC_URI[sha256sum] = "765ec71aa1de2fe37363c1e40c7b7669fc1d40c44bb5d38ba8e8cd82c4edcf07"
|
SRC_URI[sha256sum] = "83262583a3529f02c3501aa8b8ac772b4cbc03dc934e98bab6e4883626e283a5"
|
||||||
|
|
||||||
inherit autotools ptest
|
inherit autotools ptest
|
||||||
|
|
||||||
Reference in New Issue
Block a user