From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 507743858417; Sun, 2 Jul 2023 16:07:44 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 507743858417 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1688314064; bh=3OYr5f/+a4q9x5hzXVcU+MDCbz1iJeiDW7xe1rIWkR4=; h=From:To:Subject:Date:In-Reply-To:References:From; b=BWS4YXj7fcERjuM0sBGcnRG4JCiq/zhKpzks5P8EBhC/QHyZdgKvbr90ubmUGInaw imOYC9DNz7BaXyRTgnutbbpLFER0CDuHpuqYnpX0RHdOng5/deoCcWLvlYb4IxVe1L PQDd9D+5EszDWlpGnVsmhbqSri3FH+KPv1lcuSjA= From: "fweimer at redhat dot com" To: glibc-bugs@sourceware.org Subject: [Bug libc/25954] Missing context-synchronizing instructions in pkey_set on POWER Date: Sun, 02 Jul 2023 16:07:43 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: glibc X-Bugzilla-Component: libc X-Bugzilla-Version: unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: fweimer at redhat dot com X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED 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: bug_status resolution 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=3D25954 Florian Weimer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #2 from Florian Weimer --- Fixed for 2.32 via: commit e627106266ad8785457fadbf5bf67ed604d2a353 Author: Florian Weimer Date: Mon May 11 11:20:02 2020 +0200 POWER: Add context-synchronizing instructions to pkey_write [BZ #25954] Sandipan Das reported that, "The Power ISA mandates that all writes to the Authority Mask Register (AMR) must always be preceded as well as succeeded by a context-synchronizing instruction. This applies to both the privileged and unprivileged variants of the Move To AMR instruction. This [requirement] is from Table 6 of Chapter 11 in page 1134 of Power ISA 3.0B. The document can be found here: " See this kernel patch submission: =20=20=20 --=20 You are receiving this mail because: You are on the CC list for the bug.=