]> code.ossystems Code Review - openembedded-core.git/commitdiff
lttng-tools: Add missing patch Upstream-Status
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 25 Apr 2019 10:56:14 +0000 (11:56 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 26 Apr 2019 09:05:23 +0000 (10:05 +0100)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-kernel/lttng/lttng-tools/0007-Fix-getgrnam-is-not-MT-Safe-use-getgrnam_r.patch

index 5437de26e82eeae912283f097bec10e63964ae73..a3362ea247623d0fca5f46a44b2cd4e1fa383bae 100644 (file)
@@ -55,6 +55,8 @@ want to move the warning elsewhere in the future. For now, pass a bool
 if we need to warn or not.
 
 Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios.com>
+
+Upstream-Status: Submitted [https://patchwork.lttng.org/patch/2314703]
 ---
  src/bin/lttng-consumerd/health-consumerd.c   | 10 ++-
  src/bin/lttng-relayd/health-relayd.c         | 20 ++++--