]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Add __set_vma_name suppression to drd/tests/std_thread2.supp
authorMark Wielaard <mark@klomp.org>
Thu, 11 Apr 2024 17:48:22 +0000 (19:48 +0200)
committerMark Wielaard <mark@klomp.org>
Thu, 11 Apr 2024 17:48:31 +0000 (19:48 +0200)
glibc uses a atomic var to set whether the kernel supports
PR_SET_VMA_ANON_NAME. This looks like a conflicting access to drd.
Suppress it for this testcase.

drd/tests/std_thread2.supp

index 4f30560cb924fb425a54a18c921ce68418659747..22052cf2c935f37eabc668a469070a23ce87146d 100644 (file)
@@ -87,3 +87,8 @@
    fun:__tl_lock
 }
 
+{
+   drd-glibc-set-vma-name
+   drd:ConflictingAccess
+   fun:__set_vma_name
+}