]> git.sesse.net Git - bcachefs-tools-debian/blob - tests/valgrind-suppressions.txt
Disable pristine-tar option in gbp.conf, since there is no pristine-tar branch.
[bcachefs-tools-debian] / tests / valgrind-suppressions.txt
1 {
2    call_rcu_memb
3    Memcheck:Leak
4    match-leak-kinds: possible,definite
5    ...
6    fun:get_default_call_rcu_data_memb
7    fun:call_rcu_memb
8 }
9 {
10    call_rcu_data_init
11    Memcheck:Leak
12    match-leak-kinds: possible
13    fun:calloc
14    fun:_dl_allocate_tls
15    ...
16    fun:call_rcu_data_init
17 }
18 {
19    urcu_memb_call_rcu
20    Memcheck:Leak
21    match-leak-kinds: possible
22    ...
23    fun:pthread_create*
24    obj:/*/liburcu.so.*
25    ...
26    fun:urcu_memb_call_rcu
27 }
28 {
29    pthread_create
30    Memcheck:Leak
31    match-leak-kinds: possible
32    fun:calloc
33    ...
34    fun:allocate_stack
35    fun:pthread_create*
36    fun:kthread_create
37    fun:bch2_rebalance_start
38 }