From 44f4fd033d33ca22102908b2941e652820d72a53 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Thu, 25 Apr 2019 11:56:14 +0100 Subject: lttng-tools: Add missing patch Upstream-Status Signed-off-by: Richard Purdie --- .../lttng-tools/0007-Fix-getgrnam-is-not-MT-Safe-use-getgrnam_r.patch | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta/recipes-kernel/lttng') diff --git a/meta/recipes-kernel/lttng/lttng-tools/0007-Fix-getgrnam-is-not-MT-Safe-use-getgrnam_r.patch b/meta/recipes-kernel/lttng/lttng-tools/0007-Fix-getgrnam-is-not-MT-Safe-use-getgrnam_r.patch index 5437de26e8..a3362ea247 100644 --- a/meta/recipes-kernel/lttng/lttng-tools/0007-Fix-getgrnam-is-not-MT-Safe-use-getgrnam_r.patch +++ b/meta/recipes-kernel/lttng/lttng-tools/0007-Fix-getgrnam-is-not-MT-Safe-use-getgrnam_r.patch @@ -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 + +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 ++++-- -- cgit 1.2.3-korg