From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id F2DA4385700A; Thu, 20 Apr 2023 15:53:04 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org F2DA4385700A DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1682005984; bh=jd5d0Ucp5LyM+QyHgXUG56fV+ASONzb9RhYHD2leuSk=; h=From:To:Subject:Date:In-Reply-To:References:From; b=oJDukYZ21AuD3hXil1aBblXkt4aihoCjnOv7ufKoydfqnFvZhRkouABiF2oQCTYOz vfxJ8KsCqp4CcuyWGTAgB5F3o72uqQyVbbLYVcFOxz2XGVYFWEvz5mOm1hdMu7K9Y1 m8IU5uww15mBfuxORpJ3PjgtiR0ftcdHAFy5Awvg= From: "cvs-commit at gcc dot gnu.org" To: glibc-bugs@sourceware.org Subject: [Bug dynamic-link/29953] Invalid x86_non_temporal_threshold without cache info Date: Thu, 20 Apr 2023 15:53:04 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: glibc X-Bugzilla-Component: dynamic-link X-Bugzilla-Version: 2.36 X-Bugzilla-Keywords: X-Bugzilla-Severity: minor X-Bugzilla-Who: cvs-commit at gcc dot gnu.org X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: security- X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://sourceware.org/bugzilla/show_bug.cgi?id=3D29953 --- Comment #19 from cvs-commit at gcc dot gnu.org --- The release/2.35/master branch has been updated by Florian Weimer : https://sourceware.org/git/gitweb.cgi?p=3Dglibc.git;h=3Db7cc55a24ea303875d9= 5d0db3f73f9239bba2583 commit b7cc55a24ea303875d95d0db3f73f9239bba2583 Author: H.J. Lu 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 m= ay 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) --=20 You are receiving this mail because: You are on the CC list for the bug.=