Merge tag 'x86_urgent_for_v6.3_rc4' of git://git.kernel.org/pub/scm/linux/kernel...
authorLinus Torvalds <torvalds@linux-foundation.org>
Sun, 26 Mar 2023 16:01:24 +0000 (09:01 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 26 Mar 2023 16:01:24 +0000 (09:01 -0700)
commit986c63741da243c68e1faa97064a1bb216e8d7c0
tree98a3258e86eb8e52ece5bddebe207d00d744cf06
parent6485ac65af2b204e5150576d800c92d968c065b0
parent62faca1ca10cc84e99ae7f38aa28df2bc945369b
Merge tag 'x86_urgent_for_v6.3_rc4' of git://git./linux/kernel/git/tip/tip

Pull x86 fixes from Borislav Petkov:

 - Add a AMX ptrace self test

 - Prevent a false-positive warning when retrieving the (invalid)
   address of dynamic FPU features in their init state which are not
   saved in init_fpstate at all

 - Randomize per-CPU entry areas only when KASLR is enabled

* tag 'x86_urgent_for_v6.3_rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
  selftests/x86/amx: Add a ptrace test
  x86/fpu/xstate: Prevent false-positive warning in __copy_xstate_uabi_buf()
  x86/mm: Do not shuffle CPU entry areas without KASLR