valgrind: drop unused suppressions for libnl-route-3 (rtnl)
authorThomas Haller <thaller@redhat.com>
Wed, 11 Nov 2015 16:07:32 +0000 (17:07 +0100)
committerThomas Haller <thaller@redhat.com>
Wed, 11 Nov 2015 16:08:24 +0000 (17:08 +0100)
Since we no longer link against libnl-route-3.so, these suppressions are
obsolete. Drop them.

valgrind.suppressions

index 5a345fd..d975aa3 100644 (file)
@@ -3,7 +3,7 @@
 # are mainly tested.
 #
 # Make sure to install debug information, otherwise the suppression trace might
-# not match. On Fedora, try 'debuginfo-install dbus-glib glib libnl3'.
+# not match. On Fedora, try 'debuginfo-install dbus-glib glib'.
 {
   NSS_NoDB_Init
   Memcheck:Leak
    ...
 }
 
-###############################################################
-# libnl3
-###############################################################
-
-{
-   # fixed by https://github.com/thom311/libnl/commit/d65c32a7205e679c7fc13f0e4565b13e698ba906
-   # Same issue as libnl_rtnl_link_set_type_01, but different backtrace by calling nl_msg_parse().
-   libnl_rtnl_link_set_type_02
-   Memcheck:Leak
-   match-leak-kinds: definite
-   fun:calloc
-   fun:vlan_alloc
-   fun:rtnl_link_set_type
-   fun:link_msg_parser
-   fun:nl_cache_parse
-   fun:nl_msg_parse
-   ...
-}
-
-# disable the following suppression. I cannot remember why it was needed,
-# maybe it's wrong.
-#
-# {
-#    libnl_02
-#    libnl_rtnl_link_alloc_cache
-#    Memcheck:Leak
-#    match-leak-kinds: definite
-#    fun:calloc
-#    fun:nl_object_alloc
-#    fun:link_msg_parser
-#    fun:nl_cache_parse
-#    fun:update_msg_parser
-#    fun:nl_cb_call
-#    fun:recvmsgs
-#    fun:nl_recvmsgs_report
-#    fun:nl_recvmsgs
-#    fun:__cache_pickup
-#    fun:nl_cache_pickup
-#    fun:nl_cache_refill
-#    fun:rtnl_link_alloc_cache
-#    ...
-# }
-