[Bug dynamic-link/29953] Invalid x86_non_temporal_threshold without cache info
cvs-commit at gcc dot gnu.org
sourceware-bugzilla@sourceware.org
Thu Apr 20 15:53:04 GMT 2023
https://sourceware.org/bugzilla/show_bug.cgi?id=29953
--- Comment #19 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> ---
The release/2.35/master branch has been updated by Florian Weimer
<fw@sourceware.org>:
https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=b7cc55a24ea303875d95d0db3f73f9239bba2583
commit b7cc55a24ea303875d95d0db3f73f9239bba2583
Author: H.J. Lu <hjl.tools@gmail.com>
Date: Tue Jan 3 13:06:48 2023 -0800
x86: Check minimum/maximum of non_temporal_threshold [BZ #29953]
The minimum non_temporal_threshold is 0x4040. non_temporal_threshold may
be set to less than the minimum value when the shared cache size isn't
available (e.g., in an emulator) or by the tunable. Add checks for
minimum and maximum of non_temporal_threshold.
This fixes BZ #29953.
(cherry picked from commit 48b74865c63840b288bd85b4d8743533b73b339b)
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the Glibc-bugs
mailing list