[GIT,PULL] x86/urgent for v6.8-rc4

Message ID 20240211104144.GAZcikaNw7Luaj4XZy@fat_crate.local
State New
Headers
Series [GIT,PULL] x86/urgent for v6.8-rc4 |

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git tags/x86_urgent_for_v6.8_rc4

Message

Borislav Petkov Feb. 11, 2024, 10:41 a.m. UTC
  Hi Linus,

please pull a couple of urgent x86 fixes for v6.8-rc4.

Thx.

---

The following changes since commit 41bccc98fb7931d63d03f326a746ac4d429c1dd3:

  Linux 6.8-rc2 (2024-01-28 17:01:12 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git tags/x86_urgent_for_v6.8_rc4

for you to fetch changes up to f6a1892585cd19e63c4ef2334e26cd536d5b678d:

  x86/Kconfig: Transmeta Crusoe is CPU family 5, not 6 (2024-02-09 16:28:19 +0100)

----------------------------------------------------------------
- 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

----------------------------------------------------------------
Aleksander Mazur (1):
      x86/Kconfig: Transmeta Crusoe is CPU family 5, not 6

Andrei Vagin (1):
      x86/fpu: Stop relying on userspace for info to fault in xsave buffer

Qiuxu Zhuo (1):
      x86/lib: Revert to _ASM_EXTABLE_UA() for {get,put}_user() fixups

 arch/x86/Kconfig.cpu         |  2 +-
 arch/x86/kernel/fpu/signal.c | 13 +++++--------
 arch/x86/lib/getuser.S       | 24 ++++++++++++------------
 arch/x86/lib/putuser.S       | 20 ++++++++++----------
 4 files changed, 28 insertions(+), 31 deletions(-)
  

Comments

pr-tracker-bot@kernel.org Feb. 11, 2024, 8 p.m. UTC | #1
The pull request you sent on Sun, 11 Feb 2024 11:41:44 +0100:

> git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git tags/x86_urgent_for_v6.8_rc4

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/c021e191cf3da2fea766d784546f4c5acbfcd137

Thank you!