]> www.infradead.org Git - users/willy/xarray.git/commit
Merge tag 'x86-fpu-2024-09-17' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
authorLinus Torvalds <torvalds@linux-foundation.org>
Tue, 17 Sep 2024 12:46:17 +0000 (14:46 +0200)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 17 Sep 2024 12:46:17 +0000 (14:46 +0200)
commitc3056a7d1494e9b5511e4dba358834c5ef68949a
tree0e29944bd84e9b2338a2894c91cf7ef7ddfe5813
parentdea435d397ab90d8e682e4162a5b9835d24b1e3a
parentba386777a30b38dabcc7fb8a89ec2869a09915f7
Merge tag 'x86-fpu-2024-09-17' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip

Pull x86 fpu updates from Thomas Gleixner:
 "Provide FPU buffer layout in core dumps:

  Debuggers have guess the FPU buffer layout in core dumps, which is
  error prone. This is because AMD and Intel layouts differ.

  To avoid buggy heuristics add a ELF section which describes the buffer
  layout which can be retrieved by tools"

* tag 'x86-fpu-2024-09-17' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
  x86/elf: Add a new FPU buffer layout info to x86 core files
arch/x86/Kconfig
arch/x86/kernel/fpu/xstate.c
include/uapi/linux/elf.h