]> git.ipfire.org Git - thirdparty/glibc.git/commit
x86: Fallback {str|wcs}cmp RTM in the ncmp overflow case [BZ #29127]
authorNoah Goldstein <goldstein.w.n@gmail.com>
Tue, 15 Feb 2022 14:18:15 +0000 (08:18 -0600)
committerSunil K Pandey <skpgkp2@gmail.com>
Wed, 25 May 2022 22:07:28 +0000 (15:07 -0700)
commit69f16619e7119e26d70c00ac8b8750ed350147a3
tree1738ded54d905fb4fdb94289f5d684301c85dbd3
parent7da0b8522b0498898f2b0d0b49f70869056e1e43
x86: Fallback {str|wcs}cmp RTM in the ncmp overflow case [BZ #29127]

Re-cherry-pick commit c627209832 for strcmp-avx2.S change which was
omitted in intial cherry pick because at the time this bug was not
present on release branch.

Fixes BZ #29127.

In the overflow fallback strncmp-avx2-rtm and wcsncmp-avx2-rtm would
call strcmp-avx2 and wcscmp-avx2 respectively. This would have
not checks around vzeroupper and would trigger spurious
aborts. This commit fixes that.

test-strcmp, test-strncmp, test-wcscmp, and test-wcsncmp all pass on
AVX2 machines with and without RTM.

Co-authored-by: H.J. Lu <hjl.tools@gmail.com>
(cherry picked from commit c6272098323153db373f2986c67786ea8c85f1cf)
sysdeps/x86_64/multiarch/strcmp-avx2.S