All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] parisc architecture updates for 4.17-rc1
@ 2018-04-12 18:41 Helge Deller
  0 siblings, 0 replies; only message in thread
From: Helge Deller @ 2018-04-12 18:41 UTC (permalink / raw)
  To: Linus Torvalds, linux-kernel, linux-parisc, James Bottomley,
	John David Anglin

Hi Linus,

please pull a few last changes for this merge window for the parisc architecture from:

  git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git parisc-4.17-2

Changes:
- Fix panic when halting system via "shutdown -h now"
- Drop own coding in favour of generic CONFIG_COMPAT_BINFMT_ELF implementation
- Add FPE_CONDTRAP constant: last outstanding parisc-specific cleanup for Eric
  Biedermans siginfo patches
- move some functions to .init and some to .text.hot linker sections

Thanks,
Helge

----------------------------------------------------------------
Helge Deller (4):
      parisc/signal: Add FPE_CONDTRAP for conditional trap handling
      parisc: Move cache flush functions into .text.hot section
      parisc: Switch to generic COMPAT_BINFMT_ELF
      parisc: Prevent panic at system halt

 arch/parisc/Kconfig                    |  1 +
 arch/parisc/include/asm/compat.h       |  6 +++
 arch/parisc/include/asm/elf.h          | 69 ++++++++++++------------
 arch/parisc/include/uapi/asm/siginfo.h |  7 ---
 arch/parisc/kernel/binfmt_elf32.c      | 98 ----------------------------------
 arch/parisc/kernel/cache.c             |  2 +-
 arch/parisc/kernel/pacache.S           |  9 ++--
 arch/parisc/kernel/process.c           | 13 ++---
 arch/parisc/kernel/traps.c             |  7 +--
 arch/x86/kernel/signal_compat.c        |  2 +-
 include/uapi/asm-generic/siginfo.h     |  3 +-
 11 files changed, 60 insertions(+), 157 deletions(-)
 delete mode 100644 arch/parisc/kernel/binfmt_elf32.c

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2018-04-12 18:41 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-04-12 18:41 [GIT PULL] parisc architecture updates for 4.17-rc1 Helge Deller

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.