]> git.apps.os.sepia.ceph.com Git - teuthology.git/commitdiff
Merge branch 'master' into wip-ethdev 1220/head
authorJosh Durgin <jdurgin@redhat.com>
Fri, 12 Oct 2018 00:48:32 +0000 (17:48 -0700)
committerGitHub <noreply@github.com>
Fri, 12 Oct 2018 00:48:32 +0000 (17:48 -0700)
1  2 
teuthology/task/install/valgrind.supp

index 1e5ba4716c3e59d08cd8a3a2aeaa38280ba70716,c961a4335beb1790220e3e16b2e94affd6e2acac..28277cacfb954e328bb64eaab5c29600a6bc08d2
    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*
+   ...
+ }