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 -- To unsubscribe from this list: send the line "unsubscribe linux-parisc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html