mirror of
https://github.com/koverstreet/bcachefs-tools.git
synced 2025-02-23 00:00:02 +03:00
Update valgrind suppressions file for urcu leak.
Signed-off-by: Brett Holman <bholman.devel@gmail.com>
This commit is contained in:
parent
08420d2481
commit
385dcecb96
@ -1,8 +1,17 @@
|
||||
{
|
||||
<insert_a_suppression_name_here>
|
||||
call_rcu_memb
|
||||
Memcheck:Leak
|
||||
match-leak-kinds: possible,definite
|
||||
...
|
||||
fun:get_default_call_rcu_data_memb
|
||||
fun:call_rcu_memb
|
||||
}
|
||||
{
|
||||
call_rcu_data_init
|
||||
Memcheck:Leak
|
||||
match-leak-kinds: possible
|
||||
fun:calloc
|
||||
fun:_dl_allocate_tls
|
||||
...
|
||||
fun:call_rcu_data_init
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user