linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [patch 0/2] add Altivec/VMX state to coredumps
@ 2007-10-11  7:15 markn
  2007-10-11  7:15 ` [patch 1/2] Replace NT_PRXFPREG with ELF_CORE_XFPREG_TYPE #define markn
  2007-10-11  7:16 ` [patch 2/2] add Altivec/VMX state to coredumps markn
  0 siblings, 2 replies; 12+ messages in thread
From: markn @ 2007-10-11  7:15 UTC (permalink / raw)
  To: linuxppc-dev

-- 
Here's the new and improved patch to add Altivec/VMX state into the coredump.

It's now two patches:
* the first patch makes the note type of the state dumped by
  elf_core_copy_task_xfpregs() a #define and adds the appropriate #defines so
  that archs that support SSE still have their note type as NT_PRXFPREG
* the second patch actually adds the Altivec/VMX state to the coredumps and
  uses a note type of NT_PPC_VMX that's #defined as 0x100. Thus SPE could use
  a note type of NT_PPC_SPE and 0x101, for example.

The second patch is essentially the same as the single patch that was posted on
2007-09-25, but with the addition of the new NT_PPC_VMX note type.

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2007-10-12  2:40 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-10-11  7:15 [patch 0/2] add Altivec/VMX state to coredumps markn
2007-10-11  7:15 ` [patch 1/2] Replace NT_PRXFPREG with ELF_CORE_XFPREG_TYPE #define markn
2007-10-11 13:04   ` Kumar Gala
2007-10-11 21:55     ` Paul Mackerras
2007-10-11 22:01       ` Kumar Gala
2007-10-11 22:14         ` Paul Mackerras
2007-10-11 23:31     ` Michael Ellerman
2007-10-12  1:37     ` Mark Nelson
2007-10-12  2:15       ` [PATCH 1/2] [V2] " Mark Nelson
2007-10-12  2:35         ` Mark Nelson
2007-10-12  2:40       ` [PATCH 1/2] [V3] " Mark Nelson
2007-10-11  7:16 ` [patch 2/2] add Altivec/VMX state to coredumps markn

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).