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, 24 Mar 2016 22:26:02 +0100
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 updates for v4.6 rc1

Hi Linus,

please pull the latest parisc architecture patches for rc1 from:

  http://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git parisc-4.6-1

This patchset adds stack usage debug info for parisc and metag (on both the
stack grows upwards), switches to the new generic realative extable search and
sort routines,  drops the long time ago removed syscalls alloc_hugepages and
free_hugepages and wires up the new preadv2 and pwritev2 syscalls.

Thanks,
Helge

----------------------------------------------------------------
Aaro Koskinen (1):
      parisc: Panic immediately when panic_on_oops

Helge Deller (4):
      parisc: Drop alloc_hugepages and free_hugepages syscalls
      parisc,metag: Implement CONFIG_DEBUG_STACK_USAGE option
      parisc: Use generic extable search and sort routines
      parisc: Wire up preadv2 and pwritev2 syscalls

 arch/parisc/Kconfig                   |  1 +
 arch/parisc/include/asm/assembly.h    |  2 +-
 arch/parisc/include/asm/uaccess.h     |  7 ++++---
 arch/parisc/include/uapi/asm/unistd.h |  8 +++++---
 arch/parisc/kernel/sys_parisc.c       | 10 ----------
 arch/parisc/kernel/syscall_table.S    |  6 ++++--
 arch/parisc/kernel/traps.c            |  5 +----
 arch/parisc/mm/fault.c                |  9 ++-------
 include/linux/sched.h                 |  8 ++++++++
 lib/Kconfig.debug                     |  2 +-
 scripts/sortextable.c                 |  1 +
 11 files changed, 28 insertions(+), 31 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ