Skip to content

Commit

Permalink
Merge pull request ceph#1220 from ceph/wip-ethdev
Browse files Browse the repository at this point in the history
valgrind.supp: ethdev_init_log thing

Reviewed-by: Josh Durgin <[email protected]>
  • Loading branch information
jdurgin authored Oct 12, 2018
2 parents 6e0180b + 4537915 commit 0d14a6f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions teuthology/task/install/valgrind.supp
Original file line number Diff line number Diff line change
Expand Up @@ -524,6 +524,15 @@
fun:dlopen@@GLIBC_2.2.5
}

{
ethdev_init_log thing
Memcheck:Leak
match-leak-kinds: reachable
fun:...
fun:ethdev_init_log
fun:...
}

{
rte_log_init() in DPDK fails to reset strdup()'ed string at exit
Memcheck:Leak
Expand Down

0 comments on commit 0d14a6f

Please sign in to comment.