From 933a63e8fc2b23ad2584c6de976b40fad4b5a98a Mon Sep 17 00:00:00 2001 From: fanquake Date: Wed, 26 Jul 2023 09:36:15 +0100 Subject: [PATCH] Merge bitcoin/bitcoin#28145: valgrind: add suppression for bug 472219 50f7214e0915a88dd81c1ac1d292e049a398cda2 valgrind: add suppression for bug 472219 (fanquake) Pull request description: Now that https://bugs.kde.org/show_bug.cgi?id=472219 has been fixed upstream in: https://sourceware.org/git/?p=valgrind.git;a=commit;h=6ce0979884a8f246c80a098333ceef1a7b7f694d Add a supression to ignore the bug until we are using a fixed version of Valgrind. Related to #28072. ACKs for top commit: MarcoFalke: lgtm ACK 50f7214e0915a88dd81c1ac1d292e049a398cda2 Tree-SHA512: 1030f3709195250350fd9c558420a9b1773fb54fdb323e0452a46eeb69ec6d60b5df50bde617c12d917e16dde07db64dee1b0101ddd4eda6161261fc7f6d4474 --- contrib/valgrind.supp | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/contrib/valgrind.supp b/contrib/valgrind.supp index 5f546b3c4a..99e84ab9cb 100644 --- a/contrib/valgrind.supp +++ b/contrib/valgrind.supp @@ -162,3 +162,9 @@ ... fun:_ZN5BCLog6Logger12StartLoggingEv } +{ + Suppress https://bugs.kde.org/show_bug.cgi?id=472219 - fixed in Valgrind 3.22. + Memcheck:Param + ppoll(ufds.events) + obj:/lib/ld-musl-aarch64.so.1 +}