From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 196B03858D20; Fri, 11 Aug 2023 02:49:19 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 196B03858D20 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1691722159; bh=RM33k8cCfpamgAXsU6N3AnmS+oO83usBWGmNnznMtLI=; h=From:To:Subject:Date:From; b=KZ1Ne8D+9GjvlGsXc1G8D3Rc4+MrYX4WnJJbVzHeOccGN+Uj+oqWntB3K2GE1MKVz 1b35EmVt785xsSkSk+AiK1ev+zWwfNCICenIk06TpXs3JrDKbmYd0rGTM3XfswoZ/n waH1Vk94bwa/EY1shKhrtsQApJXM3saMnHkASkvs= From: "goldstein.w.n at gmail dot com" To: glibc-bugs@sourceware.org Subject: [Bug libc/30745] New: Slight bug in cache info codes for x86 Date: Fri, 11 Aug 2023 02:49:18 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: glibc X-Bugzilla-Component: libc X-Bugzilla-Version: 2.38 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: goldstein.w.n at gmail dot com 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: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter cc target_milestone Message-ID: 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=3D30745 Bug ID: 30745 Summary: Slight bug in cache info codes for x86 Product: glibc Version: 2.38 Status: UNCONFIRMED Severity: normal Priority: P2 Component: libc Assignee: unassigned at sourceware dot org Reporter: goldstein.w.n at gmail dot com CC: drepper.fsp at gmail dot com Target Milestone: --- Introduced in: ``` commit af992e7abdc9049714da76cae1e5e18bc4838fb8 Author: Noah Goldstein Date: Wed Jun 7 13:18:01 2023 -0500 x86: Increase `non_temporal_threshold` to roughly `sizeof_L3 / 4` ``` It accidentally moved code for setting `shared` (now `shared_per_thread`) f= rom fallthrough block to else block. The fix has been posted to mailing list: https://patchwork.sourceware.org/project/glibc/patch/20230811003109.3046769= -1-goldstein.w.n@gmail.com/ --=20 You are receiving this mail because: You are on the CC list for the bug.=