diff options
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. | |||
24 | Fixes: 3a174400 | 24 | Fixes: 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 | ||
27 | Upstream-Status: Submitted [https://review.lttng.org/c/lttng-tools/+/12155] | 27 | Submitted [https://review.lttng.org/c/lttng-tools/+/12155] |
28 | 28 | Upstream-Status: Backport [https://github.com/lttng/lttng-tools/commit/78f5b22de60c114c5c83410015a08bdd212edc0b] | |
29 | Change-Id: I371e9ba717613e2940186f710cf3cccd35baed6c | 29 | Change-Id: I371e9ba717613e2940186f710cf3cccd35baed6c |
30 | Signed-off-by: Xiangyu Chen <xiangyu.chen@windriver.com> | 30 | Signed-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 | |||
14 | static_assert to catch any platform where autoconf would let a 32-bit | 14 | static_assert to catch any platform where autoconf would let a 32-bit |
15 | off_t slip. | 15 | off_t slip. |
16 | 16 | ||
17 | Upstream-Status: Submitted [https://review.lttng.org/c/lttng-tools/+/9268] | 17 | Submitted [https://review.lttng.org/c/lttng-tools/+/9268] |
18 | Upstream-Status: Backport [https://github.com/lttng/lttng-tools/commit/57fd993799a2b081c826f6fc8def32d28d526bfb] | ||
18 | Reported-by: Khem Raj <raj.khem@gmail.com> | 19 | Reported-by: Khem Raj <raj.khem@gmail.com> |
19 | Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com> | 20 | Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com> |
20 | Change-Id: If2c6007a8c85bc3f3065002af8a7538b882fb4a8 | 21 | Change-Id: If2c6007a8c85bc3f3065002af8a7538b882fb4a8 |