]> git.ipfire.org Git - thirdparty/glibc.git/commit
Revert "x86_64: Suppress false positive valgrind error"
authorFlorian Weimer <fweimer@redhat.com>
Sat, 13 Apr 2024 14:17:38 +0000 (16:17 +0200)
committerFlorian Weimer <fweimer@redhat.com>
Sat, 13 Apr 2024 15:42:13 +0000 (17:42 +0200)
commitaea52e3d2b71e89f2ba4fd4d8f1f8d3036d83c1d
treea4d1718dd22e6fc0b757e4455fa4fe82bd2ccd66
parentcf11e74b0d81d389bcad5cdbba020ba475f0ac4b
Revert "x86_64: Suppress false positive valgrind error"

This reverts commit a1735e0aa858f0c8b15e5ee9975bff4279423680.

The test failure is a real valgrind bug that needs to be fixed before
valgrind is usable with a glibc that has been built with
CC="gcc -march=x86-64-v3".  The proposed valgrind patch teaches
valgrind to replace ld.so strcmp with an unoptimized scalar
implementation, thus avoiding any AVX2-related problems.

Valgrind bug: <https://bugs.kde.org/show_bug.cgi?id=485487>

Reviewed-by: H.J. Lu <hjl.tools@gmail.com>
elf/Makefile
elf/tst-valgrind-smoke.sh
sysdeps/x86_64/Makefile
sysdeps/x86_64/tst-valgrind-smoke.supp [deleted file]