lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:   Thu, 12 Apr 2018 20:41:01 +0200
From:   Helge Deller <deller@....de>
To:     Linus Torvalds <torvalds@...ux-foundation.org>,
        linux-kernel@...r.kernel.org, linux-parisc@...r.kernel.org,
        James Bottomley <James.Bottomley@...senPartnership.com>,
        John David Anglin <dave.anglin@...l.net>
Subject: [GIT PULL] parisc architecture updates for 4.17-rc1

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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ