From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id A0AE83858C35; Mon, 1 Apr 2024 17:39:24 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org A0AE83858C35 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1711993164; bh=Lhlrwd9FJvwvOTXSJ4Nq7jm4Zo8PkXxRr0XnVd50QgM=; h=From:To:Subject:Date:In-Reply-To:References:From; b=Y5BQ7jR6rJxpUqXtUbSlJMdWKrferPm4nutCbPlFQisw1H8kmIdNiS3XrSfJ1Erhn wE8aY+slX5Na6csm40GgpOkl31lTDXjGhXb9wnkPxnzSo44so8xxSVCXBsxOcY6ctk s2Q1YLBw0YcovP4s1eCD3JWOgTLG1gkxhWY4V5tU= From: "cvs-commit at gcc dot gnu.org" To: glibc-bugs@sourceware.org Subject: [Bug dynamic-link/31371] x86-64: APX and Tile registers aren't preserved in ld.so trampoline Date: Mon, 01 Apr 2024 17:39:23 +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.40 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: cvs-commit at gcc dot gnu.org X-Bugzilla-Status: NEW 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=3D31371 --- Comment #9 from Sourceware Commits --- The release/2.39/master branch has been updated by H.J. Lu : https://sourceware.org/git/gitweb.cgi?p=3Dglibc.git;h=3D7fc8242bf87828c935a= c5df5cafb9dc7ab635fd9 commit 7fc8242bf87828c935ac5df5cafb9dc7ab635fd9 Author: H.J. Lu Date: Fri Feb 16 07:17:10 2024 -0800 x86-64: Save APX registers in ld.so trampoline Add APX registers to STATE_SAVE_MASK so that APX registers are saved in ld.so trampoline. This fixes BZ #31371. Also update STATE_SAVE_OFFSET and STATE_SAVE_MASK for i386 which will be used by i386 _dl_tlsdesc_dynamic. Reviewed-by: Noah Goldstein (cherry picked from commit dfb05f8e704edac70db38c4c8ee700769d91a413) --=20 You are receiving this mail because: You are on the CC list for the bug.=