summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2025-03-29 14:28:15 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2025-03-29 15:24:34 +0000
commit1fce9adf75328fca649ba6afe1f85fdb5ec40307 (patch)
tree8057a851cec59452ac0bc2b5c182a644c44eb3b7
parent67f6bad5295aa76e710913dda94c37790a2fa7a7 (diff)
downloadpoky-1fce9adf75328fca649ba6afe1f85fdb5ec40307.tar.gz
lttng-tools: Update patch status
A couple of patches were merged upstream, mark as such. (From OE-Core rev: ac8557164ed7a4fc2961a7d15aa202a7f38fb4ed) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-kernel/lttng/lttng-tools/0001-Fix-rotation-destroy-flush-fix-session-daemon-abort-.patch4
-rw-r--r--meta/recipes-kernel/lttng/lttng-tools/0001-compat-Define-off64_t-as-off_t-on-linux.patch3
2 files changed, 4 insertions, 3 deletions
diff --git a/meta/recipes-kernel/lttng/lttng-tools/0001-Fix-rotation-destroy-flush-fix-session-daemon-abort-.patch b/meta/recipes-kernel/lttng/lttng-tools/0001-Fix-rotation-destroy-flush-fix-session-daemon-abort-.patch
index 3286dfb5c1..8ddc588354 100644
--- a/meta/recipes-kernel/lttng/lttng-tools/0001-Fix-rotation-destroy-flush-fix-session-daemon-abort-.patch
+++ b/meta/recipes-kernel/lttng/lttng-tools/0001-Fix-rotation-destroy-flush-fix-session-daemon-abort-.patch
@@ -24,8 +24,8 @@ environment variable any more.
24Fixes: 3a174400 24Fixes: 3a174400
25("tests:add check_skip_kernel_test to check root user and lttng kernel modules") 25("tests:add check_skip_kernel_test to check root user and lttng kernel modules")
26 26
27Upstream-Status: Submitted [https://review.lttng.org/c/lttng-tools/+/12155] 27Submitted [https://review.lttng.org/c/lttng-tools/+/12155]
28 28Upstream-Status: Backport [https://github.com/lttng/lttng-tools/commit/78f5b22de60c114c5c83410015a08bdd212edc0b]
29Change-Id: I371e9ba717613e2940186f710cf3cccd35baed6c 29Change-Id: I371e9ba717613e2940186f710cf3cccd35baed6c
30Signed-off-by: Xiangyu Chen <xiangyu.chen@windriver.com> 30Signed-off-by: Xiangyu Chen <xiangyu.chen@windriver.com>
31--- 31---
diff --git a/meta/recipes-kernel/lttng/lttng-tools/0001-compat-Define-off64_t-as-off_t-on-linux.patch b/meta/recipes-kernel/lttng/lttng-tools/0001-compat-Define-off64_t-as-off_t-on-linux.patch
index 4e21d1e9f1..25caccdef8 100644
--- a/meta/recipes-kernel/lttng/lttng-tools/0001-compat-Define-off64_t-as-off_t-on-linux.patch
+++ b/meta/recipes-kernel/lttng/lttng-tools/0001-compat-Define-off64_t-as-off_t-on-linux.patch
@@ -14,7 +14,8 @@ As such, it is safe to assume off_t is 64-bit wide. This is checked by a
14static_assert to catch any platform where autoconf would let a 32-bit 14static_assert to catch any platform where autoconf would let a 32-bit
15off_t slip. 15off_t slip.
16 16
17Upstream-Status: Submitted [https://review.lttng.org/c/lttng-tools/+/9268] 17Submitted [https://review.lttng.org/c/lttng-tools/+/9268]
18Upstream-Status: Backport [https://github.com/lttng/lttng-tools/commit/57fd993799a2b081c826f6fc8def32d28d526bfb]
18Reported-by: Khem Raj <raj.khem@gmail.com> 19Reported-by: Khem Raj <raj.khem@gmail.com>
19Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com> 20Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
20Change-Id: If2c6007a8c85bc3f3065002af8a7538b882fb4a8 21Change-Id: If2c6007a8c85bc3f3065002af8a7538b882fb4a8