Commit c3056a7d1494 for kernel

commit c3056a7d1494e9b5511e4dba358834c5ef68949a
Merge: dea435d397ab ba386777a30b
Author: Linus Torvalds <torvalds@linux-foundation.org>
Date:   Tue Sep 17 14:46:17 2024 +0200

    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