From: Casey Bodley Date: Thu, 9 Apr 2026 15:33:37 +0000 (-0400) Subject: qa/valgrind: generalize suppressions for gcc-14 MismatchedFree X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=1b6578e07f8782fe03042e67b9c6fdfdc4fe4711;p=ceph.git qa/valgrind: generalize suppressions for gcc-14 MismatchedFree the rgw suite is showing a handful of these false positives, and i really don't want to micromanage suppressions for every little thing that shows up here so i chose to generalize the existing suppressions from https://tracker.ceph.com/issues/74604 so that a single suppression would cover this entire class of MismatchedFree warnings Fixes: https://tracker.ceph.com/issues/75945 Signed-off-by: Casey Bodley --- diff --git a/qa/valgrind.supp b/qa/valgrind.supp index d2a1513a10f2..89e6bd49c90a 100644 --- a/qa/valgrind.supp +++ b/qa/valgrind.supp @@ -953,25 +953,9 @@ ... } { - rocky10_gcc14_mismatch_delete_map_erase + rocky10_gcc14_mismatch_delete Memcheck:Free fun:_Zda*align_val_t* - ... - fun:*global_init_prefork* -} -{ - rocky10_gcc14_mismatch_delete_map_erase - Memcheck:Free - fun:_Zda*align_val_t* - ... - fun:*ceph6common11CephContext* -} -{ - rocky10_gcc14_mismatch_delete_map_erase - Memcheck:Free - fun:_Zda*align_val_t* - ... - fun:exit } { rocky10 still reachable rocksdb leak