From: Josh Durgin Date: Fri, 12 Oct 2018 00:48:32 +0000 (-0700) Subject: Merge branch 'master' into wip-ethdev X-Git-Tag: 1.1.0~303^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F1220%2Fhead;p=teuthology.git Merge branch 'master' into wip-ethdev --- 453791581164732b7141debe08f9b52366f49211 diff --cc teuthology/task/install/valgrind.supp index 1e5ba4716,c961a4335..28277cacf --- a/teuthology/task/install/valgrind.supp +++ b/teuthology/task/install/valgrind.supp @@@ -524,10 -524,23 +524,32 @@@ 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 + match-leak-kinds: reachable + fun:*alloc + ... + fun:rte_log_init + fun:__libc_csu_init + } + + { + Boost.Thread fails to call tls_destructor() when the thread exists + Memcheck:Leak + match-leak-kinds: reachable + ... + fun:*boost*detail*make_external_thread_data* + fun:*boost*detail*add_new_tss_node* + fun:*boost*detail*set_tss_data* + ... + }