From: Richard Purdie Date: Sat, 29 Mar 2025 14:28:15 +0000 (+0000) Subject: lttng-tools: Update patch status X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ac8557164ed7a4fc2961a7d15aa202a7f38fb4ed;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git lttng-tools: Update patch status A couple of patches were merged upstream, mark as such. Signed-off-by: Richard Purdie --- 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 3286dfb5c19..8ddc5883541 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. Fixes: 3a174400 ("tests:add check_skip_kernel_test to check root user and lttng kernel modules") -Upstream-Status: Submitted [https://review.lttng.org/c/lttng-tools/+/12155] - +Submitted [https://review.lttng.org/c/lttng-tools/+/12155] +Upstream-Status: Backport [https://github.com/lttng/lttng-tools/commit/78f5b22de60c114c5c83410015a08bdd212edc0b] Change-Id: I371e9ba717613e2940186f710cf3cccd35baed6c Signed-off-by: Xiangyu Chen --- 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 4e21d1e9f10..25caccdef8f 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 static_assert to catch any platform where autoconf would let a 32-bit off_t slip. -Upstream-Status: Submitted [https://review.lttng.org/c/lttng-tools/+/9268] +Submitted [https://review.lttng.org/c/lttng-tools/+/9268] +Upstream-Status: Backport [https://github.com/lttng/lttng-tools/commit/57fd993799a2b081c826f6fc8def32d28d526bfb] Reported-by: Khem Raj Signed-off-by: Jérémie Galarneau Change-Id: If2c6007a8c85bc3f3065002af8a7538b882fb4a8