]> code.ossystems Code Review - openembedded-core.git/commitdiff
lttng: submit patches upstream
authorAlexander Kanavin <alex.kanavin@gmail.com>
Sat, 4 Dec 2021 07:13:16 +0000 (08:13 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 6 Dec 2021 11:09:48 +0000 (11:09 +0000)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-kernel/lttng/lttng-tools/0001-src-common-correct-header-location.patch
meta/recipes-kernel/lttng/lttng-ust/0001-lttng-ust-common-link-with-liburcu-explicitly.patch

index 925b51c3ce4cc5fb62bf12b32cbf6ac388bcbbb1..24fcce41cb00fb2ccea2ecf5d480aa0d8c3e51c0 100644 (file)
@@ -6,7 +6,7 @@ Subject: [PATCH] src/common: correct header location
 sys/unistd.h is not guaranteed to exist, and does not with
 e.g. musl C library.
 
-Upstream-Status: Pending
+Upstream-Status: Backport [http://git.lttng.org/?p=lttng-tools.git;a=commitdiff;h=8f14767d33f786d895e50633fb46b880249b6c54]
 Signed-off-by: Alexander Kanavin <alex@linutronix.de>
 ---
  src/common/kernel-probe.c    | 2 +-
index 2d61dfa52596ed8c638980d1bf003f1d7a90a11d..d3c451fd2bc020a867f01d3bc0c5e8322c19eee2 100644 (file)
@@ -5,7 +5,7 @@ Subject: [PATCH] lttng-ust-common: link with liburcu explicitly
 
 Otherwise linking errors are seen on x86-32.
 
-Upstream-Status: Pending
+Upstream-Status: Submitted [by email to lttng-dev, Francis, Jonathan]
 Signed-off-by: Alexander Kanavin <alex@linutronix.de>
 ---
  src/lib/lttng-ust-common/Makefile.am | 1 +