diff options
-rw-r--r-- | tests/valgrind-suppressions.txt | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/tests/valgrind-suppressions.txt b/tests/valgrind-suppressions.txt index d83e052..612a08e 100644 --- a/tests/valgrind-suppressions.txt +++ b/tests/valgrind-suppressions.txt @@ -15,3 +15,24 @@ ... fun:call_rcu_data_init } +{ + urcu_memb_call_rcu + Memcheck:Leak + match-leak-kinds: possible + ... + fun:pthread_create* + obj:/*/liburcu.so.* + ... + fun:urcu_memb_call_rcu +} +{ + pthread_create + Memcheck:Leak + match-leak-kinds: possible + fun:calloc + ... + fun:allocate_stack + fun:pthread_create* + fun:kthread_create + fun:bch2_rebalance_start +} |