public inbox for stable@vger.kernel.org
 help / color / mirror / Atom feed
* [stable 6.12+] x86/pkeys: Simplify PKRU update in signal frame
@ 2025-06-15 19:25 Ben Hutchings
  2025-06-20 15:56 ` Greg KH
  0 siblings, 1 reply; 6+ messages in thread
From: Ben Hutchings @ 2025-06-15 19:25 UTC (permalink / raw)
  To: stable; +Cc: Chang S. Bae, Ingo Molnar, Larry Wei, 1103397

[-- Attachment #1: Type: text/plain, Size: 387 bytes --]

Hi stable maintainers,

Please apply commit d1e420772cd1 ("x86/pkeys: Simplify PKRU update in
signal frame") to the stable branches for 6.12 and later.

This fixes a regression introduced in 6.13 by commit ae6012d72fa6
("x86/pkeys: Ensure updated PKRU value is XRSTOR'd"), which was also
backported in 6.12.5.

Ben.

-- 
Ben Hutchings
73.46% of all statistics are made up.

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [stable 6.12+] x86/pkeys: Simplify PKRU update in signal frame
  2025-06-15 19:25 [stable 6.12+] x86/pkeys: Simplify PKRU update in signal frame Ben Hutchings
@ 2025-06-20 15:56 ` Greg KH
  2025-06-20 16:11   ` Greg KH
  0 siblings, 1 reply; 6+ messages in thread
From: Greg KH @ 2025-06-20 15:56 UTC (permalink / raw)
  To: Ben Hutchings; +Cc: stable, Chang S. Bae, Ingo Molnar, Larry Wei, 1103397

On Sun, Jun 15, 2025 at 09:25:57PM +0200, Ben Hutchings wrote:
> Hi stable maintainers,
> 
> Please apply commit d1e420772cd1 ("x86/pkeys: Simplify PKRU update in
> signal frame") to the stable branches for 6.12 and later.
> 
> This fixes a regression introduced in 6.13 by commit ae6012d72fa6
> ("x86/pkeys: Ensure updated PKRU value is XRSTOR'd"), which was also
> backported in 6.12.5.

Now queued up, thanks.

greg k-h

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [stable 6.12+] x86/pkeys: Simplify PKRU update in signal frame
  2025-06-20 15:56 ` Greg KH
@ 2025-06-20 16:11   ` Greg KH
  2025-06-24 22:26     ` Ben Hutchings
  0 siblings, 1 reply; 6+ messages in thread
From: Greg KH @ 2025-06-20 16:11 UTC (permalink / raw)
  To: Ben Hutchings; +Cc: stable, Chang S. Bae, Ingo Molnar, Larry Wei, 1103397

On Fri, Jun 20, 2025 at 05:56:29PM +0200, Greg KH wrote:
> On Sun, Jun 15, 2025 at 09:25:57PM +0200, Ben Hutchings wrote:
> > Hi stable maintainers,
> > 
> > Please apply commit d1e420772cd1 ("x86/pkeys: Simplify PKRU update in
> > signal frame") to the stable branches for 6.12 and later.
> > 
> > This fixes a regression introduced in 6.13 by commit ae6012d72fa6
> > ("x86/pkeys: Ensure updated PKRU value is XRSTOR'd"), which was also
> > backported in 6.12.5.
> 
> Now queued up, thanks.

Nope, this broke the build on 6.12.y and 6.15.y, so now dropped.  How
did you test this?

greg k-h

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [stable 6.12+] x86/pkeys: Simplify PKRU update in signal frame
  2025-06-20 16:11   ` Greg KH
@ 2025-06-24 22:26     ` Ben Hutchings
  2025-07-02  8:06       ` Greg KH
  0 siblings, 1 reply; 6+ messages in thread
From: Ben Hutchings @ 2025-06-24 22:26 UTC (permalink / raw)
  To: Greg KH; +Cc: stable, Chang S. Bae, Ingo Molnar, Larry Wei, 1103397

[-- Attachment #1: Type: text/plain, Size: 984 bytes --]

On Fri, 2025-06-20 at 18:11 +0200, Greg KH wrote:
> On Fri, Jun 20, 2025 at 05:56:29PM +0200, Greg KH wrote:
> > On Sun, Jun 15, 2025 at 09:25:57PM +0200, Ben Hutchings wrote:
> > > Hi stable maintainers,
> > > 
> > > Please apply commit d1e420772cd1 ("x86/pkeys: Simplify PKRU update in
> > > signal frame") to the stable branches for 6.12 and later.
> > > 
> > > This fixes a regression introduced in 6.13 by commit ae6012d72fa6
> > > ("x86/pkeys: Ensure updated PKRU value is XRSTOR'd"), which was also
> > > backported in 6.12.5.
> > 
> > Now queued up, thanks.
> 
> Nope, this broke the build on 6.12.y and 6.15.y, so now dropped.  How
> did you test this?

Sorry, I forgot to say this depends on the preceding commit 64e54461ab6e
("x86/fpu: Refactor xfeature bitmask update code for sigframe XSAVE").

Ben.

-- 
Ben Hutchings
The most exhausting thing in life is being insincere.
                                                 - Anne Morrow Lindberg

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [stable 6.12+] x86/pkeys: Simplify PKRU update in signal frame
  2025-06-24 22:26     ` Ben Hutchings
@ 2025-07-02  8:06       ` Greg KH
  2025-07-12 14:34         ` Larry Wei
  0 siblings, 1 reply; 6+ messages in thread
From: Greg KH @ 2025-07-02  8:06 UTC (permalink / raw)
  To: Ben Hutchings; +Cc: stable, Chang S. Bae, Ingo Molnar, Larry Wei, 1103397

On Wed, Jun 25, 2025 at 12:26:17AM +0200, Ben Hutchings wrote:
> On Fri, 2025-06-20 at 18:11 +0200, Greg KH wrote:
> > On Fri, Jun 20, 2025 at 05:56:29PM +0200, Greg KH wrote:
> > > On Sun, Jun 15, 2025 at 09:25:57PM +0200, Ben Hutchings wrote:
> > > > Hi stable maintainers,
> > > > 
> > > > Please apply commit d1e420772cd1 ("x86/pkeys: Simplify PKRU update in
> > > > signal frame") to the stable branches for 6.12 and later.
> > > > 
> > > > This fixes a regression introduced in 6.13 by commit ae6012d72fa6
> > > > ("x86/pkeys: Ensure updated PKRU value is XRSTOR'd"), which was also
> > > > backported in 6.12.5.
> > > 
> > > Now queued up, thanks.
> > 
> > Nope, this broke the build on 6.12.y and 6.15.y, so now dropped.  How
> > did you test this?
> 
> Sorry, I forgot to say this depends on the preceding commit 64e54461ab6e
> ("x86/fpu: Refactor xfeature bitmask update code for sigframe XSAVE").

Ok, thanks, will go try that now...

greg k-h

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [stable 6.12+] x86/pkeys: Simplify PKRU update in signal frame
  2025-07-02  8:06       ` Greg KH
@ 2025-07-12 14:34         ` Larry Wei
  0 siblings, 0 replies; 6+ messages in thread
From: Larry Wei @ 2025-07-12 14:34 UTC (permalink / raw)
  To: Ben Hutchings; +Cc: stable, Chang S. Bae, Ingo Molnar, Greg KH, Tony W Wang-oc

Thank you all! ❤️ Debian.

Probe URL: https://linux-hardware.org/?probe=070604e5c4
larry@zx2:~/Downloads$ fastfetch
         _,met$$$$$gg.          larry@zx2
      ,g$$$$$$$$$$$$$$$P.       ---------
    ,g$$P""       """Y$$.".     OS: Debian GNU/Linux 13 (trixie) x86_64
   ,$$P'              `$$$.     Host: GDC-1461 (TBD)
',$$P       ,ggs.     `$$b:    Kernel: Linux 6.12.37+deb13-amd64
`d$$'     ,$P"'   .    $$$     Uptime: 27 mins
  $$P      d$'     ,    $$P     Packages: 8774 (dpkg)
  $$:      $$.   -    ,d$$'     Shell: bash 5.2.37
  $$;      Y$b._   _,d$P'       DE: GNOME 48.2
  Y$$.    `.`"Y$$$$P"'          WM: Mutter (X11)
  `$$b      "-.__               WM Theme: Yaru
   `Y$$b                        Theme: Yaru [GTK2/3/4]
    `Y$$.                       Icons: Yaru [GTK2/3/4]
      `$$b.                     Font: Cantarell (11pt) [GTK2/3/4]
        `Y$$b.                  Cursor: Yaru (24px)
          `"Y$b._               Terminal: /dev/pts/10
              `""""             CPU: ZHAOXIN KaiXian KX-6000G/4 (4) @ 
3.30 GHz
                                GPU: Zhaoxin KX-6000G C-1080 GPU
                                Memory: 2.65 GiB / 30.60 GiB (9%)
                                Swap: 0 B / 980.00 MiB (0%)
                                Disk (/): 121.87 GiB / 466.48 GiB (26%) 
- ext4
                                Local IP (wlp5s0): 192.168.31.203/24
                                Battery (BASE-BAT): 100% [AC Connected]
                                Locale: en_US.UTF-8




On 7/2/25 16:06, Greg KH wrote:
> Ok, thanks, will go try that now...


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2025-07-12 14:35 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-06-15 19:25 [stable 6.12+] x86/pkeys: Simplify PKRU update in signal frame Ben Hutchings
2025-06-20 15:56 ` Greg KH
2025-06-20 16:11   ` Greg KH
2025-06-24 22:26     ` Ben Hutchings
2025-07-02  8:06       ` Greg KH
2025-07-12 14:34         ` Larry Wei

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox