summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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