From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id C594A3858D37; Tue, 3 Jan 2023 12:49:24 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org C594A3858D37 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1672750164; bh=zQlItIJ9AMPp/RH97QbOaFCy7+cxzWb61onO3cc5Vl8=; h=From:To:Subject:Date:In-Reply-To:References:From; b=T6q2UrJuqW5apWdqOX71w9vpOW6MSDaWyDMowlY/RtsErrgvAXwitrJeyckPHJIJ4 +Z8dElThh6w0BKryD0U78eVaBXmAElo0kkR5p0WdcTEY9WN590eh3N/bWKbiupEoVC iczVlD1+aH71XvA1j6G+4Mf3EXFX+ytwtPXBVbYk= From: "engelke at in dot tum.de" To: glibc-bugs@sourceware.org Subject: [Bug dynamic-link/29953] Invalid x86_non_temporal_threshold without cache info Date: Tue, 03 Jan 2023 12:49:24 +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: engelke at in dot tum.de 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: X-Bugzilla-Changed-Fields: attachments.created 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 #3 from Alexis Engelke --- Created attachment 14547 --> https://sourceware.org/bugzilla/attachment.cgi?id=3D14547&action=3Ded= it Ensure minimum value (In reply to Noah Goldstein from comment #2) > Sorry wasn't clear, does that fix the issue? No. Now --list-tunables reports: glibc.cpu.x86_non_temporal_threshold: 0x0 (min: 0x4040, max: 0xffffffffffffffff) The attached patch fixes the problem that the default value is never checked against the limits. --=20 You are receiving this mail because: You are on the CC list for the bug.=