linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [git pull] fdpic coredump stuff
@ 2020-08-07 19:36 Al Viro
  2020-08-07 20:39 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Al Viro @ 2020-08-07 19:36 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-arch, linux-kernel

	Switches fdpic coredumps away from original aout dumping primitives
to the same kind of regset use as regular elf coredumps do.

The following changes since commit b4e9c9549f62329d2412f899635fddc5212b9cd4:

  introduction of regset ->get() wrappers, switching ELF coredumps to those (2020-07-27 14:24:50 -0400)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git work.fdpic

for you to fetch changes up to 1697a322e28ba96d35953c5d824540d172546d36:

  [elf-fdpic] switch coredump to regsets (2020-07-27 14:29:24 -0400)

----------------------------------------------------------------
Al Viro (7):
      unexport linux/elfcore.h
      take fdpic-related parts of elf_prstatus out
      kill elf_fpxregs_t
      [elf-fdpic] coredump: don't bother with cyclic list for per-thread objects
      [elf-fdpic] move allocation of elf_thread_status into elf_dump_thread_status()
      [elf-fdpic] use elf_dump_thread_status() for the dumper thread as well
      [elf-fdpic] switch coredump to regsets

 arch/ia64/include/asm/elf.h    |   2 -
 arch/powerpc/include/asm/elf.h |   2 -
 arch/x86/include/asm/elf.h     |   2 -
 fs/binfmt_elf.c                |  30 ------
 fs/binfmt_elf_fdpic.c          | 205 ++++++++++++++++++-----------------------
 include/linux/elfcore-compat.h |   4 -
 include/linux/elfcore.h        |  66 +++++++++++--
 include/uapi/linux/elfcore.h   | 101 --------------------
 scripts/headers_install.sh     |   1 -
 usr/include/Makefile           |   1 -
 10 files changed, 146 insertions(+), 268 deletions(-)
 delete mode 100644 include/uapi/linux/elfcore.h

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

* Re: [git pull] fdpic coredump stuff
  2020-08-07 19:36 [git pull] fdpic coredump stuff Al Viro
@ 2020-08-07 20:39 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2020-08-07 20:39 UTC (permalink / raw)
  To: Al Viro; +Cc: Linus Torvalds, linux-arch, linux-kernel

The pull request you sent on Fri, 7 Aug 2020 20:36:57 +0100:

> git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git work.fdpic

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

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

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

end of thread, other threads:[~2020-08-07 20:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-07 19:36 [git pull] fdpic coredump stuff Al Viro
2020-08-07 20:39 ` pr-tracker-bot

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