]> code.ossystems Code Review - openembedded-core.git/commitdiff
valgrind: update upstream patch status
authorRandy MacLeod <Randy.MacLeod@windriver.com>
Thu, 15 Nov 2018 17:36:23 +0000 (12:36 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 16 Nov 2018 09:32:17 +0000 (09:32 +0000)
Two recent patches are now marked as reported in the
valgrind bugzilla.

Signed-off-by: Randy MacLeod <Randy.MacLeod@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/valgrind/valgrind/0001-Guard-against-__GLIBC_PREREQ-for-musl-libc.patch
meta/recipes-devtools/valgrind/valgrind/0001-Make-local-functions-static-to-avoid-assembler-error.patch

index 3efe65a940b0fc552dee41cb92aa696a8b2a6915..81ab29f3be16128318d57cd79b89a62ac641e930 100644 (file)
@@ -3,7 +3,7 @@ From: Randy MacLeod <Randy.MacLeod@windriver.com>
 Date: Fri, 19 Oct 2018 10:31:12 -0400
 Subject: [PATCH] Guard against __GLIBC_PREREQ for musl libc
 
-Upstream-Status: Pending
+Upstream-Status: Submitted https://bugs.kde.org/show_bug.cgi?id=400162
 
 Signed-off-by: Randy MacLeod <Randy.MacLeod@windriver.com>
 ---
index 45e5ea3e743b709ea296e3a955974c6bbb01d63d..8d2ca5733e05d029f526ddbffc63edb9dd83ccd0 100644 (file)
@@ -18,7 +18,7 @@ and more importantly also avoid an assembler error:
 /tmp/cce22iiw.s:915: Error: symbol `exit_0' is already defined
 /tmp/cce22iiw.s:917: Error: symbol `exit' is already defined
 
-Upstream-Status: Pending
+Upstream-Status: Submitted https://bugs.kde.org/show_bug.cgi?id=400164
 
 Signed-off-by: Randy MacLeod <Randy.MacLeod@windriver.com>
 ---