This file is indexed.

/usr/share/hwloc/hwloc-valgrind.supp is in libhwloc-common 1.11.2-3.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
# Copyright © 2012      Inria.  All rights reserved.
# See COPYING in top-level directory.

# suppressions file to be passed to valgrind with
#   --suppressions=/path/to/hwloc-valgrind.supp

# zlib (brought by libpci or libxml2) doesn't cleanup its global state
{
   inflate_init
   Memcheck:Cond
   fun:inflateReset2
   fun:inflateInit2_
}

# hwloc cannot free the global parser (with xmlCleanupParser()) because other threads may be using it
{
   xml_init_parser
   Memcheck:Leak
   ...
   fun:xmlInitParser
}

# hwloc cannot free the global xml dict RMutex because it cannot call xmlCleanupParser() as explained above
{
   xml_dict_create_new_rmutex
   Memcheck:Leak
   fun:malloc
   fun:xmlNewRMutex
   ...
   fun:xmlDictCreate
}

# ltdl dlopen global state?
{
   ltdl_dlopen_doit_leak
   Memcheck:Leak
   ...
   fun:dl_open_worker
   fun:_dl_catch_error
   fun:_dl_open
   fun:dlopen_doit
}

# ltdl_dlclose_leak
{
   ltdl_dlclose_leak
   Memcheck:Leak
   ...
   fun:_dl_close_worker
   fun:_dl_close
   ...
   fun:dlclose
}

# lt_dlforeachfile abusing paths
{
   lt_dlforeachfile_addr8
   Memcheck:Addr8
   fun:_wordcopy_fwd_dest_aligned
   fun:__GI_memmove
   fun:argz_insert
   ...
   fun:lt_dlforeachfile
}

# cuda
{
   cuda_leak
   Memcheck:Leak
   ...
   obj:*libcuda*
}

# nvml
{
   nvmlInit_cond
   Memcheck:Cond
   ...
   obj:*nvidia-ml*
   ...
   fun:nvmlInit
}

# amd opencl
{
   atical_leak
   Memcheck:Leak
   ...
   obj:*libatical*
}
{
   atical_cond
   Memcheck:Cond
   ...
   obj:*libatical*
}
{
   amdocl_leak
   Memcheck:Leak
   ...
   obj:*libamdocl*
}
{
   amdocl_param
   Memcheck:Param
   write(buf)
   fun:*write*
   obj:*libamdocl*
}
{
   opencl_leak
   Memcheck:Leak
   ...
   obj:*libOpenCL*
   ...
   fun:clGetPlatformIDs
}
{
   libatiadl_xcb_leak
   Memcheck:Leak
   ...
   obj:*libxcb*
   ...
   fun:XOpenDisplay
   ...
   obj:*libatiadl*
}

# 
{
   libpciaccess_device_name_leak
   Memcheck:Leak
   ...
   fun:pci_device_get_device_name
   fun:hwloc_look_libpci
}
{
   libpciaccess_leak
   Memcheck:Leak
   ...
   obj:*libpciaccess*
   ...
   fun:hwloc_look_libpci
}