[PATCH v4 0/1] Add XSAVE layout description to Core files for debuggers to support varying XSAVE layouts

Vignesh Balasubramanian posted 1 patch 1 month, 2 weeks ago
There is a newer version of this series
arch/x86/Kconfig                |  1 +
arch/x86/include/uapi/asm/elf.h | 15 ++++++
arch/x86/kernel/fpu/xstate.c    | 89 +++++++++++++++++++++++++++++++++
fs/binfmt_elf.c                 |  4 +-
include/uapi/linux/elf.h        |  1 +
5 files changed, 108 insertions(+), 2 deletions(-)
create mode 100644 arch/x86/include/uapi/asm/elf.h
[PATCH v4 0/1] Add XSAVE layout description to Core files for debuggers to support varying XSAVE layouts
Posted by Vignesh Balasubramanian 1 month, 2 weeks ago
This patch proposes to add an extra .note section in the corefile to
dump the CPUID information of a machine.
This is being done to solve the issue of tools like the debuggers
having to deal with coredumps from machines with varying XSAVE
layouts in spite of having the same XCR0 bits.
The new proposed .note section, at this point, consists of an array
of records containing the information of each extended feature that
is present. This provides details about the offsets and the sizes
of the various extended save state components of the machine where
the application crash occurred. Requesting a review for this patch.


Vignesh Balasubramanian (1):
  x86/elf: Add a new .note section containing xfeatures buffer layout
    info to x86 core files

 arch/x86/Kconfig                |  1 +
 arch/x86/include/uapi/asm/elf.h | 15 ++++++
 arch/x86/kernel/fpu/xstate.c    | 89 +++++++++++++++++++++++++++++++++
 fs/binfmt_elf.c                 |  4 +-
 include/uapi/linux/elf.h        |  1 +
 5 files changed, 108 insertions(+), 2 deletions(-)
 create mode 100644 arch/x86/include/uapi/asm/elf.h

-- 
2.34.1