From 41dc81324a1645c771057f7204e581423bc2e274 Mon Sep 17 00:00:00 2001 From: Patrick Donnelly Date: Fri, 14 Jun 2024 23:00:02 -0400 Subject: [PATCH] qa: suppress __trans_list_add valgrind warning Fixes: https://tracker.ceph.com/issues/65779 Signed-off-by: Patrick Donnelly (cherry picked from commit 4d707415ab9215e8ec14e9ae7cbaa09616cd3fa4) --- qa/valgrind.supp | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/qa/valgrind.supp b/qa/valgrind.supp index 6a5a08f14b0..7bc7e1f4e2f 100644 --- a/qa/valgrind.supp +++ b/qa/valgrind.supp @@ -700,4 +700,13 @@ fun:exit fun:(below main) } - +{ + tracker #65779: __trans_list_add annoyance + Memcheck:Leak + match-leak-kinds: possible + fun:calloc + fun:__trans_list_add + ... + fun:_dl_init + ... +} -- 2.39.5