From 645d01028671d3212c33e7ffdbcd0f3db8f78c63 Mon Sep 17 00:00:00 2001 From: Casey Bodley Date: Tue, 18 Jul 2023 08:55:51 -0400 Subject: [PATCH] valgrind: update suppression for SyscallParam under call_init centos9 has a slightly different call stack here Fixes: https://tracker.ceph.com/issues/62059 Signed-off-by: Casey Bodley (cherry picked from commit 063721da351d80b73e34725b964958cefe86c060) --- qa/valgrind.supp | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/qa/valgrind.supp b/qa/valgrind.supp index 8caedfd8b22..92cc9050227 100644 --- a/qa/valgrind.supp +++ b/qa/valgrind.supp @@ -184,20 +184,19 @@ fun:*GetStackTrace* } { - tcmalloc: param points to uninit bytes under call_init (jammy) + tcmalloc: param points to uninit bytes under call_init (centos9) or call_init.part.0 (jammy) Memcheck:Param write(buf) fun:syscall obj:*libunwind* - obj:*libunwind* - obj:*libunwind* + ... obj:*libunwind* fun:_ULx86_64_step obj:*tcmalloc* obj:*tcmalloc* obj:*tcmalloc* obj:*tcmalloc* - fun:call_init.part.0 + fun:call_init* } { tcmalloc: string -- 2.39.5