From: Patrick Donnelly Date: Sat, 15 Jun 2024 03:00:02 +0000 (-0400) Subject: qa: suppress __trans_list_add valgrind warning X-Git-Tag: v20.0.0~1434^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F58056%2Fhead;p=ceph.git qa: suppress __trans_list_add valgrind warning Fixes: https://tracker.ceph.com/issues/65779 Signed-off-by: Patrick Donnelly --- diff --git a/qa/valgrind.supp b/qa/valgrind.supp index 1b5bd0cf5d2c..254e2d55eb8b 100644 --- a/qa/valgrind.supp +++ b/qa/valgrind.supp @@ -1105,4 +1105,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 + ... +}