Merge tag 'x86_urgent_for_v6.8_rc4' of git://git.kernel.org/pub/scm/linux/kernel...
authorLinus Torvalds <torvalds@linux-foundation.org>
Sun, 11 Feb 2024 19:41:51 +0000 (11:41 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 11 Feb 2024 19:41:51 +0000 (11:41 -0800)
commitc021e191cf3da2fea766d784546f4c5acbfcd137
treee6dcf7a55d8fa0fc9010ba8f0e3c6fce24015c71
parent7521f258ea303c827434c101884b62a2b137a942
parentf6a1892585cd19e63c4ef2334e26cd536d5b678d
Merge tag 'x86_urgent_for_v6.8_rc4' of git://git./linux/kernel/git/tip/tip

Pull x86 fixes from Borislav Petkov:

 - Correct the minimum CPU family for Transmeta Crusoe in Kconfig so
   that such hw can boot again

 - Do not take into accout XSTATE buffer size info supplied by userspace
   when constructing a sigreturn frame

 - Switch get_/put_user* to EX_TYPE_UACCESS exception handling when an
   MCE is encountered so that it can be properly recovered from instead
   of simply panicking

* tag 'x86_urgent_for_v6.8_rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
  x86/Kconfig: Transmeta Crusoe is CPU family 5, not 6
  x86/fpu: Stop relying on userspace for info to fault in xsave buffer
  x86/lib: Revert to _ASM_EXTABLE_UA() for {get,put}_user() fixups