]> git-server-git.apps.pok.os.sepia.ceph.com Git - teuthology.git/commitdiff
teuthology/task/install/valgrind.supp: add suppression for DPDK 1211/head
authorKefu Chai <kchai@redhat.com>
Mon, 17 Sep 2018 06:53:40 +0000 (14:53 +0800)
committerKefu Chai <kchai@redhat.com>
Mon, 17 Sep 2018 06:53:40 +0000 (14:53 +0800)
Signed-off-by: Kefu Chai <kchai@redhat.com>
teuthology/task/install/valgrind.supp

index 58c07e21e8dd5d01f163366e7a790f8398cf6a57..57c6937af5dcb9bd9fce9d3454aae32be9c585cf 100644 (file)
   fun:_dlerror_run
   fun:dlopen@@GLIBC_2.2.5
 }
+
+{
+  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
+}